Ender Zoo

Ender Zoo

12M Downloads

Unable to disable ender zoo mobs in Tropicraft dimension

Lewimaron opened this issue ยท 2 comments

commented

I've been trying for the last few days to disable all ender zoo mobs in the tropicraft dimension. I've tried the following ways to disable it (tropicraft dimension id is -127)

<entry id="ConcussionCreeper" mobName="concussioncreeper" rate="40" minGroupSize="1" maxGroupSize="3">
    <biomeFilter type="any">
      <biome type="BASE_LAND_TYPES" />
      <biome type="NETHER" exclude="true" />
      <biome type="END" exclude="true" />
      <biome type="MUSHROOM" exclude="true" />
	  <biome name="tropicraft:tc_tropics_ocean" exclude="true" />
	  <biome name="tropicraft:tc_tropics_kelp_forest" exclude="true" />
	  <biome name="tropicraft:tc_tropics" exclude="true" />
	  <biome name="tropicraft:tc_tropics_rainforest_plains" exclude="true" />
	  <biome name="tropicraft:tc_tropics_rainforest_hills" exclude="true" />
	  <biome name="tropicraft:tc_tropics_rainforest_mountains" exclude="true" />
	  <biome name="tropicraft:tc_tropics_rainforest_island_mountains" exclude="true" />
	  <biome name="tropicraft:tc_tropics_river" exclude="true" />
	  <biome name="tropicraft:tc_tropics_beach" exclude="true" />
	  <biome name="tropicraft:tc_tropics_lake" exclude="true" />
    </biomeFilter>
    <dimensionExclude id="7"/>
    <dimensionExclude id="4"/>
    <dimensionExclude id="-11325"/>
    <dimensionExclude id="-9999"/>
    <dimensionExclude id="-127"/>
    <dimensionExclude name="TROPICS"/>
    <dimensionExclude id="33"/>
    <dimensionExclude id="4598"/>
    <dimensionExclude idstart="684" idend="688"/>
  </entry>

As you can see I've excluded each tropicraft biome individually and disabled the dimension by ID and Name and the mobs are still spawning there.

commented

Did you try making the biome blacklist spacing match the one above prehaps?

commented

They did look the same in notepad++, github just makes tabs a different width.
I've changed them all to have spaces at the beginning like the first rows and it's still not working.