超能物质三钛版无法合成,ie冲压机制造配方被覆盖
Death-123 opened this issue · 1 comments
ie冲压机三钛板合成配方被覆盖(貌似是自动转换矿典mod干的)
remove.zs中的recipes.remove(matteroverdrive:tritanium_plate);语句貌似无法对ie配方起效果
个人解决方法是在MatterOverdrive.zs中删除mods.immersiveengineering.MetalPress.addRecipe(<matteroverdrive:tritanium_plate>, <matteroverdrive:tritanium_ingot>, <immersiveengineering:mold>, 2000);语句
添加`mods.immersiveengineering.MetalPress.removeRecipe(jaopca:item_platetritanium);
mods.immersiveengineering.MetalPress.addRecipe(matteroverdrive:tritanium_plate, matteroverdrive:tritanium_ingot, immersiveengineering:mold, 2000);
ore:plateTritanium.add(matteroverdrive:tritanium_plate);
recipes.replaceAllOccurences( matteroverdrive:tritanium_plate,ore:plateTritanium);`语句
并没有ct验证目测ore:plateTritanium这个矿典只有两个物品,一个是超能物质三钛板,一个是矿典转化mod加的Tritanium板,并没有ct验证