1
0
鏡像自 https://github.com/sys4-fr/server-nalc.git 已同步 2025-10-17 08:05:22 +02:00

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

此提交包含在:
LeMagnesium
2015-07-24 23:06:55 +02:00
父節點 8705d8d748
當前提交 5efa99ee30
共有 2 個檔案被更改,包括 2 行新增0 行删除

查看文件

@@ -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",
})

查看文件

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