MC百科社群
标题:
关于无尽合成表修改失败但没完全失败的求助
[打印本页]
作者:
QQ酱218041
时间:
2022-3-21 08:25
标题:
关于无尽合成表修改失败但没完全失败的求助
本帖最后由 QQ酱218041 于 2022-3-21 09:42 编辑
做整合包的时候尝试修改无尽中很多内容的合成表(修改的文件如下),在游戏中这些内容某种意义上确实生效了(jei中可以看见修改后的合成表)但是在物品正确摆放后却无法得到对应产物(如下图),希望能够请教一下这个是什么原因导致的
JOHG(_JHWB8DWKM}P~H8.png
(43.16 KB, 下载次数: 262)
下载附件
保存到相册
2022-3-21 08:24 上传
for item in items{
removeRecipe(item);
}
ExtremeCrafting.addShapeless("meatballs",<avaritia:cosmic_meatballs>,[
<minecraft:beef>,
<minecraft:chicken>,
<minecraft:mutton>,
<minecraft:rabbit>,
<minecraft:rotten_flesh>,
<abyssalcraft:corflesh>,
<abyssalcraft:corbone>,
<abyssalcraft:antibeef>,
<abyssalcraft:antichicken>,
<abyssalcraft:antipork>,
<abyssalcraft:antiflesh>,
<abyssalcraft:omotholflesh>,
<abyssalcraft:anticorflesh>,
<abyssalcraft:anticorbone>,
<abyssalcraft:shoggothflesh>,
<abyssalcraft:shoggothflesh:1>,
<abyssalcraft:shoggothflesh:2>,
<abyssalcraft:shoggothflesh:3>,
<abyssalcraft:shoggothflesh:4>,
<atum:camel_raw>,
<croparia:chicken_leg>,
<croparia:roast_beef>,
<croparia:roast_porc>,
<croparia:horse_meat>,
<croparia:squid_meat>,
<iceandfire:fire_dragon_flesh>,
<iceandfire:ice_dragon_flesh>,
<harvestcraft:venisonrawitem>,
<harvestcraft:duckrawitem>,
<harvestcraft:groundbeefitem>,
<harvestcraft:groundchickenitem>,
<harvestcraft:groundduckitem>,
<harvestcraft:groundfishitem>,
<harvestcraft:groundmuttonitem>,
<harvestcraft:groundporkitem>,
<harvestcraft:groundrabbititem>,
<harvestcraft:groundturkeyitem>,
<harvestcraft:groundvenisonitem>,
<harvestcraft:rawtofeakitem>,
<harvestcraft:rawtofuttonitem>,
<harvestcraft:rawtofuduckitem>,
<harvestcraft:rawtofenisonitem>,
<harvestcraft:rawtofurkeyitem>,
<harvestcraft:rawtofabbititem>,
<harvestcraft:rawtofickenitem>,
<sakura:foodset:48>,
<twilightforest:raw_venison>,
<twilightforest:hydra_chop>,
<twilightforest:raw_meef>,
<tconstruct:edible:10>,
<tconstruct:edible:11>,
<tconstruct:edible:12>,
<tconstruct:edible:14>,
<tconstruct:edible:15>,
<tconstruct:edible:20>,
<tconstruct:edible:21>,
<tconstruct:edible:22>,
<atum:fish_skeletal>,
<atum:fish_forsaken>,
<atum:fish_mummified>,
<atum:fish_jeweled>,
<cfm:item_flesh>,
<atum:crunchy_golden_scarab>,
<avaritia:resource:2>
]);
ExtremeCrafting.addShapeless("stew",<avaritia:ultimate_stew>,[
<sakura:foodset:16>,
<sakura:foodset:35>,
<sakura:foodset:41>,
<sakura:foodset:53>,
<sakura:foodset:60>,
<sakura:foodset:125>,
<sakura:foodset:175>,
<harvestcraft:extremechiliitem>,
<harvestcraft:grilledcheeseitem>,
<harvestcraft:bltitem>,
<harvestcraft:lemonchickenitem>,
<harvestcraft:zestyzucchiniitem>,
<harvestcraft:cactussoupitem>,
<harvestcraft:gingerchickenitem>,
<harvestcraft:epicbaconitem>,
<harvestcraft:charsiuitem>,
<harvestcraft:honeysoyribsitem>,
<harvestcraft:creepercookieitem>,
<harvestcraft:creeperwingsitem>,
<harvestcraft:greeneggsandhamitem>,
<harvestcraft:theatreboxitem>,
<harvestcraft:stuffedduckitem>,
<harvestcraft:mushroomsteakitem>,
<harvestcraft:szechuaneggplantitem>,
<harvestcraft:baconpancakesitem>,
<harvestcraft:tiropitaitem>,
<harvestcraft:cucumbersandwichitem>,
<harvestcraft:cantonesenoodlesitem>,
<harvestcraft:epicbltitem>,
<harvestcraft:anchovypepperonipizzaitem>,
<harvestcraft:minerstewitem>,
<harvestcraft:cornedbeefbreakfastitem>,
<harvestcraft:gourmetvenisonburgeritem>,
<harvestcraft:koreandinneritem>,
<harvestcraft:thankfuldinneritem>,
<harvestcraft:meatfeastpizzaitem>,
<harvestcraft:southernstylebreakfastitem>,
<harvestcraft:gourmetbeefburgeritem>,
<harvestcraft:weekendpicnicitem>,
<harvestcraft:deluxechickencurryitem>,
<harvestcraft:timpanoitem>,
<harvestcraft:friedfeastitem>,
<harvestcraft:bentoboxitem>,
<harvestcraft:ploughmanslunchitem>,
<harvestcraft:netherstartoastitem>,
<atum:crunchy_golden_scarab>,
<sakura:cocktail:1>,
<sakura:cocktail:10>,
<sakura:cocktail:12>,
<sakura:cocktail:17>,
<sakura:cocktail:26>,
<sakura:cocktail:27>,
<sakura:cocktail:33>,
<sakura:cocktail:41>,
<sakura:alcoholic>,
<sakura:alcoholic:14>,
<brewcraft:spicedrumitem>,
<brewcraft:redbeeritem>,
<brewcraft:blackholewhiskeyitem>,
<brewcraft:uglyavocadoginitem>,
<brewcraft:honeymeaditem>,
<atum:golden_date_enchanted>,
<forestry:fruits>,
<forestry:fruits:1>,
<forestry:fruits:2>,
<forestry:fruits:3>,
<forestry:fruits:4>,
<forestry:fruits:5>,
<forestry:fruits:6>,
<forestry:ambrosia>,
<forestry:ambrosia>,
<forestry:ambrosia>,
<forestry:ambrosia>,
<forestry:ambrosia>,
<forestry:ambrosia>,
<iceandfire:rotten_egg>,
<iceandfire:rotten_egg>,
<iceandfire:rotten_egg>,
<iceandfire:rotten_egg>,
<iceandfire:rotten_egg>,
<avaritia:resource:2>
]);
ExtremeCrafting.addShapeless("cty",<avaritia:resource:5>,[
<avaritia:resource>,
<avaritia:resource:1>,
<avaritia:resource:2>,
<avaritia:resource:3>,
<avaritia:resource:4>,
<avaritia:ultimate_stew>,
<avaritia:cosmic_meatballs>,
<avaritia:endest_pearl>,
<avaritia:resource:7>,
<avaritia:singularity>,
<avaritia:singularity:1>,
<avaritia:singularity:2>,
<avaritia:singularity:3>,
<avaritia:singularity:4>,
<avaritia:singularity:5>,
<avaritia:singularity:6>,
<avaritia:singularity:7>,
<avaritia:singularity:8>,
<avaritia:singularity:9>,
<avaritia:singularity:10>,
<avaritia:singularity:11>,
<thermalfoundation:storage_alloy:7>,
<chisel:blocksteel:2>,
<botania:alchemycatalyst>,
<botania:conjurationcatalyst>,
<extrabotany:dimensioncatalyst>,
<additions:fxt-bx_ingot>,
<additions:fxt-auric>,
<additions:fxt-fantastic_feather>,
<additions:fxt-tz>,
<additions:fxt-xy>
]);
复制代码
作者:
ETMch
时间:
2022-3-24 23:16
应该是输出搞错了,你自己再去试一下吧,我1.16.5的帮不上
作者:
ETMch
时间:
2022-3-24 23:18
草,你这个是移除配方啊,removeRecipe这个是移除
作者:
抖音SKY
时间:
2022-3-25 20:31
下面是我做整合包的时候的一个无尽配方
/ 超能闪耀之光
recipes.remove(<thaumictinkerer:energetic_nitor>);
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(好像叫这个)模组生成,那样效果比自己敲要好得多(但是缺点是不识别矿辞)
欢迎光临 MC百科社群 (https://bbs.mcmod.cn/)
MC百科
|最大的MineCraft中文模组百科