1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-04 17:10:24 +02:00

Clay can have stacks of 200 items and clay_brick burtime is 2

This commit is contained in:
LeMagnesium
2015-07-24 23:06:55 +02:00
parent 8705d8d748
commit 5efa99ee30
2 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,7 @@ minetest.register_node("default:clay", {
{items = {"default:clay_lump 8"}},
},
},
stack_max = 200, -- /MFF(Mg|07/24/25)
sounds = default.node_sound_dirt_defaults(),
})