diff options
Diffstat (limited to 'items/HOT_STUFF.json')
-rw-r--r-- | items/HOT_STUFF.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/items/HOT_STUFF.json b/items/HOT_STUFF.json new file mode 100644 index 00000000..0d1ff211 --- /dev/null +++ b/items/HOT_STUFF.json @@ -0,0 +1,43 @@ +{ + "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:\"§fRough Amber Gemstone §7x64\",14:\"\",15:\"§7Duration: §b1d\"],Name:\"§6Hot Stuff\"},ExtraAttributes:{id:\"HOT_STUFF\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Heated §7reforge", + "§7to a pickaxe.", + "", + "§7§8§oOooh, das hot!", + "", + "§6§lLEGENDARY", + "", + "§eItems Required", + "§fHard Stone §7x128", + "§fRough Amber Gemstone §7x64", + "", + "§7Duration: §b1d" + ], + "recipe": { + "A1": "ENCHANTED_HARD_STONE:12", + "A2": "ENCHANTED_HARD_STONE:12", + "A3": "ENCHANTED_HARD_STONE:12", + "B1": "ENCHANTED_HARD_STONE:12", + "B2": "LAVA_BUCKET:1", + "B3": "ENCHANTED_HARD_STONE:12", + "C1": "ENCHANTED_HARD_STONE:12", + "C2": "ENCHANTED_HARD_STONE:12", + "C3": "ENCHANTED_HARD_STONE:12" + }, + "internalname": "HOT_STUFF", + "crafttext": "Requires Hard Stone Collection IV", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hot_Stuff" + ] +}
\ No newline at end of file |