You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
Version 2.2.055
2
+
Fixed the 'mcmmo.perks.xp.25percentboost' permission and its per-skill child nodes not being registered (See notes)
3
+
Fixed Maces Cripple playing an extra anvil break sound that could not be disabled in sounds.yml (See notes)
4
+
Fixed Super Breaker and Tree Feller mishandling durability on items with a custom max_damage component (See notes)
5
+
Fixed Tree Feller ignoring durability damage changes made by other plugins via PlayerItemDamageEvent
6
+
7
+
NOTES:
8
+
The mcmmo.perks.xp.25percentboost permission family now behaves like the 10, 50, and 150 percent variants; previously only mcmmo.perks.xp.25percentboost.all had any effect.
9
+
Cripple now plays a single sound which can be adjusted or disabled with the CRIPPLE entry in sounds.yml.
10
+
Items with a custom maximum durability (set through the max_damage item component by data packs or item plugins) previously could make super abilities stop working or appear to restore durability; ability durability loss now always uses the item's own maximum.
2
11
3
12
Version 2.2.054
4
13
Added compatibility for new blocks and items from Chaos Cubed (Minecraft 26.2) to mcMMO
0 commit comments