diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-12-15 12:09:29 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 01:09:29 +0000 |
| commit | 337f294a7832dd250fc6d0635191404525c27c8d (patch) | |
| tree | 5ae377ec2286ac6f5e2d6f08c28a08028ab25a3f | |
| parent | be5cee57749fc74005a5fadfe692f0de7acfce5f (diff) | |
| download | NotEnoughUpdates-REPO-337f294a7832dd250fc6d0635191404525c27c8d.tar.gz NotEnoughUpdates-REPO-337f294a7832dd250fc6d0635191404525c27c8d.tar.bz2 NotEnoughUpdates-REPO-337f294a7832dd250fc6d0635191404525c27c8d.zip | |
Fix mithril golem stats (#1527)
| -rw-r--r-- | items/MITHRIL_GOLEM;2.json | 2 | ||||
| -rw-r--r-- | items/MITHRIL_GOLEM;4.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/items/MITHRIL_GOLEM;2.json b/items/MITHRIL_GOLEM;2.json index 48d62477..15fcd012 100644 --- a/items/MITHRIL_GOLEM;2.json +++ b/items/MITHRIL_GOLEM;2.json @@ -27,7 +27,7 @@ "A2": "ENCHANTED_MITHRIL:16", "A3": "ENCHANTED_MITHRIL:16", "B1": "ENCHANTED_MITHRIL:16", - "B2": "SUPER_EGG:1", + "B2": "ENCHANTED_EGG:1", "B3": "ENCHANTED_MITHRIL:16", "C1": "ENCHANTED_MITHRIL:16", "C2": "ENCHANTED_MITHRIL:16", diff --git a/items/MITHRIL_GOLEM;4.json b/items/MITHRIL_GOLEM;4.json index 24d055db..a7584da1 100644 --- a/items/MITHRIL_GOLEM;4.json +++ b/items/MITHRIL_GOLEM;4.json @@ -38,7 +38,7 @@ "C3": "ENCHANTED_MITHRIL:16" }, "internalname": "MITHRIL_GOLEM;4", - "crafttext": "Requires: Mithril V, 80% Chance", + "crafttext": "Requires: Mithril V, 20% Chance", "clickcommand": "viewrecipe", "modver": "2.3.2", "useneucraft": true, |
