diff options
-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", |