CD4017BE / InductiveLogistics

Partial follow up to my Minecraft-mod InductiveAutomation, containing only the item & fluid transport, sorting, storage, etc. features
MIT License
5 stars 3 forks source link

Crash when item placer placing work bench #25

Closed Snownee closed 6 years ago

Snownee commented 6 years ago

What I did:

Insert more than one workbench into item placer.

What happened:

Game crashed. Here is the crash report.

Used Versions:

CD4017BE commented 6 years ago

I found out that this happens with all vanilla Blocks that open up a GUI when right-clicked, modded ones as far as I tested worked fine however. It seems the FakePlayer implementation offered by Forge forgot to stub out some methods.