This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<SpawnConfig>
<!-- Enabling this section will stop all slime spawns
<entry id="Slime" mobName="Slime" creatureType="monster" rate="80" remove="true">
<biomeFilter type="any">
<biome type="BASE_LAND_TYPES" />
</biomeFilter>
</entry>
-->
<!-- Enabling this section will remove the default wither witch spawn config and replace it with
a new config with a higher spawn rate
<entry id="WitherWitch" mobName="enderzoo.WitherWitch" rate="5" remove="true">
<biomeFilter type="any">
<biome type="FOREST" />
<biome type="SWAMP" />
<biome type="PLAINS" />
<biome type="HILLS" />
<biome type="MOUNTAIN" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
</biomeFilter>
<dimensionExclude name="Twilight Forest"/>
</entry>
<entry id="WitherWitch" mobName="enderzoo.WitherWitch" rate="20" minGroupSize="1" maxGroupSize="1">
<biomeFilter type="any">
<biome type="FOREST" />
<biome type="SWAMP" />
<biome type="PLAINS" />
<biome type="HILLS" />
<biome type="MOUNTAIN" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
</biomeFilter>
<dimensionExclude name="Twilight Forest"/>
</entry>
-->
</SpawnConfig>