louyukai
  1. <recipetype:draconicevolution:fusion_crafting>.addJsonRecipe("solar_core_signalum",{
  2.   "result": {
  3.     "item": "solargeneration:solar_core_redstone"
  4.   },
  5.   "catalyst": {
  6.     "item": "solargeneration:solar_core_hardened"
  7.   },
  8.   "total_energy": 30000,
  9.   "tier": "DRACONIUM",
  10.   "ingredients": [
  11.     {
  12.       "tag": "forge:nuggets/electrum"
  13.     },
  14.     {
  15.       "tag": "forge:nuggets/electrum"
  16.     },
  17.     {
  18.       "tag": "forge:nuggets/electrum"
  19.     },
  20.     {
  21.       "tag": "forge:nuggets/electrum"
  22.     }
  23.   ]
  24. });
复制代码
1.18.2 forge,这样写不对吗?为什么提示Unknown recipe type: draconicevolution:fusion_crafting

第一页 上一页 下一页 最后一页