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