diff options
Diffstat (limited to 'items/REFINED_MITHRIL.json')
-rw-r--r-- | items/REFINED_MITHRIL.json | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/items/REFINED_MITHRIL.json b/items/REFINED_MITHRIL.json index e23cb1ab..71afb1b4 100644 --- a/items/REFINED_MITHRIL.json +++ b/items/REFINED_MITHRIL.json @@ -4,19 +4,25 @@ "nbttag": "{ench:[],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": "", - "modver": "1.7.1-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Refined_Mithril" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ENCHANTED_MITHRIL:160" + ], + "count": 1, + "overrideOutputId": "REFINED_MITHRIL", + "duration": 21600 + } ] -} +}
\ No newline at end of file |