From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/OBSIDIAN_DEFENDER_MONSTER.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/OBSIDIAN_DEFENDER_MONSTER.json (limited to 'items/OBSIDIAN_DEFENDER_MONSTER.json') diff --git a/items/OBSIDIAN_DEFENDER_MONSTER.json b/items/OBSIDIAN_DEFENDER_MONSTER.json new file mode 100644 index 00000000..d107ade3 --- /dev/null +++ b/items/OBSIDIAN_DEFENDER_MONSTER.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Obsidian Defender (Monster)", + "nbttag": "{display:{Lore:[0:\"§7Obsidian Defenders are types of Wither Skeletons\",1:\"§7found exclusively in the Dragon\u0027s Nest. Obsidian\",2:\"§7Defenders are hostile, inflict the Wither potion\",3:\"§7effect, and are extremely fast. They are also\",4:\"§7completely immune to all knockback. \"],Name:\"§9Obsidian Defender (Monster)\"},ExtraAttributes:{id:\"OBSIDIAN_DEFENDER_MONSTER\"}}", + "damage": 67, + "lore": [ + "§7Obsidian Defenders are types of Wither Skeletons", + "§7found exclusively in the Dragon\u0027s Nest. Obsidian", + "§7Defenders are hostile, inflict the Wither potion", + "§7effect, and are extremely fast. They are also", + "§7completely immune to all knockback. " + ], + "internalname": "OBSIDIAN_DEFENDER_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Obsidian_Defender" + ], + "entityrender": "Skeleton" +} \ No newline at end of file -- cgit