diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-25 10:49:35 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-25 10:49:35 +0100 |
commit | e69a62167815d166742d383df32caa5ff0ccb800 (patch) | |
tree | 36b4f869c31eda7d5762e86f22eb0885347ea5a3 /constants | |
parent | 80b61416e50edb86739aa94a0286ace05d4a4c36 (diff) | |
download | SkyHanni-REPO-e69a62167815d166742d383df32caa5ff0ccb800.tar.gz SkyHanni-REPO-e69a62167815d166742d383df32caa5ff0ccb800.tar.bz2 SkyHanni-REPO-e69a62167815d166742d383df32caa5ff0ccb800.zip |
reformat json
Diffstat (limited to 'constants')
-rw-r--r-- | constants/Belts.json | 12 | ||||
-rw-r--r-- | constants/Items.json | 2 | ||||
-rw-r--r-- | 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", |