From afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 18 Jul 2021 21:51:42 +0200 Subject: Mining Stuff - Added and fixed some Stuff (#552) * Mining Stuff * Stuff * Ench Books and other Stuff * Updating Mobs * Epic Pet Fix * Other Stuff * github is dumb * Wiki Links * Added new Drill * Added Reforge Stats * Added Wiki Link * Wiki Links * Wiki URL * New Stuff * New Items * New Item * Fixed Superboom * New Drill * Added new Pet so people wont crash (no pet stats) * Removed UUID and Timestamp from new Pet * Pet Stuff * Stuff * Fixed Tank * WIki Links * Wiki Links * Power Talisman Things * Other Stuff * Added Recipe * Recipe Fix * Fixed Pet * stone --- items/LAVA_BLAZE_SC.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 items/LAVA_BLAZE_SC.json (limited to 'items/LAVA_BLAZE_SC.json') diff --git a/items/LAVA_BLAZE_SC.json b/items/LAVA_BLAZE_SC.json new file mode 100644 index 00000000..a308b97f --- /dev/null +++ b/items/LAVA_BLAZE_SC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Lava Blaze (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\"}]}},display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Rough Sapphire Gemstone\",2:\"§7- §aEternal Flame Ring\",3:\"§7- §9Magma Core\",4:\"\",5:\"§cRequirements:\",6:\"§7- Fishing Skill 20\",7:\"§7- §cMagma Fields\",8:\"§7- §cFished from lava\",9:\"\",10:\"§5§lEPIC\"],Name:\"§3Lava Blaze (Sea Creature)\"},ExtraAttributes:{id:\"LAVA_BLAZE_SC\"}}", + "damage": 3, + "lore": [ + "§cDrops:", + "§7- §7Rough Sapphire Gemstone", + "§7- §aEternal Flame Ring", + "§7- §9Magma Core", + "", + "§cRequirements:", + "§7- Fishing Skill 20", + "§7- §cMagma Fields", + "§7- §cFished from lava", + "", + "§5§lEPIC" + ], + "internalname": "LAVA_BLAZE_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lava_Blaze" + ], + "crafttext": "" +} \ No newline at end of file -- cgit