Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
- Fixed issue where Roll wasn't reducing as much damage as it should have been (thanks Ineusia)
- Updated locale_es (thanks Devilcasters)
- Updated locale_lt_LT (thanks tautuxs)
- Optimized Alchemy code (thanks MrPowerGamerBR)
- Fixed an exception that could occur when shooting entities through worlds (thanks Wariorrrr)
- Fixes to en_US locale (thanks BlockMasters617)
- Maces, Crossbows, and Tridents skill commands don't warn you that they are work in progress anymore.
- Fixed IllegalArgumentException when Rupture would trigger on an entity with illegal state
NOTES:
Maces, Crossbows, and Tridents are still in development, the change to remove the message from the skill command was to reduce the visual noise.
- Fixed a probability bug where certain skills would max out in chance to succeed well before they were supposed to (such as Dodge)
- Blast Mining will no longer drop mob spawners (see notes)
- (Codebase) Added more unit tests for Probability and RNG
- The Herbalism XP gained when breaking certain plants that can grow unnaturally tall vertically (bamboo, kelp) is now capped to the most it could give when naturally grown, this can be disabled in experience.yml
- Added...
- Fixed a bug with default Mace permissions (thanks SrBedrock)
- Fixed Blast Mining being almost completely broken
- Reworked Blast Mining to drop non-mining related blocks too
- Reworked Blast Mining to use your pickaxe when determining drops (will apply Silk Touch)
- Fixed shift-clicking ingredients into the brewing stand not working on older versions of Minecraft
- Added a setting in advanced.yml to ignore attack cooldowns (see notes)
- Updated zh_CN locale (thanks libook)...
- Added Maces skill
- Added Mace to repair.vanilla.yml (see notes)
- Fixed a bug where spamming attacks would still apply full bonus dmg and full chance to proc abilities (see notes)
- Fixed some misc missing permissions for crossbows/tridents
NOTES:
You shouldn't need to update repair.vanilla.yml, it should update automatically
Maces is a new skill that is in early development, feedback is appreciated.
Some ideas I had for the Maces are on hold as they are lacking proper API from Spigot.
This is mostly pertaining to smash attacks, I had some ideas for enhancing them but without the proper API I will hold off for now.
While working on Maces, I noticed a bug where spamming attacks would still apply full bonus damage and full chance to proc abilities, this has been fixed.
When you swing your weapon in Minecraft, you gain an "Attack Strength" value, which is relative to your cooldown, mcMMO was supposed to be making use of this value, but at some point in the past this was broken.
I have fixed this and now mcMMO will use the attack strength value to determine the bonus damage and chance to proc abilities.
For servers modifying Minecraft combat to not have this "cooldown", mcMMO should behave as you would expect, with full damage and full chance to proc abilities even when spamming attacks.
- Fixed a bug where Luck Of The Sea was being applied for Super Breaker (and other abilities)
- Added Breeze to experience.yml
- Added Bogged to experience.yml
- (Locale) Updates to zh_TW (thanks chunkiuu)
- (Locale) Updates to zh_CN (thanks haha44444)
- Modified the RNG for dropping non-ore blocks from Blast Mining to yield about 50% of what was destroyed
- (API) Deprecated com.gmail.nossr50.mcMMO.getPlaceStore
- (API) Added com.gmail.nossr50.mcMMO.getUserBlockTracker
- (API) Added com.gmail.nossr50.mcMMO.getChunkManager
- (API) Added new methods to com.gmail.nossr50.util.blockmeta.UserBlockTracker for easier readability
- (API) Deprecated many poorly named methods in UserBlockTracker (see notes)
- (Codebase) Cleaned up and organized unit tests relating to UserBlockTracker
- Added missing entries for Tridents/Xbows/Maces to config.yml (see notes)
NOTES:
Some settings such as Hardcore.Death_Stat_Loss.Enabled were missing entries for the new skills, I have added them to the default config.
Missing entries does not mean these things wouldn't work without them present, as default values will be used when config entries are not present.
These missing entries should be added to your config upon start up with this update.
Regarding the API changes, not planning to delete the deprecated methods in UserBlockTracker anytime soon, as nothing has really changed other than the names.
For anyone consuming mcMMO API, I would still recommend switching off these deprecated methods as soon as you can, just for future-proofing.
- Fixed a bug where Daze would cause an exception in older game versions (1.20.4 and older)
- Version 2.2.011
- Fixed bug where some potions on older versions (1.20.4 and older) were not brewable (night vision extended, etc)
- Improved logging for Alchemy potion look up (see notes)
NOTES:
Added detailed logging when multiple configured potions match an ItemStack.
This will help identify issues with potion configuration.
We also use cookies, as they are essential for the proper