Sfoglia il codice sorgente

Fixed bug with Nether Wart not awarding XP.

GJ 13 anni fa
parent
commit
35f62d4e45
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 1
      Changelog.txt
  2. 1 0
      src/main/java/com/gmail/nossr50/skills/Herbalism.java

+ 2 - 1
Changelog.txt

@@ -13,7 +13,8 @@ Version 1.3.06-dev
  = Fixed bug where Herbalism required double drops permission to give XP
  = Fixed bug where Herbalism required double drops permission to give XP
  = Fixed bug where {0} would be displayed in front of your power level in mcstats
  = Fixed bug where {0} would be displayed in front of your power level in mcstats
  = Fixed mmoupdate not being useable from console
  = Fixed mmoupdate not being useable from console
- = Fixed bug with repairing wooden tools
+ = Fixed bug with repairing wooden tools
+ = Fixed bug with Nether Wart not awarding XP
  ! Changed mcremove to no longer kick players when they are removed from database
  ! Changed mcremove to no longer kick players when they are removed from database
  ! Changed mcremove to work on offline users for FlatFile
  ! Changed mcremove to work on offline users for FlatFile
  ! Changed PlayerProfile constructor to always take a boolean
  ! Changed PlayerProfile constructor to always take a boolean

+ 1 - 0
src/main/java/com/gmail/nossr50/skills/Herbalism.java

@@ -90,6 +90,7 @@ public class Herbalism {
         case CROPS:
         case CROPS:
         case JACK_O_LANTERN:
         case JACK_O_LANTERN:
         case MELON_BLOCK:
         case MELON_BLOCK:
+        case NETHER_WARTS:
         case PUMPKIN:
         case PUMPKIN:
         case RED_MUSHROOM:
         case RED_MUSHROOM:
         case RED_ROSE:
         case RED_ROSE: