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
pmmo-1.20.1-1.4.23.jar(1.24 MiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.20.1-1.4.23Loaders
Forge
Game versions
1.20–1.20.1Downloads
81Publication date
July 19, 2024 at 8:53 PMPublisher
Caltinor
Owner