Draconic Evolution

Draconic Evolution

77M Downloads

Integer overflow in fusion table

Yoosk opened this issue ยท 1 comments

commented

Base information

  • Minecraft version: 1.12.2
  • Mod version: Draconic-Evolution-1.12-2.3.11.290-universal
  • Minecraft Forge version: forge:1.12.2-14.23.4.2707
  • Mod Pack: All the mods 3

When adding CustomFusionRecipes.json which includes recipe that needs more power than 2B RF, Energy Cost will go into negative value as that:

Mind that it works properly and uses the power that was set. (4B in this case)

commented

Thanks for pointing this out. This was a minor bug in the JEI handler.
BTW the custom recipe system does not support upgrade recipes. That recipe is valid but it will only work with that exact input itemstack. Meaning if you apply any other upgrades or so much as charge the chest plate that recipe will not work.