![[CMR]Create More Recipes-第1张图片](//www.mcmod.cn/static/public/images/loading-colourful.gif)
Create More Recipes 允许为 机械动力 添加新的配方。
目前支持 0.5.1h 版本:
//以下为自定义鼓风机配方添加
{
"type": "cmr:custom_fan",
"ingredients": [
{
"tag": "forge:cobblestone" //Item to throw
},
{
"item": "minecraft:oak_fence" //Block behind the fan (Optional if fluid present)
},
{
"amount": 1000,
"fluid": "create:honey", // Fluid (Optional if block present)
"nbt": {}
}
],
"results": [
{
"item": "minecraft:diamond" //Result Item
}
]
}
作者声明:可以在整合包内使用这个模组,但不能在 CurseForge 以外网站上重新分发这个 Mod 的下载文件。