diff options
author | nea <nea@nea.moe> | 2023-06-23 01:26:59 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-23 01:26:59 +0200 |
commit | 1b942b92e0591f747f7e45a0f8c63191217b541b (patch) | |
tree | a5b7fd9187304c7f293b7fab58b2a63aa6204e2a /mobs | |
parent | 742e393d256cec0241753e67365e292db28b1c9e (diff) | |
download | NotEnoughUpdates-REPO-1b942b92e0591f747f7e45a0f8c63191217b541b.tar.gz NotEnoughUpdates-REPO-1b942b92e0591f747f7e45a0f8c63191217b541b.tar.bz2 NotEnoughUpdates-REPO-1b942b92e0591f747f7e45a0f8c63191217b541b.zip |
Add not chicken mob
Diffstat (limited to 'mobs')
-rw-r--r-- | mobs/leech_swarm.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mobs/leech_swarm.json b/mobs/leech_swarm.json index e69de29b..892a19ba 100644 --- a/mobs/leech_swarm.json +++ b/mobs/leech_swarm.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "feet": "LEATHER_BOOTS#000000", + "chestplate": "LEATHER_CHESTPLATE#202513", + "leggings": "CHAINMAIL_LEGGINGS", + "helmet": "" + } + ] +}
\ No newline at end of file |