diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-13 11:51:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 21:51:11 +1100 |
commit | ffca9245a65624a49bf1690bedbcb1555f12448c (patch) | |
tree | 051e58163402c81526a00aa9ccc351d07375d2f2 /items/VORACIOUS_SPIDER_MONSTER.json | |
parent | 2f58108e625e56545a075f86fb502dfb74b6467e (diff) | |
download | NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.gz NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.bz2 NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.zip |
Added Drops to mobs, more items, new mayor and recipes and fixed disc (#860)
Diffstat (limited to 'items/VORACIOUS_SPIDER_MONSTER.json')
-rw-r--r-- | items/VORACIOUS_SPIDER_MONSTER.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/VORACIOUS_SPIDER_MONSTER.json b/items/VORACIOUS_SPIDER_MONSTER.json index 35530597..123bae65 100644 --- a/items/VORACIOUS_SPIDER_MONSTER.json +++ b/items/VORACIOUS_SPIDER_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Voracious Spider (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\"}]}},display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c1,000\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\"}]}},display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c300 - 750\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", "damage": 3, "lore": [ "§7The Voracious Spider is a spider that spawns in", @@ -9,7 +9,7 @@ "§7they have much more health and damage output", "§7and spawn much more frequently in large groups.", "", - "§c❤ Health§8: §c1,000" + "§c❤ Health§8: §c300 - 750" ], "internalname": "VORACIOUS_SPIDER_MONSTER", "clickcommand": "viewrecipe", |