This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
i tried to exclude the Blitz from spawning in the aether because aether is full of them, but it didn't seem to work
This is what i've put in the SpawnConfig_User.xml:
<SpawnConfig>
<entry id="ConcussionCreeper" mobName="enderzoo.ConcussionCreeper" creatureType="monster" rate="40" minGroupSize="1" maxGroupSize="3" remove="false"> <biomeFilter type="any"> <biome type="BASE_LAND_TYPES" /> <biome type="NETHER" exclude="true" /> <biome type="END" exclude="true" /> <biome type="MUSHROOM" exclude="true" /> </biomeFilter> <dimensionExclude name="Twilight Forest"/> <dimensionExclude name="Dungeon"/> <dimensionExclude id="3"/> <dimensionExclude id="66"/> </entry>
<entry id="EnderMiny" mobName="enderzoo.Enderminy" rate="30"> <biomeFilter type="any"> <biome type="FOREST" /> <biome type="SWAMP" /> <biome type="JUNGLE" /> <biome type="NETHER" exclude="true" /> <biome type="END" exclude="true" /> </biomeFilter> <dimensionExclude name="Twilight Forest"/> <dimensionExclude id="3"/> <dimensionExclude id="66"/> </entry>
<entry id="FallenKnight" mobName="enderzoo.FallenKnight" rate="30" minGroupSize="1" maxGroupSize="4"> <biomeFilter type="any"> <biome type="PLAINS" /> <biome type="NETHER" exclude="true" /> <biome type="END" exclude="true" /> </biomeFilter> <dimensionExclude name="Twilight Forest"/> <dimensionExclude id="3"/> <dimensionExclude id="66"/> </entry>
<entry id="WitherWitch" mobName="enderzoo.WitherWitch" rate="5" 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"/> <dimensionExclude id="3"/> <dimensionExclude id="66"/> </entry> <entry id="DireWolf" mobName="enderzoo.DireWolf" rate="30" minGroupSize="2" maxGroupSize="6"> <biomeFilter type="all"> <biome type="SNOWY" /> <biome type="CONIFEROUS" /> <biome type="NETHER" exclude="true" /> <biome type="END" exclude="true" /> </biomeFilter> <dimensionExclude id="3"/> <dimensionExclude id="66"/> </entry>
<entry id="Blitz" mobName="thermalfoundation.Blitz" rate="10" minGroupSize="1" maxGroupSize="4"> <biomeFilter type="all"> </biomeFilter> <dimensionExclude id="3"/> <dimensionExclude id="66"/> </entry>
</SpawnConfig>
i tried to exclude the Blitz from spawning in the aether because aether is full of them, but it didn't seem to work
This is what i've put in the SpawnConfig_User.xml:
<SpawnConfig>
<entry id="ConcussionCreeper" mobName="enderzoo.ConcussionCreeper" creatureType="monster" rate="40"
minGroupSize="1" maxGroupSize="3" remove="false">
<biomeFilter type="any">
<biome type="BASE_LAND_TYPES" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
<biome type="MUSHROOM" exclude="true" />
</biomeFilter>
<dimensionExclude name="Twilight Forest"/>
<dimensionExclude name="Dungeon"/>
<dimensionExclude id="3"/>
<dimensionExclude id="66"/>
</entry>
<entry id="EnderMiny" mobName="enderzoo.Enderminy" rate="30">
<biomeFilter type="any">
<biome type="FOREST" />
<biome type="SWAMP" />
<biome type="JUNGLE" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
</biomeFilter>
<dimensionExclude name="Twilight Forest"/>
<dimensionExclude id="3"/>
<dimensionExclude id="66"/>
</entry>
<entry id="FallenKnight" mobName="enderzoo.FallenKnight" rate="30" minGroupSize="1" maxGroupSize="4">
<biomeFilter type="any">
<biome type="PLAINS" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
</biomeFilter>
<dimensionExclude name="Twilight Forest"/>
<dimensionExclude id="3"/>
<dimensionExclude id="66"/>
</entry>
<entry id="WitherWitch" mobName="enderzoo.WitherWitch" rate="5" 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"/>
<dimensionExclude id="3"/>
<dimensionExclude id="66"/>
</entry>
<entry id="DireWolf" mobName="enderzoo.DireWolf" rate="30" minGroupSize="2" maxGroupSize="6">
<biomeFilter type="all">
<biome type="SNOWY" />
<biome type="CONIFEROUS" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
</biomeFilter>
<dimensionExclude id="3"/>
<dimensionExclude id="66"/>
</entry>
<entry id="Blitz" mobName="thermalfoundation.Blitz" rate="10" minGroupSize="1" maxGroupSize="4">
<biomeFilter type="all">
</biomeFilter>
<dimensionExclude id="3"/>
<dimensionExclude id="66"/>
</entry>
</SpawnConfig>