From 98b47f92e6257c149de85069004923f280b68454 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Thu, 11 Feb 2021 17:50:05 +0100 Subject: added reforge anvil, firework and necron's blade recipe + fixed withered blood strength being wrong (#391) * added reforge anvil recipe * fixed wither blood reforge stone strength * added necron's blade recipe * added firework recipe --- constants/reforgestones.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'constants') diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 87996f55..e737224f 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1804,19 +1804,19 @@ "strength":60 }, "UNCOMMON":{ - "strength":60 + "strength":75 }, "RARE":{ - "strength":60 + "strength":90 }, "EPIC":{ - "strength":60 + "strength":110 }, "LEGENDARY":{ - "strength":60 + "strength":135 }, "MYTHIC":{ - "strength":60 + "strength":170 } } } -- cgit