Alex's Caves

Alex's Caves

5M Downloads

cave biomes not generating inside of datapack dimension.

FatCat1978 opened this issue ยท 0 comments

commented

Version: MC 1.20.1 | 1.1.4

relevant biome_cave_generation configs have been changed to include the dimension's tag inside of the "dimensions" list.

Ae:

"dimensions": [ "minecraft:overworld", "silverpack:silver_planet" ]

When going to said datapack dimension, caves are not generated, and /locate does not even attempt to generate them.

Dimension's define is super simple, and uses the overworld preset - which should generate identically to the overworld (including seed!)

{ "type": "silverpack:silver_planet", "generator": { "type": "minecraft:noise", "settings": "minecraft:overworld", "biome_source": { "type": "minecraft:multi_noise", "preset": "minecraft:overworld" } } }

Is there anything else that needs to be placed inside either the dimension define, or dimension type define? or a different, supported way to define dimensions.