From 532212d429cce9f7ae975ece83871df1ef543715 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 10 Jun 2021 16:01:33 +0200 Subject: Mobs & Names + Fixes (#516) * Removing Mobs * Rainbow Names * Mobs * Fixing Ultimate Wise * Fixing Warped Stone * Fixing Juju Shortbow * Fixing Terminator * Rainbow Name account change * Adding Mobs back and changed them to skulls * Fixing Carrot King * Update parents.json * Removing Item age * Another one * Wiki Links * Another Rainbowname * Another one --- items/SILVERFISH_MONSTER.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'items/SILVERFISH_MONSTER.json') diff --git a/items/SILVERFISH_MONSTER.json b/items/SILVERFISH_MONSTER.json index 424a830a..a741dc3f 100644 --- a/items/SILVERFISH_MONSTER.json +++ b/items/SILVERFISH_MONSTER.json @@ -1,19 +1,18 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aSilverfish (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Silverfish are a vanilla mob which retain their\",1:\"§7typical behavior when encountered in Skyblock. \"],Name:\"§aSilverfish (Monster)\"},ExtraAttributes:{id:\"SILVERFISH_MONSTER\"}}", - "damage": 60, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30a4cd5c-5754-4db8-8960-18022a74627d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Silverfish are a vanilla mob which retain their\",1:\"§7typical behavior when encountered in Skyblock. \"],Name:\"§aSilverfish (Monster)\"},ExtraAttributes:{id:\"SILVERFISH_MONSTER\"}}", + "damage": 3, "lore": [ "§7Silverfish are a vanilla mob which retain their", "§7typical behavior when encountered in Skyblock. " ], "internalname": "SILVERFISH_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Silverfish" ], - "entityrender": "Silverfish", - "entityscale": 2 + "crafttext": "" } \ No newline at end of file -- cgit