fix mergeconflicts
This commit is contained in:
commit
31c58164d8
13 changed files with 413 additions and 95 deletions
|
@ -108,8 +108,8 @@ minetest.register_node("default:furnace", {
|
|||
sounds = default.node_sound_stone_defaults(),
|
||||
|
||||
can_dig = can_dig,
|
||||
|
||||
allow_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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue