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/GRAVEL_SKELETON_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/GRAVEL_SKELETON_MONSTER.json')
-rw-r--r-- | items/GRAVEL_SKELETON_MONSTER.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/GRAVEL_SKELETON_MONSTER.json b/items/GRAVEL_SKELETON_MONSTER.json new file mode 100644 index 00000000..4ed3a6bd --- /dev/null +++ b/items/GRAVEL_SKELETON_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aGravel Skeleton (Monster)", + "nbttag": "{HideFlags:\"254display:{Lore:[0:\\\"§7These Skeletons just never say\\\",1:\\\"§7die.\\\",2:\\\"\\\",3:\\\"§c❤ Health§8: §c100\\\",4:\\\"§7Coins per Kill: §62-12\\\",5:\\\"\\\",6:\\\"§6§lPossible Drops:\\\",7:\\\"§fCommon Loot\\\",8:\\\"§8 ■ §fBone §8x3-6\\\"],Name:\\\"§aGravel Skeleton (Monster)\\\"}\",display:{Lore:[0:\"§7These Skeletons just never say\",1:\"§7die.\",2:\"\",3:\"§c❤ Health§8: §c100\",4:\"§7Coins per Kill: §62-12\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§fCommon Loot\",8:\"§8 ■ §fBone §8x3-6\"],Name:\"§aGravel Skeleton (Monster)\"},ExtraAttributes:{id:\"GRAVEL_SKELETON_MONSTER\"}}", + "damage": 0, + "lore": [ + "§7These Skeletons just never say", + "§7die.", + "", + "§c❤ Health§8: §c100", + "§7Coins per Kill: §62-12", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fBone §8x3-6" + ], + "internalname": "GRAVEL_SKELETON_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton" + ], + "crafttext": "" +}
\ No newline at end of file |