Closed dandud100 closed 2 months ago
If you are just looking for a datapack to generate a void world with structure and biome bounding boxes, use this https://modrinth.com/datapack/skyblock-void-worldgen
If you want this mod, with all of its features, as a datapack that is sadly not possible because not all of the features of this mod are able to be put into a datapack.
If you are just looking for a datapack to generate a void world with structure and biome bounding boxes, use this https://modrinth.com/datapack/skyblock-void-worldgen
If you want this mod, with all of its features, as a datapack that is sadly not possible because not all of the features of this mod are able to be put into a datapack.
Thanks for the hint! Sadly that linked datapack does not generate all structures that exist in minecraft but only a few selected.
The features of this mod aren't that important for me. :)
You might be able to edit get_empty_biomes.py and get_empty_structures.py and run generate.py to get the biomes & structures you want.
You might be able to edit get_empty_biomes.py and get_empty_structures.py and run generate.py to get the biomes & structures you want.
Thanks for pointing that out, but sadly i never created a plugin or datapack by myself. So no Idea what to change there.
It's outside of the scope of this project, because the worldgen in CarpetSkyAdditions isn't in datapack format, it's coded using Fabric API.
Would like to use the wordgen with structures and biome boundaries on an server running on papermc, is it possible to make a datapack out of this?