Skip to content
Success

Changes

Summary

  1. Fixing Double Drops for Mining -- READ THE FULL COMMIT MSG This fix is (commit: faab648) (details)
  2. Don't add drops for items with a quantity of zero (commit: 6d19239) (details)
Commit faab64864a7ded7d34c54803855afa97002181ce by nossr50
Fixing Double Drops for Mining -- READ THE FULL COMMIT MSG This fix is
very similar to what was deployed for Herbalism in 2.1.22
NOTE: Here's what your Double_Drop entries in Config.yml for Mining
should look like
https://paste.gg/p/anonymous/dcd06f1215844311b4f2225f200090d1
IMPORTANT: Version 2.1.22 which came before this had a similar fix for
Herbalism, instructions on how to fix your Herbalism Double Drops can be
found here
     
https://www.spigotmc.org/resources/official-mcmmo.64348/update?update=269868
(commit: faab648)
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/mining/Mining.java (diff)
The file was modified Changelog.txt (diff)
Commit 6d19239db76204ec071a84ac6184b55dfaac8e46 by nossr50
Don't add drops for items with a quantity of zero
(commit: 6d19239)
The file was modified src/main/java/com/gmail/nossr50/listeners/BlockListener.java (diff)