From 4262a1b2a5ca109c4a3adf159003c9e769e882b5 Mon Sep 17 00:00:00 2001 From: TfT_02 Date: Mon, 30 Sep 2013 16:24:21 +0200 Subject: [PATCH] Added two more treasures to Excavation --- Changelog.txt | 1 + src/main/resources/treasures.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index 98d6768db..c41c5aa19 100644 --- a/Changelog.txt +++ b/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 diff --git a/src/main/resources/treasures.yml b/src/main/resources/treasures.yml index 97aced29f..58834ab03 100644 --- a/src/main/resources/treasures.yml +++ b/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 ###