From e69a62167815d166742d383df32caa5ff0ccb800 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:49:35 +0100 Subject: reformat json --- constants/Belts.json | 12 ++++++------ constants/Items.json | 2 +- constants/Sacks.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/constants/Belts.json b/constants/Belts.json index e7affd7..176137f 100644 --- a/constants/Belts.json +++ b/constants/Belts.json @@ -1,10 +1,10 @@ { "belts": { - "§fWhite Belt": 0, - "§eYellow Belt": 1000, - "§aGreen Belt": 2000, - "§9Blue Belt": 4000, - "§6Brown Belt": 6000, - "§8Black Belt": 7000 + "§fWhite Belt": 0, + "§eYellow Belt": 1000, + "§aGreen Belt": 2000, + "§9Blue Belt": 4000, + "§6Brown Belt": 6000, + "§8Black Belt": 7000 } } diff --git a/constants/Items.json b/constants/Items.json index b5a78ce..86639c2 100644 --- a/constants/Items.json +++ b/constants/Items.json @@ -12,7 +12,7 @@ "Fiery": 30, "Infernal": 40 }, - "lava_fishing_rods" : [ + "lava_fishing_rods": [ "STARTER_LAVA_ROD", "INFERNO_ROD", "MAGMA_ROD", diff --git a/constants/Sacks.json b/constants/Sacks.json index 2cfc70b..dde6442 100644 --- a/constants/Sacks.json +++ b/constants/Sacks.json @@ -441,7 +441,7 @@ "OBFUSCATED_FISH_3_SILVER", "OBFUSCATED_FISH_3_BRONZE" ], - "_" : "The sackList is deprecated", + "_": "The sackList is deprecated", "sackList": [ "Wheat", "Carrot", -- cgit