CraftoryStudios / Craftory-Tech

Craftory sets out to extend and push the boundaries of vanilla Minecraft, offering features only thought possible before with Modded Minecraft.
https://craftory.studio/craftory-tech/
GNU General Public License v3.0
15 stars 9 forks source link

build(deps): bump mcMMO from 2.1.214 to 2.1.216 #224

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mcMMO from 2.1.214 to 2.1.216.

Release notes

Sourced from 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 mcMMO's changelog.

Version 2.1.216 Reverted Unarmed changes from 2.1.215 (fixes block breaker/beserk active at all time for all players) Added Sculk_* blocks to Mining XP You can use Hoe(s) to gain mining XP, Hoe(s) won't benefit from Super Breaker nor will they activate it (see notes)

NOTES:
Hoe's being able to gain Mining XP is primarily for Sculk blocks which have Hoe as the fastest tool yet to me feel like Mining blocks, let me know what you think
The Sculk blocks don't quite fit perfectly as mining-related, especially since hoes are the fastest tool to use for them. Let me know what you think.

Version 2.1.215 Fixed Coal Blocks and potentially other fuel sources not showing burning animation to players (see notes) Level up broadcasts from level milestones will now be visible to the player who achieved them Fixed a bug where hovering over skill descriptions did not display anything (thanks Greymagic27) Added Dripstone to experience.yml (thanks Greymagic27) Added Mangrove_Log to experience.yml (should fix behavior for tree-feller etc) Item in main hand is now used for Tree Feller drops (thanks destro174)

NOTES:
The burning animation bug is actually in Spigot, it takes an int for setBurnTime when it really should only take a short as the game is expecting a short value, I implemented a hacky workaround via Math.min
There is a bug where you may lose your config comments, this will be complex to solve, for now you can check our GitHub for the configs with comments.

Version 2.1.214 Temporarily removed FakePlayerAnimationEvent (see notes) Players can now see their own level up broadcasts

NOTES:
Spigot updated PlayerAnimationEvent with an API break between versions 1.18 and 1.19, as a temporary fix for mcMMO to be able to support both of these
Minecraft versions I have temporarily removed FakePlayerAnimationEvent. I am working on a fix to dynamically use the correct API depending on the version of MC
as many people will likely be stuck on 1.18 for a while.
FakePlayerAnimationEvent existed to circumvent false positives on anti-cheat plugins such as NoCheat, however
I am unsure if it is still needed and removing it may have no ill effects.. however I cannot be certain.
Anti-cheat plugin authors should be informed to update if you run into false positives with mcMMO after this update so they can make the appropriate changes.

Version 2.1.213 Updated various mechanics to recognize and understand the new blocks Added 'Packed_Mud' to mining xp Added 'Mud_Bricks' to mining xp Added 'Reinforced_Deepslate' to mining xp Added 'Mud' to excavation xp Added 'Muddy Mangrove Roots' to excavation xp Added 'Mangrove_Roots' to woodcutting xp Added 'Stripped_Mangrove_Log' to woodcutting xp Added 'Stripped_Crimson_Stem' to woodcutting xp Added 'Stripped_Warped_Stem' to woodcutting xp Added 'Allay' to combat experience Added 'Frog' to combat experience and taming experience Added 'Tadpole' to combat experience Added 'Warden' to combat experience

Changes to excavation treasures (requires manual editing or regenerating the config)
    Added Mud as a block which can drop various treasures (see notes)
    Added Muddy_Mangrove_Roots as a block which can drop various treasures (see notes)

... (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 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 2 years ago

Superseded by #227.