Crash with Improved Signs
supersaiyansubtlety opened this issue ยท 2 comments
Describe the Bug
If a sign is part of one of Create Fabric's moving block formation entities (tested gantry and minecart contraptions), and that entity becomes blocks again while a block is in the space where the sign will be placed, the game crashes.
Reproduction Steps
- place a rail
- place a minecart assembler
- place a minecart in the assembler
- place a lever on the side of the assembler
- place a sign on top of the assembler
- pull the lever to assembler the contraption
- place any block on top of the assembler (inside the entity form of the sign)
- pull the lever again
This causes the game to crash.
Expected Result
The game doesn't crash
Screenshots and Videos
No response
Crash Report or Log
https://paste.myst.rs/nne33a9a
Operating System
Windows 10
Mod Version
0.5.0i
Minecraft Version
1.19.2
Other Mods
fabric-api 0.76.0+1.19.2
improved-signs 1.2.0
Additional Context
Corresponding issue on Improved Sign's github project: craftycorvid/ImprovedSigns#31
I think the game is trying to break the sign and doesn't know what text is on the sign and improved signs has a thing where if you break a sign it retains it's text so it just crashes. Idk if its a thing on their end or create's end.