diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/TAIGA_BIOME_STICK.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/TAIGA_BIOME_STICK.json')
-rw-r--r-- | items/TAIGA_BIOME_STICK.json | 27 |
1 files changed, 21 insertions, 6 deletions
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 |