Industrial Renewal

Industrial Renewal

2M Downloads

Wrong Output from Lathe Machine

Midi91 opened this issue ยท 1 comments

commented

I was Changing the Recipes for the Lathe Machine.
For Example:
mods.industrialrenewal.lathe.addRecipe(immersiveposts:metal_rods:1,ore:ingotCopper, 120);
JEI shows the Right Result.
But when i craft it in the Lathe Machine the Output is:
<immersive_energy:stick_uranium>
All Ingots from Immersive Engineering get me the Uranium Rod but shows the Right Result in JEI.
And for the Recipes with ImmersiveInteligence Ingots or Immersive Energy Ingots i get
<immersive_energy:material>
The STrange thing is that JEI SHows all the right Recipes but the Output is from all Recipes Wrong.
In the Textdocument are the Recipes that i changed.
Recipes.txt

commented

I have the same issue. (the item displayed on lathe's screen is also the wrong one, because this variable is being set wrong)
My bet is that the error is here
Synce both jei and the Tile Entity uses .getRecipeOutput();