Skip to content

XMobGen 1.4

Choose a tag to compare

@Akar1881 Akar1881 released this 30 Dec 12:16
· 15 commits to main since this release

XMobGeneration Changelog

Version 1.4.0 (2024-12-30)

Added

  • Custom Mob Equipment System
    • New GUI interface for configuring mob equipment
    • Equipment slots for helmet, chestplate, leggings, boots, and off-hand item
    • Persistent equipment storage per spawn area
    • Visual equipment slot indicators
    • Easy equipment management through inventory clicks
    • Equipment preserved through mob respawns and server restarts
    • Zero drop chance for equipped items

Fixed

  • Equipment persistence issues:
    • Fixed equipment not being reapplied when mobs respawn
    • Fixed equipment data not being properly loaded on server restart
  • Spawn count issues:
    • Fixed duplicate mob spawning on server restart
    • Improved spawn initialization timing

Technical Changes

  • Added MobEquipment model for storing equipment configurations
  • Implemented CustomMobEquipmentMenu for GUI configuration
  • Enhanced SpawnManager with equipment application
  • Updated area configuration storage for equipment
  • Added equipment button to area edit menu
  • Improved server startup spawn handling
  • Added proper equipment serialization/deserialization
  • Added InventoryUtils for better inventory management