Ad Astra: Giselle Addon

Ad Astra: Giselle Addon

15M Downloads

[Bug]: Fuel Loader right click

Edrig opened this issue ยท 5 comments

commented

Minecraft Version

1.19.2

Mod Loader and Version

Forge-43.2.3

Ad Astra! Version

1.11.9

Addon Mod Version (This Mod)

forge-1.19.2-1.8

The details

  1. Place a Fuel Loader
  2. Right Click the Fuel Loader
  3. the game disconnect server and send this crash report

https://crashy.net/INPLZDSWLjML4MHHU3jw
https://bytebin.lucko.me/r2Pqv3X01q

commented

I think this problem is from REI compatibilities.
Can you send report to REI dev first?
I will fix when If they says it is not REI's fault.

commented

This is not REI's fault as the class is not a part of the JEI API spec. Use another way to get the gui pos, the JEI internals way is not the way.
Alternatively you can enable the Forge REI integration and disable the REI's JEI compat layer by following shedaniel/REIPluginCompatibilities-Issues#23 (comment)

commented

This is not REI's fault as the class is not a part of the JEI API spec. Use another way to get the gui pos, the JEI internals way is not the way. Alternatively you can enable the Forge REI integration and disable the REI's JEI compat layer by following shedaniel/REIPluginCompatibilities-Issues#23 (comment)

Ah yes, it was not api spec. ok I see.
Thanks for fast feedback

commented

Fixed at 5c672ea
Next version will work normally.
Waiting for review from CurseForge now.

commented