diff options
author | Ascynx <78341107+Ascynx@users.noreply.github.com> | 2024-05-15 16:02:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 14:02:38 +0000 |
commit | bc181a317e99b1e96715308a3f3477ca73cc1000 (patch) | |
tree | 8bab78d03826f86bdfe3e21d980ec6d341dcbafa | |
parent | 7289832026d600ad880dd6945dffdbe1001d6995 (diff) | |
download | NotEnoughUpdates-REPO-bc181a317e99b1e96715308a3f3477ca73cc1000.tar.gz NotEnoughUpdates-REPO-bc181a317e99b1e96715308a3f3477ca73cc1000.tar.bz2 NotEnoughUpdates-REPO-bc181a317e99b1e96715308a3f3477ca73cc1000.zip |
Fix double colons in Power artifact (#1208)
-rw-r--r-- | items/POWER_ARTIFACT.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/POWER_ARTIFACT.json b/items/POWER_ARTIFACT.json index 447d3b30..52a23b7d 100644 --- a/items/POWER_ARTIFACT.json +++ b/items/POWER_ARTIFACT.json @@ -25,7 +25,7 @@ "C3": "GEMSTONE_MIXTURE:4" }, "internalname": "POWER_ARTIFACT", - "crafttext": "Requires:: Gemstone Collection X", + "crafttext": "Requires: Gemstone Collection X", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", @@ -33,4 +33,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Artifact_of_Power", "https://wiki.hypixel.net/Artifact_Of_Power" ] -}
\ No newline at end of file +} |