From a08535705d7a7534dbc6152c7f9340651693ac6d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:43:17 +0200 Subject: Stuff - Added and fixed things yes (#609) * Stuff * Updating feature link * Fixed Hard Stone Minion * Fixing Items * yep * Fixing Pet * Fixing NBT Tags * Forgot one * Removed interp and other things * learn to format Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- constants/reforgestones.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'constants/reforgestones.json') diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 69651e1a..caa4c3c6 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1761,7 +1761,9 @@ "RARE":"Gain §a+3% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", "EPIC":"Gain §a+4% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", "LEGENDARY":"Gain §a+5% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", - "SPECIAL":"Gain §a+8% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine." + "MYTHIC":"Gain §a+6% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", + "SPECIAL":"Gain §a+8% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", + "VERY SPECIAL":"Gain §a+5% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine." }, "reforgeStats":{ "COMMON":{ @@ -1779,8 +1781,14 @@ "LEGENDARY":{ "defense":16 }, + "MYTHIC":{ + "defense":20 + }, "SPECIAL":{ "defense":20 + }, + "VERY SPECIAL":{ + "defense":20 } } }, -- cgit