我的世界魔法种子合成表的修复方案

因模组合成表存在语法错误,魔法水晶种子无法在正常生存中获得。

错误修复方法:用下方的内容替换

SeedsForWizardry+1.0+For+MC+Forge+1.12.2.jar\assets\t3s4ebw\recipes

路径下的magic_seed_recipe.json文件(这就是那个存在问题的合成表),重命名为magic_seed.json

{

  “result”: {

    “item”: “t3s4ebw:magic_seed”

  },

  “ingredients”: [

    {

      “item”: “minecraft:wheat_seeds”,

      “data”: 0

    },

    {

      “item”: “ebwizardry:magic_crystal”,

      “data”: 0

    }

  ],

  “type”: “minecraft:crafting_shapeless”

}

Copyright © 2018-2023 PHP源码网 版权所有
PHP源码网 » 我的世界魔法种子合成表的修复方案

提供最优质的资源集合

立即查看 了解详情