Added two more treasures to Excavation

This commit is contained in:
TfT_02 2013-09-30 16:24:21 +02:00
parent eb589b6e78
commit 4262a1b2a5
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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
###