diff options
Diffstat (limited to 'items/WOLF_MONSTER.json')
-rw-r--r-- | items/WOLF_MONSTER.json | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/items/WOLF_MONSTER.json b/items/WOLF_MONSTER.json index c5023933..fb56a1c4 100644 --- a/items/WOLF_MONSTER.json +++ b/items/WOLF_MONSTER.json @@ -1,19 +1,30 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§aWolf (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", - "damage": 95, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Wolf can be found in the Ruins. It is a level\",1:\"§715 hostile mob and has 250 Health. When killed, the\",2:\"§7Wolf drops 1 Bone and 1 coin.\",3:\"\",4:\"§c❤ Health§8: §c250\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fBone\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Hound §8(§a0.001%§8)\",13:\"§8 ■ §6Hound §8(§a0.0003%§8)\"],Name:\"§aWolf (Monster)\"},ExtraAttributes:{id:\"WOLF_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Wolf can be found in the Ruins. It is a level", "§715 hostile mob and has 250 Health. When killed, the", - "§7Wolf drops 1 Bone and 1 coin." + "§7Wolf drops 1 Bone and 1 coin.", + "", + "§c❤ Health§8: §c250", + "§7Coins per Kill: §61", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fBone", + "", + "§dRNGesus Loot", + "§8 ■ §5Hound §8(§a0.001%§8)", + "§8 ■ §6Hound §8(§a0.0003%§8)" ], "internalname": "WOLF_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wolf" ], - "entityrender": "Wolf" + "crafttext": "" }
\ No newline at end of file |