hlysine / create_connected

A Create mod add-on adding quality-of-life blocks that you wish existed in Create.
GNU Affero General Public License v3.0
27 stars 8 forks source link

Item Silo Multiblock Disassemble Crash #78

Closed rhino1998 closed 1 day ago

rhino1998 commented 2 days ago

Disassembling an assembled contraption containing an item silo multiblock (single silo is fine) causes a ticking block entity crash prevents rejoining the world (if the relevant chunks are loaded). The following setup is sufficient to trigger the crash if you toggle the lever twice.

2024-09-16_08 57 00

Here's a stacktrace from a minimal modded install

https://mclo.gs/koFyvmu

Notably this does not affect Fluid Vessels

hlysine commented 2 days ago

This is caused by contraption changes in Create 0.5.1g. You can enter the world by installing Neruina for now, which will disable the item silo to prevent further crashes.

hlysine commented 1 day ago

This has been fixed in v0.9.1. It also attempts to fix corrupted worlds, but affected multi-block silos will be split into individual blocks.