We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
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验证
The text was updated successfully, but these errors were encountered:
已修复,等下个版本更新
Sorry, something went wrong.
No branches or pull requests
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验证
The text was updated successfully, but these errors were encountered: