Compatibility
Minecraft: Java Edition
1.21.10
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
Supported environments
Creators
Details
Licensed ARR
Published 3 years ago
Updated last week
Changelog
Changelog
[1.20.1-1.4.23] - 2024-07-19
Minor Version Changes
- Mob Modifiers now have two sections
global_mob_modifiersandmob_modifierswhich 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
108Publication date
July 19, 2024 at 8:53 PMPublisher
Caltinor
Owner


