diff options
Diffstat (limited to 'items/ENCHANTED_NETHER_STALK.json')
-rw-r--r-- | items/ENCHANTED_NETHER_STALK.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ENCHANTED_NETHER_STALK.json b/items/ENCHANTED_NETHER_STALK.json index 0aa62cd5..05f18eb5 100644 --- a/items/ENCHANTED_NETHER_STALK.json +++ b/items/ENCHANTED_NETHER_STALK.json @@ -1,12 +1,27 @@ { - "internalname": "ENCHANTED_NETHER_STALK", "itemid": "minecraft:nether_wart", - "displayname": "Enchanted Nether Wart", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§aEnchanted Nether Wart", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Nether Wart\"},ExtraAttributes:{id:\"ENCHANTED_NETHER_STALK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "NETHER_STALK:32", + "A3": "", + "B1": "NETHER_STALK:32", + "B2": "NETHER_STALK:32", + "B3": "NETHER_STALK:32", + "C1": "", + "C2": "NETHER_STALK:32", + "C3": "" + }, + "internalname": "ENCHANTED_NETHER_STALK", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Nether_Wart" ] }
\ No newline at end of file |