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/JUNGLE_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/JUNGLE_BIOME_STICK.json')
-rw-r--r-- | items/JUNGLE_BIOME_STICK.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/JUNGLE_BIOME_STICK.json b/items/JUNGLE_BIOME_STICK.json index 45004036..a721abcc 100644 --- a/items/JUNGLE_BIOME_STICK.json +++ b/items/JUNGLE_BIOME_STICK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stick", "displayname": "§fJungle 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 §bJungle§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\",10:\"\",11:\"§eClick to view recipe!\"],Name:\"§fJungle Biome Stick\"},ExtraAttributes:{id:\"JUNGLE_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 §bJungle§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:\"§fJungle Biome Stick\"},ExtraAttributes:{id:\"JUNGLE_BIOME_STICK\"}}", "damage": 0, "lore": [ "§7Allows you to change the biome", @@ -15,7 +15,22 @@ "", "§f§lCOMMON" ], + "recipe": { + "A1": "", + "A2": "", + "A3": "LEAVES-3:64", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, "internalname": "JUNGLE_BIOME_STICK", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Biome_Stick" + ] }
\ No newline at end of file |