
[Bug, 1.20+]: Custom structure pieces don't appear with Lithostitched installed on Forge
Apollounknowndev opened this issue ยท 2 comments
Hi! When Lithostitched is installed, the custom village pieces don't generate.
This is due to a small issue with where the jigsaw pieces are registered. Lithostitched compiles template pools into a special format for faster structure generation. However, this mod registers its pieces at the ServerStartingEvent
, which is after the dimensions are loaded and worldgen can start. Moving to the ServerAboutToStart
event will fix this issue.
Ooo, fun. Is there any relevant log output? Does it crash? Does it affect the existing pools in a meaningful way?