Hey guys quick question. Im having a few issues making a mob spawn only in specific biomes
I checked the manual and it said to use condition biome: snowy
but when i add the condition it still spawns everywhere
am i do this wrong? thanks in advance
Biome Specific Spawns?
I checked the manual and it said to use condition biome: snowy
but when i add the condition it still spawns everywhere
am i do this wrong? thanks in advance
Code:
Snowman3: MobType: EvilSnowman3 Worlds: EMKOnline Chance: 0.005 Priority: 0.1 Action: replace Conditions: - outside: true - biome: snowy Snowman4: MobType: EvilSnowman4 Worlds: EMKOnline Chance: 0.001...