From 4c8a688ee28145f7f6142597be7248df2b59eae0 Mon Sep 17 00:00:00 2001 From: xxNelsinxx Date: Thu, 25 Apr 2013 18:45:24 +0800 Subject: [PATCH] Added Redstone treasure 800+ Fishing Added Redstone 20 pieces treasure 800+ for fishing. Drop_Change 40% Edit drop_chance to fit what you want. --- src/main/resources/treasures.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/resources/treasures.yml b/src/main/resources/treasures.yml index 8c7833476..ace62cc36 100644 --- a/src/main/resources/treasures.yml +++ b/src/main/resources/treasures.yml @@ -904,6 +904,16 @@ Treasures: Max_Level: -1 Drops_From: Fishing: true + Redstone: + ID: 331 + Data: 0 + Amount: 20 + XP: 200 + Drop_Chance: 40.0 + Drop_Level: 800 + Max_Level: -1 + Drops_From: + Fishing: true Diamonds: ID: 264 Data: 0 @@ -1538,4 +1548,4 @@ Treasures: Drop_Chance: 98.0 Drop_Level: 0 Drops_From: - Shake: true \ No newline at end of file + Shake: true