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

Problem changing horse and Polar Bear spawn rates #169

Open
Santvarg opened this issue Mar 11, 2017 · 0 comments
Open

Problem changing horse and Polar Bear spawn rates #169

Santvarg opened this issue Mar 11, 2017 · 0 comments

Comments

@Santvarg
Copy link

Trying to disable horses and Polarbears with the config entries shown below, yet they still spawn.

  <entry id="horse" mobName="Horse" creatureType="CREATURE" rate="1" remove="true">
    <biomeFilter type="any">
      <biome type="BASE_LAND_TYPES" />
    </biomeFilter>
  </entry>
  <entry id="polarbear" mobName="Polar Bear" creatureType="CREATURE" rate="1" remove="true">
    <biomeFilter type="any">
      <biome type="BASE_LAND_TYPES" />
    </biomeFilter>
  </entry>

I can't find anything wrong with the entries, as the same parameters work for all other Vanilla Monsters and Creatures as far as I can tell. Leads me to believe this is a bug, but if my entries are wrong, do correct me.

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

1 participant