diff options
author | jani270 <jani270@gmx.de> | 2022-05-28 20:04:32 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-05-28 20:04:32 +0200 |
commit | 391dc8cf1e09f727713e485749d6c770e116001e (patch) | |
tree | 5aca4633b460000a8a546f658d1caca28c1ff839 /mobs/wither_spectre.json | |
parent | b100ae66c2ef8f402ec6be4357f96c10fd4ded24 (diff) | |
download | NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.tar.gz NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.tar.bz2 NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.zip |
Added mobs and fixed 3 npc's
Diffstat (limited to 'mobs/wither_spectre.json')
-rw-r--r-- | mobs/wither_spectre.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mobs/wither_spectre.json b/mobs/wither_spectre.json new file mode 100644 index 00000000..4ca012ee --- /dev/null +++ b/mobs/wither_spectre.json @@ -0,0 +1,14 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "hand": "IRON_SWORD", + "helmet": "WITHER_SPECTRE_MONSTER", + "chestplate": "LEATHER_CHESTPLATE#090608" + } + ] +}
\ No newline at end of file |