diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/SLIME_MONSTER.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/SLIME_MONSTER.json')
-rw-r--r-- | items/SLIME_MONSTER.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/SLIME_MONSTER.json b/items/SLIME_MONSTER.json new file mode 100644 index 00000000..7ffdb17b --- /dev/null +++ b/items/SLIME_MONSTER.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aSlime (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Slime is a mob in Skyblock. Slimes spawn naturally\",1:\"§7in the Slimehill section of the Deep Caverns. Slimes\",2:\"§7come in three different sizes, each with increasing\",3:\"§7levels, health, and damage. They can also spawn in\",4:\"§7the Spider\u0027s Den when it is raining, in the area\",5:\"§7where skeletons spawn.\"],Name:\"§aSlime (Monster)\"},ExtraAttributes:{id:\"SLIME_MONSTER\"}}", + "damage": 55, + "lore": [ + "§7The Slime is a mob in Skyblock. Slimes spawn naturally", + "§7in the Slimehill section of the Deep Caverns. Slimes", + "§7come in three different sizes, each with increasing", + "§7levels, health, and damage. They can also spawn in", + "§7the Spider\u0027s Den when it is raining, in the area", + "§7where skeletons spawn." + ], + "internalname": "SLIME_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Slime" + ], + "entityrender": "Slime", + "entityscale": 2 +}
\ No newline at end of file |