Skip to content

Commit d7bd2bd

Browse files
committed
Add 2.2.055 changelog entries for XP and furnace extraction performance
1 parent fc62a62 commit d7bd2bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ Version 2.2.055
33
Fixed Maces Cripple playing an extra anvil break sound that could not be disabled in sounds.yml (See notes)
44
Fixed Super Breaker and Tree Feller mishandling durability on items with a custom max_damage component (See notes)
55
Fixed Tree Feller ignoring durability damage changes made by other plugins via PlayerItemDamageEvent
6+
Improved performance when players gain skill XP (See notes)
7+
Improved performance when taking smelted items out of furnaces (See notes)
68

79
NOTES:
810
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.
11+
Gaining XP now does much less repeated work per gain, which reduces mcMMO's share of server thread time on busy servers; no behavior or config changes are involved.
12+
Taking smelted items out of a furnace no longer searches the full server recipe list every time.
913
Cripple now plays a single sound which can be adjusted or disabled with the CRIPPLE entry in sounds.yml.
1014
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.
1115

0 commit comments

Comments
 (0)