nossr50 před 4 roky
rodič
revize
76ebd85afa

+ 4 - 0
Changelog.txt

@@ -2,6 +2,10 @@ Version 2.1.193
     Fixed another bug where mcrank/mctop/leaderboards weren't loading
     Fixed a bug where override locales weren't being loaded (but worked after a reloadlocale command)
     (Unit Tests) Added a test to make sure leaderboards were working
+    Fixed blocks being dropped from blast mining even if yield was set to 0 (thanks Warriorrrr)
+    Fixed Tree feller not working entirely if one fake block break event is cancelled. (thanks Warriorrrr)
+    Fixes no woodcutting xp being rewarded if a tree is too big while using tree feller. (thanks Warriorrrr)
+
 Version 2.1.192
     Removed some debug messages from FlatFileDatabaseManager
     Fixed another bug where player names could be saved as null for FlatFileDB (they will update on the players next login at the next save interval)

+ 1 - 2
src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java

@@ -158,8 +158,7 @@ public final class SkillUtils {
             //1.13.2+ will have persistent metadata for this item
             AbstractPersistentDataLayer compatLayer = mcMMO.getCompatibilityManager().getPersistentDataLayer();
             compatLayer.setSuperAbilityBoostedItem(heldItem, originalDigSpeed);
-        }
-        else {
+        } else {
             int duration = 0;
             int amplifier = 0;