Closed Apollounknowndev closed 1 month ago
It's taken me a bit to get around to checking, but it seems like this PR breaks the API (i.e. does not support loading the existing json files). The API for v3.0 was stabilized on July 5th. I can merge this when I make the next alpha release, probably whenever Mojang resumes releasing major breaking changes.
I think there's an extra loop left in the surface rule one. I'll merge it and then figure it out.
With large datapacks that have many biomes, having all biome placement/surface generation data in one file each gets very difficult to maintain and edit. This PR alleviates that by having biome placement and surface generation files in their own folders. Instead of having
data/namespace/biolith/biome_placement.json
, you can havedata/namespace/biolith/biome_placement/whatever_you_want.json
.