Railcraft

Railcraft

34M Downloads

[1.12.2] Sponge Forge server crash while using Manual Rolling Machine

054545641 opened this issue ยท 4 comments

commented

Description of the Bug
Producing (at least) something on Manual Rolling Machine will cause a server crash on SpongeForge Server. And there will be java.lang.IncompatibleClassChangeError in the Crash-report.

To Reproduce

  1. Place a Manual Rolling Machine anywhere
  2. Right click to open GUI of the Manual Rolling Machine
  3. Put a Iron Ingot into it
  4. Click Track Parts and wait for its completion

Expected behavior
A Track Part should be made normally without crash.

Logs & Environment

commented

Sponge bug.

commented

@CovertJaguar Apparently sponge doesn't want our inventory to implement iterable for something other than Iterable<org.spongepowered.api.item.inventory.Inventory>. Blame Mumfrey.

commented

They make a change like that and expect it to break nothing? Lol.

Closing due to Not Railcraft

commented

I think I will start working on the sponge compat soon, at least fixing this thing