diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/REFINED_MITHRIL.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/REFINED_MITHRIL.json')
-rw-r--r-- | items/REFINED_MITHRIL.json | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/items/REFINED_MITHRIL.json b/items/REFINED_MITHRIL.json index c5a31351..1b9a6225 100644 --- a/items/REFINED_MITHRIL.json +++ b/items/REFINED_MITHRIL.json @@ -1,22 +1,29 @@ { "itemid": "minecraft:skull", "displayname": "§5Refined Mithril", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d448b288-ea09-312f-86bf-b6b597a6bc90\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDk5NjQ2NTYzMCwKICAicHJvZmlsZUlkIiA6ICI2ZmU4OTUxZDVhY2M0NDc3OWI2ZmYxMmU3YzFlOTQ2MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJlcGhlbXJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1YTc2NjMzMDA2MTliYjZhMTU2ZDc2MzUxYWMwNWY3YjNjYWZlYWMzMWUyZmYwNGM1NWNjOWYyMzYzMjc4MzIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§5§lEPIC\",1:\"\",2:\"§eItems Required\",3:\"§9Enchanted Mithril §7x160\",4:\"\",5:\"§7Duration: §b6h\"],Name:\"§5Refined Mithril\"},ExtraAttributes:{id:\"REFINED_MITHRIL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d448b288-ea09-312f-86bf-b6b597a6bc90\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDk5NjQ2NTYzMCwKICAicHJvZmlsZUlkIiA6ICI2ZmU4OTUxZDVhY2M0NDc3OWI2ZmYxMmU3YzFlOTQ2MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJlcGhlbXJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1YTc2NjMzMDA2MTliYjZhMTU2ZDc2MzUxYWMwNWY3YjNjYWZlYWMzMWUyZmYwNGM1NWNjOWYyMzYzMjc4MzIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§5§lEPIC\"],Name:\"§5Refined Mithril\"},ExtraAttributes:{id:\"REFINED_MITHRIL\"}}", "damage": 3, "lore": [ - "§5§lEPIC", - "", - "§eItems Required", - "§9Enchanted Mithril §7x160", - "", - "§7Duration: §b6h" + "§5§lEPIC" ], "internalname": "REFINED_MITHRIL", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Refined_Mithril" + "https://hypixel-skyblock.fandom.com/wiki/Refined_Mithril", + "https://wiki.hypixel.net/Refined_Mithril" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_MITHRIL:160" + ], + "count": 1, + "overrideOutputId": "REFINED_MITHRIL", + "duration": 21600 + } ] }
\ No newline at end of file |