diff options
Diffstat (limited to 'items/HOT_STUFF.json')
-rw-r--r-- | items/HOT_STUFF.json | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/items/HOT_STUFF.json b/items/HOT_STUFF.json index 3fedff80..d9b80921 100644 --- a/items/HOT_STUFF.json +++ b/items/HOT_STUFF.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Hot Stuff", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6c9395c7-b592-303b-a340-1b2336fb4f23\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNTY3MDA4NTU4NiwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2ZhNmNiOGQ2NDUzYjY4N2ZkZDA5ZWJmNzYwOWM2OGNkNmFlMzllNTUyYTkyYTM0YTcxMWRlOTJmZmM0MTNhMSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Heated §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oOooh, das hot!\",8:\"\",9:\"§6§lLEGENDARY\",10:\"\",11:\"§eItems Required\",12:\"§fHard Stone §7x128\",13:\"§f⸕ §fRough Amber Gemstone §7x64\",14:\"\",15:\"§7Duration: §b1d\"],Name:\"§6Hot Stuff\"},ExtraAttributes:{id:\"HOT_STUFF\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6c9395c7-b592-303b-a340-1b2336fb4f23\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNTY3MDA4NTU4NiwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2ZhNmNiOGQ2NDUzYjY4N2ZkZDA5ZWJmNzYwOWM2OGNkNmFlMzllNTUyYTkyYTM0YTcxMWRlOTJmZmM0MTNhMSIKICAgIH0KICB9Cn0\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 §9Heated §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oOooh, das hot!\",8:\"\",9:\"§6§lLEGENDARY\"],Name:\"§6Hot Stuff\"},ExtraAttributes:{id:\"HOT_STUFF\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -13,13 +13,7 @@ "", "§7§8§oOooh, das hot!", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§fHard Stone §7x128", - "§f⸕ §fRough Amber Gemstone §7x64", - "", - "§7Duration: §b1d" + "§6§lLEGENDARY" ], "recipe": { "A1": "ENCHANTED_HARD_STONE:12", @@ -35,9 +29,21 @@ "internalname": "HOT_STUFF", "crafttext": "Requires Hard Stone Collection IV", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hot_Stuff" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ROUGH_AMBER_GEM:64", + "HARD_STONE:128" + ], + "count": 1, + "overrideOutputId": "HOT_STUFF", + "duration": 86400 + } ] -} +}
\ No newline at end of file |