BiomeTweaker

BiomeTweaker

13M Downloads

Biome removal problems

KevinVM1996 opened this issue ยท 4 comments

commented

So i am trying to remove all biomes exept for the ocean biome and adding animal spawns to the ocean biome. i tried to do it by doing this
otherBiomes = forBiomesexcept("minecraft.ocean")
oceanBiome = forBiome("minecraft.ocean")
otherBiomes.remove()

oceanBiome.addSpawn("net.minecraft.entity.passive.EntitySheep", "CREATURE", 12, 4, 4)
oceanBiome.addSpawn("net.minecraft.entity.passive.EntityPig", "CREATURE", 12, 4, 4)
oceanBiome.addSpawn("net.minecraft.entity.passive.EntityChicken", "CREATURE", 12, 4, 4)
oceanBiome.addSpawn("net.minecraft.entity.passive.EntityCow", "CREATURE", 12, 4, 4)

but that doesnt seem to work i get large oceans with small other biomes. any ideas where i went wrong ?

commented

also where should i ask questions like this

commented

There is a discord channel linked in the home page of the wiki.

commented

a thanks

commented

ill close this one then