Crashes on custom schematic placement
PowerSchill opened this issue ยท 5 comments
Structurize version
Version: 0.13.19-ALPHA
Expected behavior
I successfully place the schematic and it gets built by the builder.
Actual behaviour
I scan an existing build in the world and save it. When I attempt to place it in the world my game crashes with a java.lang.IllegalArgumentException: 60000 > 53977
error. The associated log file is here. I can provide the schematic if needed.
- Update:
In a single player world it doesn't crash, just doesn't do anything.I got it to place, but only if I don't intersect with anything but air.
I put into a single player world and rescanned it after making a few changes. It seems to work.