Fix typo in furnace.lua
authorPilzAdam <pilzadam@minetest.net>
Sat, 13 Dec 2014 11:52:47 +0000 (12:52 +0100)
committerPilzAdam <pilzadam@minetest.net>
Sat, 13 Dec 2014 11:52:47 +0000 (12:52 +0100)
mods/default/furnace.lua

index d49d8efe63ec430cefad1bd82271976db2fe2815..2163f6aedeeecc4b62507368a12c5612b91cae55 100644 (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,
 })