diff options
Diffstat (limited to 'items/BAT_MONSTER.json')
-rw-r--r-- | items/BAT_MONSTER.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/BAT_MONSTER.json b/items/BAT_MONSTER.json new file mode 100644 index 00000000..1aaa3758 --- /dev/null +++ b/items/BAT_MONSTER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aBat (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Bat is a mob that can be only be found\",1:\"§7and can only spawn on the Roofed Forest \",2:\"§7Island with an Roofed Forest Crystal on it.\"],Name:\"§aBat (Monster)\"},ExtraAttributes:{id:\"BAT_MONSTER\"}}", + "damage": 65, + "lore": [ + "§7The Bat is a mob that can be only be found", + "§7and can only spawn on the Roofed Forest ", + "§7Island with an Roofed Forest Crystal on it." + ], + "internalname": "BAT_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bat" + ], + "entityrender": "Bat", + "entityscale": 2 +}
\ No newline at end of file |