Metal Press and Multiple input/output not working
bookerthegeek opened this issue ยท 1 comments
Heyo
Sorry to be a bother.
Description of the issue:
It seems that we are not able to specify multiple outputs for the metal press. The script provided below works, it just ignores the output amounts. Just curious if this was by design or not.
Versions & Modlist
- Minecraft 12.2
- forge-1.12.2-14.23.2.2624
- ImmersiveEngineering-0.12-78
- jei_1.12.2-4.8.5.159
- CraftTweaker2-1.12-4.1.6
- modtweaker-4.0.8
- MTLib-3.0.4
- RebornCore-1.12.2-3.6.11.220-universal
- TechReborn-1.12.2-2.12.5.501-universal
Script
mods.immersiveengineering.MetalPress.removeRecipe(<techreborn:plates:1>); #Iron Plate
mods.immersiveengineering.MetalPress.addRecipe(<techreborn:plates:1>*2,<ore:ingotIron>,<immersiveengineering:mold:0>,2000,3);