Browse Source

Added two more treasures to Excavation

TfT_02 11 years ago
parent
commit
4262a1b2a5
2 changed files with 13 additions and 0 deletions
  1. 1 0
      Changelog.txt
  2. 12 0
      src/main/resources/treasures.yml

+ 1 - 0
Changelog.txt

@@ -26,6 +26,7 @@ Version 1.4.07-dev
  + Added new McMMOPlayerLevelDownEvent, fired when a player loses levels
  + Added ability to give custom names to items in treasures.yml - use the key "Custom_Name" to set, expects a string.
  + Added ability to give lore to items in treasures.yml - use the key "Lore" to set, expects a list of strings.
+ + Added Quartz and Name Tags to the default Excavation treasures
  + Killing a custom entity will automatically add it to the custom entity config file with default values.
  = Fixed bug which allowed players to bypass fishing's exploit prevention
  = Fixed bug where FakeEntityDamageByEntityEvent wasn't being fired

+ 12 - 0
src/main/resources/treasures.yml

@@ -469,6 +469,18 @@ Excavation:
         Drop_Chance: 1.33
         Drop_Level: 350
         Drops_From: [Dirt, Grass, Mycelium]
+    QUARTZ:
+        Amount: 1
+        XP: 100
+        Drop_Chance: 0.5
+        Drop_Level: 850
+        Drops_From: [Dirt, Sand, Gravel, Mycelium, Soul_Sand]
+    NAME_TAG:
+        Amount: 1
+        XP: 3000
+        Drop_Chance: 0.05
+        Drop_Level: 250
+        Drops_From: [Dirt, Grass, Sand, Gravel, Clay, Mycelium, Soul_Sand]
 #
 #  Settings for Hylian Luck
 ###