TehStoneMan / BetterStorageToo

A Minecraft mod aimed at offering more storage options.
MIT License
2 stars 5 forks source link

Linked when storage crate is moved by CarryOn #12

Closed maksim789456 closed 4 years ago

maksim789456 commented 5 years ago

Hey I found a bug. When a block gets from the Storage crate structure with the help of CarryOn, it is linked with a large structure. 2018-09-30_14 31 15 2018-09-30_14 31 20 2018-09-30_14 31 23

Crash when interacting with related unit https://pastebin.com/5cNKW8QQ

TehStoneMan commented 5 years ago

The crash has been fixed, but crates should not be moved that way. It would be best if they were blacklisted.

Tschipp commented 5 years ago

While I was investigating the compat issue that our mods have, I discovered this: Items in crates randomly switch slots... is this inteded behavior? https://i.gyazo.com/9a7802450fe71355fa26a3274cd7d3e5.gif

Edit: in any case, I'll add betterstoragetoo to the default blacklist.

TehStoneMan commented 5 years ago

Yes. Crates have a random interface. They can hold more items that can appear in the gui, and the gui only shows a random subset of the contents.

Tschipp commented 5 years ago

Ah, I see