From 685a37a373020c8689d61a838555ec5e2b19345f Mon Sep 17 00:00:00 2001 From: Stekerser <72933528+Stekerser@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:22:06 +0300 Subject: Added Quality Map and something (#465) * Create QUALITY_MAP * Update SHEARS.json --- QUALITY_MAP | 21 +++++++++++++++++++++ items/SHEARS.json | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 QUALITY_MAP diff --git a/QUALITY_MAP b/QUALITY_MAP new file mode 100644 index 00000000..3ed482f9 --- /dev/null +++ b/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/SHEARS.json b/items/SHEARS.json index ebaed0e3..6f5113e2 100644 --- a/items/SHEARS.json +++ b/items/SHEARS.json @@ -4,10 +4,10 @@ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fShears\"},ExtraAttributes:{id:\"SHEARS\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§f§lCOMMON SHEARS" ], "internalname": "SHEARS", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -21,4 +21,4 @@ "C2": "", "C3": "" } -} \ No newline at end of file +} -- cgit