1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 18:40:25 +01: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

@ -899,6 +899,7 @@ minetest.register_craft({
minetest.register_craft({
type = "cooking",
cooktime = 2, -- //MFF(Mg|07/24/15)
output = "default:clay_brick",
recipe = "default:clay_lump",
})

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(),
})