diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-04-21 17:20:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 19:20:31 +0200 |
commit | 90d77dc6966656587cfeb38100d85d9bda8a16f6 (patch) | |
tree | 530f46c9025f177824a34cc92492c18c3a7f8ed3 /items/MITHRIL_GOLEM;0.json | |
parent | 19d37551d8523b8d0463b9c5d22aeebb662676b1 (diff) | |
download | NotEnoughUpdates-REPO-90d77dc6966656587cfeb38100d85d9bda8a16f6.tar.gz NotEnoughUpdates-REPO-90d77dc6966656587cfeb38100d85d9bda8a16f6.tar.bz2 NotEnoughUpdates-REPO-90d77dc6966656587cfeb38100d85d9bda8a16f6.zip |
fix chances for pets (#720)
Diffstat (limited to 'items/MITHRIL_GOLEM;0.json')
-rw-r--r-- | items/MITHRIL_GOLEM;0.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/MITHRIL_GOLEM;0.json b/items/MITHRIL_GOLEM;0.json index d3966408..c44b14c4 100644 --- a/items/MITHRIL_GOLEM;0.json +++ b/items/MITHRIL_GOLEM;0.json @@ -29,7 +29,7 @@ "C3": "ENCHANTED_MITHRIL:16" }, "internalname": "MITHRIL_GOLEM;0", - "crafttext": "Requires: Mithril VII, 33% Chance", + "crafttext": "Requires: Mithril VII, 50% Chance", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", "useneucraft": true, @@ -37,4 +37,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mithril_Golem_Pet" ] -}
\ No newline at end of file +} |