- **Added support for Minecraft 1.21.11** 🐎
- Updated rain detection to use our own `#is_dry` biome tag combo instead of the now removed `#snow_golem_melts` tag
- Removed broken hide feedback code for 1.21+
- Bumped pack format and protocol version
- **Added support for Minecraft 1.21.11** 🐎
- Updated rain detection to use our own `#is_dry` biome tag combo instead of the now removed `#snow_golem_melts` tag
- Removed broken hide feedback code for 1.21+
- Bumped pack format and protocol version
- **Added support for Minecraft 1.21.9** 🥉
- Updated to work with the new pack.mcmeta syntax
- Fixed an oversight that was preventing the second Frozen Zombie variant from spawning (closes [#27](https://github.com/Tschipcraft/more_mobs/issues/27))
- **Added support for Minecraft 1.21.9** 🥉
- Updated to work with the new pack.mcmeta syntax
- Fixed an oversight that was preventing the second Frozen Zombie variant from spawning (closes [#27](https://github.com/Tschipcraft/more_mobs/issues/27))
- **Added support for Minecraft 1.21.5** 🌸 **and 1.21.6** ☁️ (closes [#21](https://github.com/Tschipcraft/more_mobs/issues/21), [#23](https://github.com/Tschipcraft/more_mobs/issues/23))
- Updated to work with new equipment NBT format, new text component format, and ArmorDropChances NBT renaming
- **Added native NeoForge support** (closes [#22](https://github.com/Tschipcraft/more_mobs/issues/22))
- Fixed Forge version crashing in 1.16x-1.17x with Java 8 or Java 16
- Fixed exclusion check for already filled head slots not working since 1.20.5 (closes [#18](https://github.com/Tschipcraft/more_mobs/issues/18))
- Fixed trying to set mobs on fire even when they are standing in water in 1.19.4 and above (again)
- Annotated the required Java version for mod versions
- Added Argentine Spanish (`es_ar`) language support (Thanks @Texaliuz)
- **Added support for Minecraft 1.21.5** 🌸 **and 1.21.6** ☁️ (closes [#21](https://github.com/Tschipcraft/more_mobs/issues/21), [#23](https://github.com/Tschipcraft/more_mobs/issues/23))
- Updated to work with new equipment NBT format, new text component format, and ArmorDropChances NBT renaming
- **Added native NeoForge support** (closes [#22](https://github.com/Tschipcraft/more_mobs/issues/22))
- Fixed Forge version crashing in 1.16x-1.17x with Java 8 or Java 16
- Fixed exclusion check for already filled head slots not working since 1.20.5 (closes [#18](https://github.com/Tschipcraft/more_mobs/issues/18))
- Fixed trying to set mobs on fire even when they are standing in water in 1.19.4 and above (again)
- Annotated the required Java version for mod versions
- Added Argentine Spanish (`es_ar`) language support (Thanks @Texaliuz)
- **Added support for Minecraft 1.21.5** 🌸 (closes [#21](https://github.com/Tschipcraft/more_mobs/issues/21))
- Updated to work with new equipment NBT format, new text component format, and ArmorDropChances NBT renaming
- **Added native NeoForge support** (closes [#22](https://github.com/Tschipcraft/more_mobs/issues/22))
- Fixed Forge version crashing in 1.16x-1.17x with Java 8 or Java 16
- Fixed exclusion check for already filled head slots not working since 1.20.5 (closes [#18](https://github.com/Tschipcraft/more_mobs/issues/18))
- Fixed trying to set mobs on fire even when they are standing in water in 1.19.4 and above (again)
- Annotated the required Java version for mod versions
- Added Argentine Spanish (`es_ar`) language support (Thanks @Texaliuz)
- **Added support for Minecraft 1.21.4** 🪵
- Re-enabled upside down spiders for 1.21.4+ as [MC-128225](https://bugs.mojang.com/browse/MC-128225) was fixed
- **Added support for Minecraft 1.21.4** 🪵
- Re-enabled upside down spiders for 1.21.4+ as [MC-128225](https://bugs.mojang.com/browse/MC-128225) was fixed
- **Support for Minecraft 1.20.6** 🐺 **and 1.21** ⚔️ (closes [#12](https://github.com/Tschipcraft/more_mobs/issues/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
- **Support for Minecraft 1.20.6** 🐺 **and 1.21** ⚔️ (closes [#12](https://github.com/Tschipcraft/more_mobs/issues/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](https://bugs.mojang.com/browse/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
- **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](https://bugs.mojang.com/browse/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](https://modrinth.com/mod/midnightlib) ⚙️**
- Added [Catalogue](https://www.curseforge.com/minecraft/mc-mods/catalogue) support
- Added custom Data Pack ModMenu badge using [ModMenu Badges Lib](https://modrinth.com/mod/modmenu-badges-lib)
- **Added setting for letting mobs with custom heads burn in sunlight** (closes [#3](https://github.com/Tschipcraft/more_mobs/issues/3), [#4](https://github.com/Tschipcraft/more_mobs/issues/4), and [#6](https://github.com/Tschipcraft/more_mobs/issues/6))
- Added new drowned villager head (Thanks [@atomik_eguzunkayra](https://legacy.curseforge.com/members/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
- **Added a mod version with the exclusive addition of a global settings menu and config file, when installed alongside [MidnightLib](https://modrinth.com/mod/midnightlib) ⚙️**
- Added [Catalogue](https://www.curseforge.com/minecraft/mc-mods/catalogue) support
- Added custom Data Pack ModMenu badge using [ModMenu Badges Lib](https://modrinth.com/mod/modmenu-badges-lib)
- **Added setting for letting mobs with custom heads burn in sunlight** (closes [#3](https://github.com/Tschipcraft/more_mobs/issues/3), [#4](https://github.com/Tschipcraft/more_mobs/issues/4), and [#6](https://github.com/Tschipcraft/more_mobs/issues/6))
- Added new drowned villager head (Thanks [@atomik_eguzunkayra](https://legacy.curseforge.com/members/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](https://github.com/Tschipcraft/more_mobs/issues/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](https://github.com/Tschipcraft/more_mobs/issues/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](https://wiki.smithed.dev/conventions/) and essential [MC Datapacks Discord Server](https://mc-datapacks.github.io/en/conventions/index.html) Conventions to ensure data pack compatibility!
<br>
### 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!
- **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](https://github.com/Tschipcraft/more_mobs/issues/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](https://github.com/Tschipcraft/more_mobs/issues/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](https://wiki.smithed.dev/conventions/) and essential [MC Datapacks Discord Server](https://mc-datapacks.github.io/en/conventions/index.html) Conventions to ensure data pack compatibility!
<br>
### 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!
_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
_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