Skip to content

3.1.7 b508

Compare
Choose a tag to compare
@lokka30 lokka30 released this 02 Sep 14:15
· 659 commits to master since this release
dbe54e0

The following changes programmed by @stumper66:

  • fixed mythic mobs internal name rule logic flow
  • fixed mythic mobs internal names not working probably with mythic mobs 5.x
  • entities denied by rule mythic mobs internal name was missing a debug entry, it is now DENIED_RULE_MYTHIC_MOBS_INTERNAL_NAME
  • mob levelling denied due to a maxLevel: 0 rule will now return LevellableState DENIED_LEVEL_0 instead of DENIED_OTHER
  • mobs being summoned or spawning near a player when player levelling is enabled should not get relevelled
  • async-task-max-blocks-from-player in settings.yml is now utilized when mobs are spawned or summoned, rather than the previous hard-coded number of 50.
  • fixed async-task-update-period being used for calculating player distance rather than async-task-max-blocks-from-player