Ira Fich
Results
1
issues of
Ira Fich
If I run the following script: ``` swamp = forBiomes("minecraft:swampland") swamp.removeDicTypes("WET") wet = forBiomesOfTypes("WET") wet.removeSpawn("net.minecraft.entity.passive.EntityCow", "CREATURE") ``` I would expect to see cows still spawning in swamps. What actually happens...