- Support for Minecraft 1.20.6 🐺 and 1.21 ⚔️ (closes #12)
- New sub-version mob heads and items using item components
- Support for new particle syntax
- Switched to using player_head loot table instead of parsing every mob head to reset its custom name when placed and broken in 1.20.6+
- Updated menu trigger to use advancements instead and added menu message header in 1.21+
- Switched from using custom_name to item_name for head items to preserve their names when renamed in anvils in 1.21+
- Fixed reset_heads clearing not only the heads but all armor
- Fixed trying to set mobs on fire even when they are standing in water in 1.19.4 and above
- Fixed some additional loot ignoring the setting
- Switched from using data modify merge to data modify set
- Fixed using quotes for the value false when setting the italic option
- Updated LICENSE
- Update to Minecraft 1.20.4 🦇
- Fixed constant nbt checking for items that are not player heads
- Updated all protocol version checks to match Minecraft versions on snapshot level
- This fixes textures not loading for custom heads from Combat Test 4 to 20w11a and the data pack not complaining about being incompatible with versions before 19w08a
- Disabled upside down spiders for Minecraft 1.20.3 and up, including a notice in the settings TUI until MC-128225 is fixed
- Fixed custom name not getting set for recently updated drowned villager head in item form
- Added supported version range in pack.mcmeta
- Added function tag
/function #more_mobs:settings
to easily access the settings menu
- Added a mod version with the exclusive addition of a global settings menu and config file, when installed alongside MidnightLib ⚙️
- Added Catalogue support
- Added custom Data Pack ModMenu badge using ModMenu Badges Lib
- Added setting for letting mobs with custom heads burn in sunlight (closes #3, #4, and #6)
- Added new drowned villager head (Thanks @atomik_eguzunkayra)
- Added new icon
- Reformatted ingame menus
- Added global
/function #tschipcraft:menu
command - Fixed heads still dropping even though head drops are disabled by using a with looting enchanted weapon
- Fixed unloaded upside down spiders not returning to normal when setting is turned off
- Fixed mod version overwriting selected options when changing back to world-specific settings
- Reformatted tag lists
- Added new custom license
- Update to Minecraft 1.20 🐪
- Added sounds to all custom heads when placed on note blocks
- Added an option to disable additional given items/loot
- Added an option to only disable valuable items/loot (Potion of Dragon Breath, Damaged Elytra, Totem of Undying, etc) (closes #1)
- Added an option to the reset function to reset all custom heads from loaded mobs. Additionally, this function will get called automatically upon uninstallation
- Added the item tag ts.mm.custom:1b to all custom player heads
- Removed duplicate mention of minecraft:evoker in parsable.json (closes #2)
- Added a system to hide chat feedback when interacting with the settings menu
- Fixed overriding custom names given to spiders
- Fixed spiders turning upside down on non-solid blocks
- Fixed upside down spiders retaining their custom name "Grumm" after uninstallation
- Fixed incompatibility with Spawn Animations
- Renamed exclude to ts.mm.exclude
- Added a way to exclude Piglins since they can't be found inside the parsable.json tag list
- This data pack now follows the Smithed and essential MC Datapacks Discord Server Conventions to ensure data pack compatibility!
Note
Please uninstall the previous version of this data pack (/function more_mobs:uninstall
) before you install this version, if you are upgrading from v1.3!
Initial release on Modrinth ✨
Changelog since v1.2:
- Added 39 new custom heads in total 🎉
- Added custom heads for Pillagers, Evokers, Vindicators and Piglins
- Added a GitHub wiki
- Added settings
- Fixed head names disappearing after breaking and placing them
- Added more loot to some transformations
- Fixed head names being displayed italic
- Fixed entity tags
- Fixed spelling mistakes
- Updated version_checker