diff options
Diffstat (limited to 'items/WITHER_SKELETON_MONSTER.json')
-rw-r--r-- | items/WITHER_SKELETON_MONSTER.json | 34 |
1 files changed, 3 insertions, 31 deletions
diff --git a/items/WITHER_SKELETON_MONSTER.json b/items/WITHER_SKELETON_MONSTER.json index 51411a3d..955b6ea4 100644 --- a/items/WITHER_SKELETON_MONSTER.json +++ b/items/WITHER_SKELETON_MONSTER.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§aWither Skeleton (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Keepers of the Crimson Isle.\",1:\"\",2:\"§c❤ Health§8: §c600,000\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Keepers of the Crimson Isle.\",1:\"\",2:\"§c❤ Health§8: §c300,000\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}", "damage": 1, "lore": [ "§7Keepers of the Crimson Isle.", "", - "§c❤ Health§8: §c600,000" + "§c❤ Health§8: §c300,000" ], "internalname": "WITHER_SKELETON_MONSTER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton", @@ -19,34 +19,6 @@ "crafttext": "", "recipes": [ { - "level": 10, - "coins": 4, - "xp": 15, - "combat_xp": 13, - "name": "§fWither Skeleton", - "render": "@neurepo:mobs/witherskeleton.json", - "type": "drops", - "panorama": "crimson_isle", - "drops": [ - { - "id": "COAL:1", - "chance": "50%" - }, - { - "id": "BONE:1", - "chance": "x3" - }, - { - "id": "ENCHANTED_COAL:1", - "chance": "1%" - }, - { - "id": "ENCHANTED_CHARCOAL:1", - "chance": "1%" - } - ] - }, - { "level": 70, "coins": 20, "xp": 100, |