Draw Bridge

Draw Bridge

445k Downloads

[1.14.4] Crash when opening Draw Bridge

NielsPilgaard opened this issue ยท 4 comments

commented

Describe the bug
I crashed directly after opening the GUI of a Drawbridge.

To Reproduce
Steps to reproduce the behavior:

  1. Obtain Drawbridge
  2. Place it
  3. Open it

Expected behavior
The Drawbridge GUI to open.

Screenshots
If applicable, add screenshots to help explain your problem.

Versions

  • 1.14.4
  • forge-1.14.4-28.1.20
  • u_team_core-1.14.4-2.7.3.132
  • draw_bridge-1.14.4-1.2.2.9

Log (if crash occures)
https://gist.github.com/NillerMedDild/2d9f4bccbfb58873ec022926df2de041

commented

Thank you for the report.
This seems to be an obfuscation issue when implementing the IItemHandler and IInventory interface in one class.

public ItemStack getStackInSlot(int index) {

Will fix that soon.
~Johanens

commented

Thanks for the fast response, I look forward to trying the mod out :D

commented

Should be fixed in 1.14.4-1.2.2.10 which is now on curseforge. Thanks for the report ๐Ÿ‘
~Johannes

commented

Thank you! It works very well now.