Bountiful

Bountiful

49M Downloads

[Bug, 1.20+]: Custom structure pieces don't appear with Lithostitched installed on Forge

Apollounknowndev opened this issue ยท 4 comments

commented

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.

commented

@Foozey Other village generation mods completely redo the village jigsaw piece weights, they ought to be using weights closer to vanilla Minecraft or else this happens. You can change our gazebo generation weight/frequency in the config (by default it is 4), but that's about all we can do on our side.

commented

Ooo, fun. Is there any relevant log output? Does it crash? Does it affect the existing pools in a meaningful way?

commented

Just edited the issue with all the needed info, let me know if there's anything else needed. I was going to submit this as a pull request but Gradle didn't like opening the mod code for some reason.

commented

They're spawning for me with Lithostitched installed but I also have Better Villages. However, I'm having an issue where there's like 1000 bounty boards in a village.

Image