1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-07-02 08:10:36 +02:00

recipe changes

此提交包含在:
Maciej Kasatkin
2012-10-30 00:56:24 +01:00
父節點 0bd7a87262
當前提交 98b2f8dbbf
共有 2 個檔案被更改,包括 5 行新增5 行删除

查看文件

@ -36,9 +36,9 @@ minetest.register_alias("alloy_furnace", "technic:alloy_furnace")
minetest.register_craft({
output = 'technic:alloy_furnace',
recipe = {
{'default:stone', 'default:stone', 'default:stone'},
{'default:stone', '', 'default:stone'},
{'moreores:gold_ingot', 'moreores:copper_ingot', 'moreores:gold_ingot'},
{'default:brick', 'default:brick', 'default:brick'},
{'default:brick', '', 'default:brick'},
{'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
}
})