diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/SQUID_MONSTER.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/SQUID_MONSTER.json')
-rw-r--r-- | items/SQUID_MONSTER.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/items/SQUID_MONSTER.json b/items/SQUID_MONSTER.json index dfab684e..0cb67b80 100644 --- a/items/SQUID_MONSTER.json +++ b/items/SQUID_MONSTER.json @@ -1,18 +1,30 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aSquid (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \",2:\"\",3:\"§c❤ Health§8: §c2.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Ink Sack\",7:\"§7- §7Lily Pad\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 1\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}", "damage": 94, "lore": [ "§7Squids are a common passive Mob found by", - "§7fishing or in The Park " + "§7fishing or in The Park ", + "", + "§c❤ Health§8: §c2.000", + "", + "§cDrops:", + "§7- §7Ink Sack", + "§7- §7Lily Pad", + "", + "§cRequirements:", + "§7- Fishing Skill 1", + "", + "§f§lCOMMON" ], "internalname": "SQUID_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squid" ], - "entityrender": "Squid" + "entityrender": "Squid", + "crafttext": "" }
\ No newline at end of file |