Skip to content
New issue

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冲压机制造配方被覆盖 #15

Open
Death-123 opened this issue May 24, 2019 · 1 comment
Open
Labels
bug Something isn't working 已修复

Comments

@Death-123
Copy link

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验证

@YiChenCraft
Copy link
Member

已修复,等下个版本更新

@YiChenCraft YiChenCraft added bug Something isn't working 已修复 labels May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 已修复
Projects
None yet
Development

No branches or pull requests

2 participants