LibMultiPart icon indicating copy to clipboard operation
LibMultiPart copied to clipboard

Create Schematic Crash

Open ardissaps opened this issue 3 years ago • 2 comments

https://aofpaste.com/ebesuhasiy.yaml

ardissaps avatar Aug 10 '22 14:08 ardissaps

Ah, I was wondering when someone would run into this :p

For context, this is actually caused by LMP not supporting some of the vanilla schematic methods (block mirroring and rotation), so this bug could happen without create.

Currently vanilla only asks the block to rotate/mirror itself, and not the block entity - which is a problem for LMP since only the block entity stores part data, which is what actually needs to be rotated. What I can do though is store the requested rotation and mirroring in the block state, and then just actually rotate / mirror when it gets loaded.

AlexIIL avatar Aug 12 '22 06:08 AlexIIL

I see, so it possible to fix it on 1.18.2 right? :p thank you for your time

ardissaps avatar Aug 12 '22 10:08 ardissaps