Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20–1.20.2
1.19.2–1.19.4
1.19
1.18.2
1.18
1.16.5
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published last year
Updated 2 months ago
Changelog
Changelog
[1.20.1-1.4.23] - 2024-07-19
Minor Version Changes
- Mob Modifiers now have two sections
global_mob_modifiers
andmob_modifiers
which allow for specifying the operation the scaling should apply
{
"global_mob_modifiers": [
{
"attribute": "minecraft:luck",
"amount": 1.5,
"operation": "ADDITION"
}
],
"mob_modifiers": {
"minecraft:zombie": [
{
"attribute": "minecraft:generic.max_health",
"amount": 2.0,
"operation": "MULTIPLY_BASE"
},
{
"attribute": "minecraft:generic.attack_damage",
"amount": 0.005,
"operation": "MULTIPLY_TOTAL"
}
]
}
}
Bugfixes / Tweaks
- Added built-in support for iron spellbooks damage boost perks
Files
Metadata
Release channel
ReleaseVersion number
1.20.1-1.4.23Loaders
Game versions
1.20–1.20.1Downloads
81Publication date
July 19, 2024 at 8:53 PMPublisher
Caltinor
Owner