copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
57 stars 33 forks source link

NullPointerException when standing on top of an Autonomous Activator #320

Open Solace7 opened 7 years ago

Solace7 commented 7 years ago

I just so happen to have an essence berry farm in my base, and whenever I stand ontop of them - to place down more berries - I get this crash.

It only happens when I'm wearing the backpack. Probably because the activators are using a right click, trying to access the inventory as if they were a player trying to open the bag.

Crash Log https://gist.github.com/Solace7/b5b78ca5d6b8a62d69c457831788f10c

copygirl commented 7 years ago

Huh. That's strange. I could swear I tried to fix this bug in the past. Yes, it has been reported as #279 before and should've been fixed in 7eee3c3acfc79ae9fb453089ba2e33a99594bc0e, since build 125. The crash is not the same so I wonder if something changed since then.

Unfortunately there won't be any more releases for BetterStorage from me, so the best you can do is turn off the enableBackpackInteraction config option.