= 创作分享 =
你问我答
关于无尽合成表修改失败但没完全失败的求助 ...
星雨

关于无尽合成表修改失败但没完全失败的求助

星雨 于 2022-3-21 08:25 ( 2年前 ) [复制链接] [只看楼主] [打印]
1409 3
本贴模组名片
CraftTweaker
CraftTweaker 是 StanH 的 MineTweaker3 的续作。CraftTweaker 针对最新的 Minecraft 版本进行了更新, StanH 的 MineTweaker3 见链接:MineTweaker3。1.16.5  最新版本1.12.2 最新版本CraftTweaker 同 MineTweaker 一样,允许你使用简单的脚本语言来自定义你的整合包或服..
本帖最后由 QQ酱218041 于 2022-3-21 09:42 编辑

做整合包的时候尝试修改无尽中很多内容的合成表(修改的文件如下),在游戏中这些内容某种意义上确实生效了(jei中可以看见修改后的合成表)但是在物品正确摆放后却无法得到对应产物(如下图),希望能够请教一下这个是什么原因导致的





  1. for item in items{
  2.     removeRecipe(item);
  3. }

  4. ExtremeCrafting.addShapeless("meatballs",<avaritia:cosmic_meatballs>,[
  5. <minecraft:beef>,
  6. <minecraft:chicken>,
  7. <minecraft:mutton>,
  8. <minecraft:rabbit>,
  9. <minecraft:rotten_flesh>,
  10. <abyssalcraft:corflesh>,
  11. <abyssalcraft:corbone>,
  12. <abyssalcraft:antibeef>,
  13. <abyssalcraft:antichicken>,
  14. <abyssalcraft:antipork>,
  15. <abyssalcraft:antiflesh>,
  16. <abyssalcraft:omotholflesh>,
  17. <abyssalcraft:anticorflesh>,
  18. <abyssalcraft:anticorbone>,
  19. <abyssalcraft:shoggothflesh>,
  20. <abyssalcraft:shoggothflesh:1>,
  21. <abyssalcraft:shoggothflesh:2>,
  22. <abyssalcraft:shoggothflesh:3>,
  23. <abyssalcraft:shoggothflesh:4>,
  24. <atum:camel_raw>,
  25. <croparia:chicken_leg>,
  26. <croparia:roast_beef>,
  27. <croparia:roast_porc>,
  28. <croparia:horse_meat>,
  29. <croparia:squid_meat>,
  30. <iceandfire:fire_dragon_flesh>,
  31. <iceandfire:ice_dragon_flesh>,
  32. <harvestcraft:venisonrawitem>,
  33. <harvestcraft:duckrawitem>,
  34. <harvestcraft:groundbeefitem>,
  35. <harvestcraft:groundchickenitem>,
  36. <harvestcraft:groundduckitem>,
  37. <harvestcraft:groundfishitem>,
  38. <harvestcraft:groundmuttonitem>,
  39. <harvestcraft:groundporkitem>,
  40. <harvestcraft:groundrabbititem>,
  41. <harvestcraft:groundturkeyitem>,
  42. <harvestcraft:groundvenisonitem>,
  43. <harvestcraft:rawtofeakitem>,
  44. <harvestcraft:rawtofuttonitem>,
  45. <harvestcraft:rawtofuduckitem>,
  46. <harvestcraft:rawtofenisonitem>,
  47. <harvestcraft:rawtofurkeyitem>,
  48. <harvestcraft:rawtofabbititem>,
  49. <harvestcraft:rawtofickenitem>,
  50. <sakura:foodset:48>,
  51. <twilightforest:raw_venison>,
  52. <twilightforest:hydra_chop>,
  53. <twilightforest:raw_meef>,
  54. <tconstruct:edible:10>,
  55. <tconstruct:edible:11>,
  56. <tconstruct:edible:12>,
  57. <tconstruct:edible:14>,
  58. <tconstruct:edible:15>,
  59. <tconstruct:edible:20>,
  60. <tconstruct:edible:21>,
  61. <tconstruct:edible:22>,
  62. <atum:fish_skeletal>,
  63. <atum:fish_forsaken>,
  64. <atum:fish_mummified>,
  65. <atum:fish_jeweled>,
  66. <cfm:item_flesh>,
  67. <atum:crunchy_golden_scarab>,
  68. <avaritia:resource:2>
  69. ]);

  70. ExtremeCrafting.addShapeless("stew",<avaritia:ultimate_stew>,[
  71. <sakura:foodset:16>,
  72. <sakura:foodset:35>,
  73. <sakura:foodset:41>,
  74. <sakura:foodset:53>,
  75. <sakura:foodset:60>,
  76. <sakura:foodset:125>,
  77. <sakura:foodset:175>,
  78. <harvestcraft:extremechiliitem>,
  79. <harvestcraft:grilledcheeseitem>,
  80. <harvestcraft:bltitem>,
  81. <harvestcraft:lemonchickenitem>,
  82. <harvestcraft:zestyzucchiniitem>,
  83. <harvestcraft:cactussoupitem>,
  84. <harvestcraft:gingerchickenitem>,
  85. <harvestcraft:epicbaconitem>,
  86. <harvestcraft:charsiuitem>,
  87. <harvestcraft:honeysoyribsitem>,
  88. <harvestcraft:creepercookieitem>,
  89. <harvestcraft:creeperwingsitem>,
  90. <harvestcraft:greeneggsandhamitem>,
  91. <harvestcraft:theatreboxitem>,
  92. <harvestcraft:stuffedduckitem>,
  93. <harvestcraft:mushroomsteakitem>,
  94. <harvestcraft:szechuaneggplantitem>,
  95. <harvestcraft:baconpancakesitem>,
  96. <harvestcraft:tiropitaitem>,
  97. <harvestcraft:cucumbersandwichitem>,
  98. <harvestcraft:cantonesenoodlesitem>,
  99. <harvestcraft:epicbltitem>,
  100. <harvestcraft:anchovypepperonipizzaitem>,
  101. <harvestcraft:minerstewitem>,
  102. <harvestcraft:cornedbeefbreakfastitem>,
  103. <harvestcraft:gourmetvenisonburgeritem>,
  104. <harvestcraft:koreandinneritem>,
  105. <harvestcraft:thankfuldinneritem>,
  106. <harvestcraft:meatfeastpizzaitem>,
  107. <harvestcraft:southernstylebreakfastitem>,
  108. <harvestcraft:gourmetbeefburgeritem>,
  109. <harvestcraft:weekendpicnicitem>,
  110. <harvestcraft:deluxechickencurryitem>,
  111. <harvestcraft:timpanoitem>,
  112. <harvestcraft:friedfeastitem>,
  113. <harvestcraft:bentoboxitem>,
  114. <harvestcraft:ploughmanslunchitem>,
  115. <harvestcraft:netherstartoastitem>,
  116. <atum:crunchy_golden_scarab>,
  117. <sakura:cocktail:1>,
  118. <sakura:cocktail:10>,
  119. <sakura:cocktail:12>,
  120. <sakura:cocktail:17>,
  121. <sakura:cocktail:26>,
  122. <sakura:cocktail:27>,
  123. <sakura:cocktail:33>,
  124. <sakura:cocktail:41>,
  125. <sakura:alcoholic>,
  126. <sakura:alcoholic:14>,
  127. <brewcraft:spicedrumitem>,
  128. <brewcraft:redbeeritem>,
  129. <brewcraft:blackholewhiskeyitem>,
  130. <brewcraft:uglyavocadoginitem>,
  131. <brewcraft:honeymeaditem>,
  132. <atum:golden_date_enchanted>,
  133. <forestry:fruits>,
  134. <forestry:fruits:1>,
  135. <forestry:fruits:2>,
  136. <forestry:fruits:3>,
  137. <forestry:fruits:4>,
  138. <forestry:fruits:5>,
  139. <forestry:fruits:6>,
  140. <forestry:ambrosia>,
  141. <forestry:ambrosia>,
  142. <forestry:ambrosia>,
  143. <forestry:ambrosia>,
  144. <forestry:ambrosia>,
  145. <forestry:ambrosia>,
  146. <iceandfire:rotten_egg>,
  147. <iceandfire:rotten_egg>,
  148. <iceandfire:rotten_egg>,
  149. <iceandfire:rotten_egg>,
  150. <iceandfire:rotten_egg>,
  151. <avaritia:resource:2>
  152. ]);

  153. ExtremeCrafting.addShapeless("cty",<avaritia:resource:5>,[
  154. <avaritia:resource>,
  155. <avaritia:resource:1>,
  156. <avaritia:resource:2>,
  157. <avaritia:resource:3>,
  158. <avaritia:resource:4>,
  159. <avaritia:ultimate_stew>,
  160. <avaritia:cosmic_meatballs>,
  161. <avaritia:endest_pearl>,
  162. <avaritia:resource:7>,
  163. <avaritia:singularity>,
  164. <avaritia:singularity:1>,
  165. <avaritia:singularity:2>,
  166. <avaritia:singularity:3>,
  167. <avaritia:singularity:4>,
  168. <avaritia:singularity:5>,
  169. <avaritia:singularity:6>,
  170. <avaritia:singularity:7>,
  171. <avaritia:singularity:8>,
  172. <avaritia:singularity:9>,
  173. <avaritia:singularity:10>,
  174. <avaritia:singularity:11>,
  175. <thermalfoundation:storage_alloy:7>,
  176. <chisel:blocksteel:2>,
  177. <botania:alchemycatalyst>,
  178. <botania:conjurationcatalyst>,
  179. <extrabotany:dimensioncatalyst>,
  180. <additions:fxt-bx_ingot>,
  181. <additions:fxt-auric>,
  182. <additions:fxt-fantastic_feather>,
  183. <additions:fxt-tz>,
  184. <additions:fxt-xy>
  185. ]);
