Recipe duping
wormzjl opened this issue ยท 3 comments
In ic2, 1 tin plate makes 3 cells
8 lava cells can be centrifuged to 17 tin ingots ->dupe
Also seem that removing this recipe via minetweaker is not working, the expression I used is:
mods.techreborn.centrifuge.removeRecipe(IC2:itemCellEmpty:2);
to remove this recipe use
mods.techreborn.centrifuge.removeInputRecipe(<IC2:item.itemCellLava>);
In minetweaker remove recipe removes all recipes that make that item, not all recipes that that item is made into, in the case of the centrifuge I have added another method to the centrifuge to allow you do do what you wanted to do.