Skip to content

v2.4.3 Mob Spawner Fix Patch

Compare
Choose a tag to compare
@fnar fnar released this 19 Dec 10:15
· 831 commits to master since this release

🐛 Fix issues with mob spawners:

  • Entity gear was not enchanted (and was actually wrong) as it was being overwritten by the originally-spawned mob's gear
  • The above lead to shield designs and enchantments not manifesting on gear (or any other NBT)

🐛 Fix issue where mobs were sometimes wearing random armour on their heads

  • This was due to the Mob equipper logic in Mob.java not taking an armour type. Sometimes, when rolling for a helmet, it would generate a special chestpiece, leggings, or boots that the mob would wear on their head. Pretty funny, honestly.

Full Changelog: v2.4.2...v2.4.3