Fix typo in furnace.lua

master
PilzAdam 2014-12-13 12:52:47 +01:00
parent 99cfe73bbf
commit 854415fd33
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ minetest.register_node("default:furnace_active", {
can_dig = can_dig,
aallow_metadata_inventory_put = allow_metadata_inventory_put,
allow_metadata_inventory_put = allow_metadata_inventory_put,
allow_metadata_inventory_move = allow_metadata_inventory_move,
allow_metadata_inventory_take = allow_metadata_inventory_take,
})