Cavern

Cavern

484k Downloads

Request. Make Aqua Cavern dimension all Ocean biome.

MCJediYoda opened this issue ยท 1 comments

commented

I have a request. I am wanting to use the Aqua Creepers mod in the Aqua Cavern dimension to help make it more dangerous. However they only seem to spawn in Ocean biomes. I would like to be able to config the Aqua Cavern to be all Ocean biome.

Thanks

commented

I found a workaround using BiomeTweaker. I may need to tweak the spawns for balance but I have something like this that is spawning the AquaCreepers Everywhere:

allBiomes = forAllBiomes()
allBiomes.addSpawn("aquacreeper.entities.EntityAquaCreeper", "WATER_CREATURE", 10, 1, 2)

Thanks.