This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
allBiomes = forAllBiomes() desert = forBiomes(2) frozenRiver = forBiomes(11) allBiomes.set(genVillages, false); desert.removeAllSpawns("MONSTER") desert.addSpawn("net.minecraft.entity.monster.EntityBlaze", "MONSTER", 100, 4, 8) desert.addSpawn("net.minecraft.entity.monster.EntityMagmaCube", "MONSTER", 50, 4, 12) frozenriver.addSpawn("net.minecraft.entity.monster.EntityGhasts", "MONSTER", 100, 4, 8)
Why this code does nothing?
allBiomes = forAllBiomes() desert = forBiomes(2) frozenRiver = forBiomes(11) allBiomes.set(genVillages, false); desert.removeAllSpawns("MONSTER") desert.addSpawn("net.minecraft.entity.monster.EntityBlaze", "MONSTER", 100, 4, 8) desert.addSpawn("net.minecraft.entity.monster.EntityMagmaCube", "MONSTER", 50, 4, 12) frozenriver.addSpawn("net.minecraft.entity.monster.EntityGhasts", "MONSTER", 100, 4, 8)Why this code does nothing?