This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 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>