1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-19 08:15:47 +01:00

Merge "Rewrite furnace"

This commit is contained in:
LeMagnesium
2014-12-14 22:05:45 +01:00
parent d47d4dddb0
commit db0aa37152
3 changed files with 2 additions and 223 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,
})