diff options
author | nea <nea@nea.moe> | 2023-06-20 23:07:15 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-20 23:07:15 +0200 |
commit | 7a2e86884be40600d693ecf159b4a7c325809613 (patch) | |
tree | 0e83cc43c8184cc63e4d73b1dcabf8a2d00ac18f /mobs | |
parent | fbd012c8915d28de119868f730f7591538b3fc2f (diff) | |
download | NotEnoughUpdates-REPO-7a2e86884be40600d693ecf159b4a7c325809613.tar.gz NotEnoughUpdates-REPO-7a2e86884be40600d693ecf159b4a7c325809613.tar.bz2 NotEnoughUpdates-REPO-7a2e86884be40600d693ecf159b4a7c325809613.zip |
Add shy enemy
Diffstat (limited to 'mobs')
-rw-r--r-- | mobs/shy.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/shy.json b/mobs/shy.json new file mode 100644 index 00000000..17651887 --- /dev/null +++ b/mobs/shy.json @@ -0,0 +1,13 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "equipment", + "helmet": "SHY_MONSTER" + }, + { + "type": "invisible", + "invisible": true + } + ] +}
\ No newline at end of file |