复制代码

评分

参与人数 1RF -12 收起 理由
寒冽 -12 技术讨论版块禁止发表提问帖 违者处罚5~15RF 请发布至 [你问我答] 版块。

查看全部评分

发表于 2022-3-21 08:25:32 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式

回复 | 举报

该帖共收到 3 条回复!
ETMch
应该是输出搞错了,你自己再去试一下吧,我1.16.5的帮不上
发表于 2022-3-24 23:16:23 | 只看该作者

回复 | 举报

ETMch
草,你这个是移除配方啊,removeRecipe这个是移除
发表于 2022-3-24 23:18:17 | 只看该作者

回复 | 举报

SKY
下面是我做整合包的时候的一个无尽配方
  1. / 超能闪耀之光
  2. recipes.remove(<thaumictinkerer:energetic_nitor>);
  3. mods.avaritia.ExtremeCrafting.addShaped("NAMEPLACEHOLDER4", <thaumictinkerer:energetic_nitor> * 3, [[<avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>], [<avaritia:resource:4>, <avaritia:resource:5>, <avaritia:block_resource:2>, <avaritia:block_resource:2>, <thermalfoundation:material:27>, <avaritia:block_resource:2>, <avaritia:block_resource:2>, <avaritia:resource:5>, <avaritia:resource:4>],[<avaritia:resource:4>, <avaritia:block_resource:2>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <thermalfoundation:material:27>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <avaritia:block_resource:2>, <avaritia:resource:4>],[<avaritia:resource:4>, <avaritia:block_resource:2>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <thermalfoundation:material:27>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <avaritia:block_resource:2>, <avaritia:resource:4>],[<avaritia:resource:4>, <thermalfoundation:material:27>, <thermalfoundation:material:27>, <thermalfoundation:material:27>, <avaritia:singularity:4>, <thermalfoundation:material:27>, <thermalfoundation:material:27>, <thermalfoundation:material:27>, <avaritia:resource:4>],[<avaritia:resource:4>, <avaritia:block_resource:2>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <thermalfoundation:material:27>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <avaritia:block_resource:2>, <avaritia:resource:4>],[<avaritia:resource:4>, <avaritia:block_resource:2>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <thermalfoundation:material:27>, <thermalfoundation:material:134>, <thermalfoundation:material:134>, <avaritia:block_resource:2>, <avaritia:resource:4>],[<avaritia:resource:4>, <avaritia:resource:5>, <avaritia:block_resource:2>, <avaritia:block_resource:2>, <thermalfoundation:material:27>, <avaritia:block_resource:2>, <avaritia:block_resource:2>, <avaritia:resource:5>, <avaritia:resource:4>],[<avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>, <avaritia:resource:4>]]);
复制代码

我这个代码在游戏中是完美运行的,可以用/mt hand看看那些食物有没有矿物词典,有的话可以修改试试,如果还是不行的话建议用AviritiaRecipesMaker(好像叫这个)模组生成,那样效果比自己敲要好得多(但是缺点是不识别矿辞)
发表于 2022-3-25 20:31:41 | 只看该作者

回复 | 举报

百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表