From 80ddf3a888681c678d61997a7ec99b5cc8200d22 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:38:58 +0200 Subject: Fixes (#469) --- QUALITY_MAP | 21 --------------------- constants/zones.json | 20 ++++++++++++-------- items/QUALITY_MAP | 21 +++++++++++++++++++++ items/WEATHER_NODE.json | 2 +- 4 files changed, 34 insertions(+), 30 deletions(-) delete mode 100644 QUALITY_MAP create mode 100644 items/QUALITY_MAP diff --git a/QUALITY_MAP b/QUALITY_MAP deleted file mode 100644 index 3ed482f9..00000000 --- a/QUALITY_MAP +++ /dev/null @@ -1,21 +0,0 @@ -{ - "internalname": "QUALITY_MAP", - "itemid": "minecraft:map", - "displayname": "§cQuality Map", - "clickcommand": "", - "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7It took motivation, skills, effort\",1:\"§7and a lot of love and caring to\",2:\"§7create this map. By far the best\",3:\"§7quality on the market!\",4:\"\",5:\"§c§lSPECIAL\"],Name:\"§cQuality Map\"},ExtraAttributes:{id:\"QUALITY_MAP\"}}", - "modver": "2.0.0-REL", - "lore": [ - "§7It took motivation, skills, effort", - "§7and a lot of love and caring to", - "§7create this map. By far the best", - "§7quality on the market!", - "", - "§c§lSPECIAL" - ], - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Quality_Map" - ] -} diff --git a/constants/zones.json b/constants/zones.json index 5de00385..7d4172c0 100644 --- a/constants/zones.json +++ b/constants/zones.json @@ -56,15 +56,19 @@ ] }, "farming_1":{ - "Display": "The Barn", + "Display": "The Farming Islands", "Scoreboard":[ - "The Barn" - ] - }, - "farming_2":{ - "Display": "Mushroom Desert", - "Scoreboard":[ - "Mushroom Desert" + "The Barn", + "Mushroom Desert", + "Oasis", + "Trappers Den", + "Jake's House", + "Treasure Hunter Camp", + "Desert Settlement", + "Mushroom Gorge", + "Overgrown Mushroom Cave", + "Shepherds Keep", + "Glowing Mushroom Cave" ] }, "mining_1":{ diff --git a/items/QUALITY_MAP b/items/QUALITY_MAP new file mode 100644 index 00000000..3ed482f9 --- /dev/null +++ b/items/QUALITY_MAP @@ -0,0 +1,21 @@ +{ + "internalname": "QUALITY_MAP", + "itemid": "minecraft:map", + "displayname": "§cQuality Map", + "clickcommand": "", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7It took motivation, skills, effort\",1:\"§7and a lot of love and caring to\",2:\"§7create this map. By far the best\",3:\"§7quality on the market!\",4:\"\",5:\"§c§lSPECIAL\"],Name:\"§cQuality Map\"},ExtraAttributes:{id:\"QUALITY_MAP\"}}", + "modver": "2.0.0-REL", + "lore": [ + "§7It took motivation, skills, effort", + "§7and a lot of love and caring to", + "§7create this map. By far the best", + "§7quality on the market!", + "", + "§c§lSPECIAL" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Quality_Map" + ] +} diff --git a/items/WEATHER_NODE.json b/items/WEATHER_NODE.json index 4bd3cda9..fc8e5016 100644 --- a/items/WEATHER_NODE.json +++ b/items/WEATHER_NODE.json @@ -25,7 +25,7 @@ "C3": "ENCHANTED_REDSTONE:1" }, "internalname": "WEATHER_NODE", - "crafttext": "Requires Prismarine Shard VI", + "crafttext": "Requires: Redstone V", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", "infoType": "" -- cgit