Skip to content
Success

Changes

Summary

  1. Herbalism compatibility with PlayerAnimationEvent (commit: 93fefa0) (details)
  2. Added imports (commit: 3ed4228) (details)
  3. Fixed #3858 - Falling blocks in water not getting tracked (commit: 4670258) (details)
  4. Fix async tool lower (commit: 30df57f) (details)
  5. Fixes #3902 - NPE in Inventory Listener (commit: be8a2a4) (details)
  6. Add sweet berrys to Herbalism XP tables (update configs) (commit: 8efee39) (details)
  7. 2.1.49 (commit: 0949931) (details)
Commit 93fefa031b22fa2fe8432959a1cd1e2ae9c0ba40 by github
Herbalism compatibility with PlayerAnimationEvent
This change in theory should make McMMO herbalism compatible with
plugins that utilise PlayerAnimationEvent. The main reason that I want
to add this is to fix `no swing` false positives in `AAC` (though didn't
get to test this).
I would appreciate if someone could test this PR and verify that its
working without any issues. (I am busy for the next few days so I
haven't been able to test it. In theory it looks like it should work. I
could have checked if the event `isCancelled()` however, this doesn't
seem necessary quite yet. Though, if it is needed I can add it 👍
Please don't merge this unless it's confirmed completely working. I
will find some time to test it out within the next few days.
(commit: 93fefa0)
The file was modified src/main/java/com/gmail/nossr50/listeners/PlayerListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/PlayerListener.java (diff)
Commit 467025888c513485b727a35da4ea582f03c48dd4 by nossr50
Fixed #3858 - Falling blocks in water not getting tracked
(commit: 4670258)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/events/skills/McMMOPlayerNotificationEvent.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/player/UserManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/EntityListener.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/BlockListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/AbilityDisableTask.java (diff)
The file was modified Changelog.txt (diff)
Commit be8a2a4b079f406ada7b5b7f294e7f4dcf333de3 by nossr50
Fixes #3902 - NPE in Inventory Listener
(commit: be8a2a4)
The file was modified src/main/java/com/gmail/nossr50/listeners/InventoryListener.java (diff)
The file was modified Changelog.txt (diff)
Commit 8efee39f7efac75d454c1641fdcc8a8182413ed6 by nossr50
Add sweet berrys to Herbalism XP tables (update configs)
(commit: 8efee39)
The file was modified Changelog.txt (diff)
The file was modified src/main/resources/experience.yml (diff)
The file was modified pom.xml (diff)