网友评分:
5分
我的世界冶金4模组是冶金3的第四代,增加了很多的机器和矿区,更方便冶金工业的快速发展,总体来说,冶金4模组为玩家提供了更多有用的矿石及金属(基础金属,基础金属,贵重金属,幻想金属,地狱金属,末地金属)。
//合金炉
//添加合成
mods.metallurgy,Alloyer.addRecipe(
mods.metallurgy.Alloyer.addRecipe(输入物品1 , 输入物品2 , 输出物品);
//删除合成
mods.metallurgy.Alloyer.removeRecipe(
mods.metallurgy.Alloyer.removeRecipe(输出物品);
//碎石机
//添加合成
mods.metallurgy.Crusher.addRecipe(
mods.metallurgy.Crusher.addRecipe(输入物品, 输出物品);
//删除合成
mods.metallurgy.Crusher.removeRecipe(
mods.metallurgy.Crusher.removeRecipe(输入物品);
标签: 我的世界MOD