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/SEA_EMPEROR_SC.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'items/SEA_EMPEROR_SC.json') diff --git a/items/SEA_EMPEROR_SC.json b/items/SEA_EMPEROR_SC.json index bf093835..3ad4b5a8 100644 --- a/items/SEA_EMPEROR_SC.json +++ b/items/SEA_EMPEROR_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Emperor (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8a1756b-58e6-3ae5-98ae-257c1d62836d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFkMDQ3NmU4NjcxNjk2YWYzYTg5NDlhZmEyYTgxNGI5YmRkZTY1ZWNjZDFhOGI1OTNhZWVmZjVhMDMxOGQifX19\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player\u0027s fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §aEnchanted Lily Pad\",10:\"§7- §aEnchanted Prismarine Crystals\",11:\"§7- §aEnchanted Prismarine Shard\",12:\"§7- §9Emperor\u0027s Skull\",13:\"§7- §9Flying Fish Pet\",14:\"§7- §5Fishing Exp Boost\",15:\"§7- §5Flying Fish Pet\",16:\"§7- §6Flying Fish Pet\",17:\"§7- §6Shredder\",18:\"\",19:\"§cRequirements:\",20:\"§7- Fishing Skill 20\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8a1756b-58e6-3ae5-98ae-257c1d62836d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFkMDQ3NmU4NjcxNjk2YWYzYTg5NDlhZmEyYTgxNGI5YmRkZTY1ZWNjZDFhOGI1OTNhZWVmZjVhMDMxOGQifX19\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player\u0027s fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §aEnchanted Lily Pad\",10:\"§7- §aEnchanted Prismarine Crystals\",11:\"§7- §aEnchanted Prismarine Shard\",12:\"§7- §9Emperor\u0027s Skull\",13:\"§7- §9Flying Fish Pet\",14:\"§7- §5Fishing Exp Boost\",15:\"§7- §5Flying Fish Pet\",16:\"§7- §6Flying Fish Pet\",17:\"§7- §6Shredder\",18:\"\",19:\"§cRequirements:\",20:\"§7- Fishing Skill 20\",21:\"§7- §bFished from water\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", "damage": 3, "lore": [ "§7The Sea Emperor is a Sea Creature that can", @@ -25,6 +25,7 @@ "", "§cRequirements:", "§7- Fishing Skill 20", + "§7- §bFished from water", "", "§6§lLEGENDARY" ], -- cgit