diff options
Diffstat (limited to 'items/PETRIFIED_STARFALL.json')
-rw-r--r-- | items/PETRIFIED_STARFALL.json | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/items/PETRIFIED_STARFALL.json b/items/PETRIFIED_STARFALL.json index b6b2da3a..028b68b9 100644 --- a/items/PETRIFIED_STARFALL.json +++ b/items/PETRIFIED_STARFALL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Petrified Starfall", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\",13:\"\",14:\"§eItems Required\",15:\"§9Starfall §7x512\",16:\"\",17:\"§7Duration: §b14h\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fadc8a32-bfbd-3f4c-8a48-ab9051f87a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhM2ZkOGYyZjNlMzExNGY2NWY5Nzg5NzU4YmQ5NTk1MWNmYTBkNWExMmNhNmRiNGYyYTlhZGZhMjQ5YmQifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stellar §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oIt\u0027s not actually a star.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXVI§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Petrified Starfall\"},ExtraAttributes:{id:\"PETRIFIED_STARFALL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -16,19 +16,25 @@ "§7Requires §aMining Skill Level", "§aXXVI§7!", "", - "§5§lEPIC REFORGE STONE", - "", - "§eItems Required", - "§9Starfall §7x512", - "", - "§7Duration: §b14h" + "§5§lEPIC REFORGE STONE" ], "internalname": "PETRIFIED_STARFALL", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Petrified_Starfall" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "STARFALL:512" + ], + "count": 1, + "overrideOutputId": "PETRIFIED_STARFALL", + "duration": 50400 + } ] -} +}
\ No newline at end of file |