From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/TAIGA_BIOME_STICK.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'items/TAIGA_BIOME_STICK.json') diff --git a/items/TAIGA_BIOME_STICK.json b/items/TAIGA_BIOME_STICK.json index c7ab607c..331ee833 100644 --- a/items/TAIGA_BIOME_STICK.json +++ b/items/TAIGA_BIOME_STICK.json @@ -1,11 +1,8 @@ { - "internalname": "TAIGA_BIOME_STICK", "itemid": "minecraft:stick", - "displayname": "Taiga Biome Stick", - "clickcommand": "viewrecipe", + "displayname": "§fTaiga Biome Stick", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Allows you to change the biome\",1:\"§7at the targeted block on your\",2:\"§7private island to §bTaiga§7.\",3:\"§7Right-click to use, or\",4:\"§7Left-click to change the radius\",5:\"§7it effects.\",6:\"\",7:\"§7Selected Radius: §b3\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fTaiga Biome Stick\"},ExtraAttributes:{id:\"TAIGA_BIOME_STICK\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Allows you to change the biome\",1:\"§7at the targeted block on your\",2:\"§7private island to §bTaiga§7.\",3:\"§7Right-click to use, or\",4:\"§7Left-click to change the radius\",5:\"§7it effects.\",6:\"\",7:\"§7Selected Radius: §b5\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fTaiga Biome Stick\"},ExtraAttributes:{id:\"TAIGA_BIOME_STICK\",radius:5}}", - "modver": "1.0.0", "lore": [ "§7Allows you to change the biome", "§7at the targeted block on your", @@ -14,8 +11,26 @@ "§7Left-click to change the radius", "§7it effects.", "", - "§7Selected Radius: §b5", + "§7Selected Radius: §b3", "", "§f§lCOMMON" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "LEAVES-1:64", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, + "internalname": "TAIGA_BIOME_STICK", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Biome_Stick" ] } \ No newline at end of file -- cgit