1
0
鏡像自 https://github.com/Sokomine/cottages.git 已同步 2025-09-15 18:25:22 +02:00

craft protected anvil w/ our anvil, not anvil:anvil

此提交包含在:
flux
2022-10-10 09:51:12 -07:00
父節點 b8b5a60587
當前提交 d6244532d7

查看文件

@@ -49,7 +49,7 @@ if ci.paper then
})
minetest.register_craft({
output = "anvil:anvil",
output = "cottages:anvil",
type = "shapeless",
recipe = {build_public_string(), ci.paper}
})