From bc181a317e99b1e96715308a3f3477ca73cc1000 Mon Sep 17 00:00:00 2001 From: Ascynx <78341107+Ascynx@users.noreply.github.com> Date: Wed, 15 May 2024 16:02:38 +0200 Subject: Fix double colons in Power artifact (#1208) --- items/POWER_ARTIFACT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') 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 +} -- cgit