magemonkeystudio / divinity

GNU General Public License v3.0
9 stars 6 forks source link

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.006 to 2.2.007 #219

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps com.gmail.nossr50.mcMMO:mcMMO from 2.2.006 to 2.2.007.

Release notes

Sourced from com.gmail.nossr50.mcMMO:mcMMO's releases.

1.5.00 release (Made for MC 1.7)

No release notes provided.

1.4.08 Release (Designed for MC 1.6.4)

No release notes provided.

1.4.06 Rerelease (Minecraft 1.7.10)

A re-release of the final commit before Minecraft R1.8, modified to turn off metrics (because the metrics service no longer exists).

Changelog

Sourced from com.gmail.nossr50.mcMMO:mcMMO's changelog.

Version 2.2.007 Compatibility with the 1.20.5 / 1.20.6 MC Update Fixed bug where Alchemy was not brewing certain potions (haste, etc) Tree Feller no longer restricts how many saplings can drop Tree Feller now drops leaves 25% of the time (up from 10%) Alchemy XP has been DRAMATICALLY increased, it was extremely grindy by default Alchemy experience values in experience.yml are now found under 'Experience_Values.Alchemy.Potion_Brewing' Fixed bug where the probability of success of Graceful Roll was not being calculated correctly Fixed bug where Green Thumb did not replant if seed was in the off hand Added armadillo to combat experience in experience.yml

NOTES:
While fixing various Alchemy bugs, I noticed Alchemy leveled SUPER slow, I have increased it dramatically. Feel free to change it back by modifying the new values in experience.yml
I did my best to keep mcMMO compatible with older versions of Minecraft for this update.
This update to MC was quite large, with breaking changes to a lot of code relating to Alchemy, and some other things.
I expect there to be bugs, please report them on GitHub or Discord, but preferably GitHub.
I will be working on fixing these bugs as they come in, so please be patient.

Version 2.2.006 Added new config custom_item_support.yml Added support for hex color codes in the locale file, uses the format &#RRGGBB (see notes) Added setting to disable repair on items with custom models, this is not on by default Fixed a bug where sometimes the locale name of a skill would get lowercased Fixed a bug where JSON text components did not get colored properly some of the time Fixed en_US locale string 'Commands.Skill.Leaderboard' not being colored properly Fixed skill commands incorrectly telling you to use their locale name, this isn't currently possible Updated outdated wiki URLs in commands to point to the new wiki Removed the msg about skills being migrated to a new system when using /mmoinfo command Added new locale entry 'Anvil.Repair.Reject.CustomModelData' Added new locale entry 'Anvil.Salvage.Reject.CustomModelData' Updated en_US locale entry 'JSON.DescriptionHeader' (API/Codebase) Added some util methods and basic unit tests for LocaleLoader

NOTES:
Hex Color support in locale files is here!
The hex color code format for the locale files is &#RRGGBB
An example entry applying yellow as a hex color code would look like this:
Axes.SkillName=&#FFFF00Axes
In general, JSON locale entries will either not work with hex color codes or will have the color code stripped out, in the future I will add support for the JSON components to use hex colors from the locale

Let me know in detail what kind of support you'd like to see in mcMMO regarding custom items, I'm open to suggestions. This update adds a new config file to allow server owners to disable repair or salvage on items with custom models, This prevention mechanism is not enabled by default, change the settings in custom_item_support.yml if you want to enable it. This feature is off by default for now to keep compatibility with existing servers, but it may be enabled by default in the future if feedback suggests it should be. As a reminder, anyone can update the wiki by clicking on the "edit on github" link on various pages, this will take you to the wiki's source code on GitHub, submit a PR to make changes

Version 2.2.005 Fixed a bug where certain skills such as Dodge/Arrow Deflect had no skill cap and would continue improving forever Reduced messages on startup for SQL DB (API) Constructor for ProbabilityImpl now takes a raw value between 0 and 1 instead of an inflated percentage (API) Added some convenience methods to Probability, and ProbabilityUtil classes

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #220.