Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to disable ender zoo mobs in Tropicraft dimension #207

Open
Lewimaron opened this issue Jul 23, 2018 · 2 comments
Open

Unable to disable ender zoo mobs in Tropicraft dimension #207

Lewimaron opened this issue Jul 23, 2018 · 2 comments

Comments

@Lewimaron
Copy link

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.

@tyler489
Copy link

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

@Lewimaron
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants