diff options
Diffstat (limited to 'items/AMBER_MATERIAL.json')
-rw-r--r-- | items/AMBER_MATERIAL.json | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/items/AMBER_MATERIAL.json b/items/AMBER_MATERIAL.json index b5eb71ab..6d91afe7 100644 --- a/items/AMBER_MATERIAL.json +++ b/items/AMBER_MATERIAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Amber Material", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Ambered §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oPut a bunch of Amber\",8:\"§8§otogether and it\u0027ll make more\",9:\"§8§oAmber - Throin the Forger.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\",15:\"\",16:\"§eItems Required\",17:\"§9⸕ §9Fine Amber Gemstone §7x12\",18:\"§9Golden Plate §7x1\",19:\"\",20:\"§7Duration: §b7h\"],Name:\"§f§f§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Ambered §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oPut a bunch of Amber\",8:\"§8§otogether and it\u0027ll make more\",9:\"§8§oAmber - Throin the Forger.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -18,20 +18,26 @@ "§7Requires §aMining Skill Level", "§aXXX§7!", "", - "§5§lEPIC REFORGE STONE", - "", - "§eItems Required", - "§9⸕ §9Fine Amber Gemstone §7x12", - "§9Golden Plate §7x1", - "", - "§7Duration: §b7h" + "§5§lEPIC REFORGE STONE" ], "internalname": "AMBER_MATERIAL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Amber_Material" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOLDEN_PLATE:1", + "FINE_AMBER_GEM:12" + ], + "count": 1, + "overrideOutputId": "AMBER_MATERIAL", + "duration": 25200 + } ] }
\ No newline at end of file |