Inventory Tweaks [1.12 only]

Inventory Tweaks [1.12 only]

127M Downloads

Crash on auto-refilling with Rotarycraft bevel gears

Baughn opened this issue ยท 3 comments

commented

Crash report: http://pastebin.com/9y5PdJ0J

I've got @ReikaKalseki's statement on the question, which amounts to: "He is trying to access inventories that do not exist."

commented

More specifically, the TileEntity is not an IInventory, the Container has no Slots, and yet the InvTweaks code started querying the contents of those nonexistent slots (likely assuming that the Container at least has a player inventory, which it does not).

commented

java.lang.IndexOutOfBoundsException: Index: 44, Size: 44

There's certainly something in it. Autorefill in 1.7.10 is pretty broken in general though.

commented

I can assure you there is not.