diff options
author | nea <nea@nea.moe> | 2023-06-20 23:24:19 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-20 23:24:19 +0200 |
commit | 7792462eface199e291a2060197025e5017f64e3 (patch) | |
tree | aad14364edd47a23f5017601fb54b02f7d19f3a1 /mobs | |
parent | 7a2e86884be40600d693ecf159b4a7c325809613 (diff) | |
download | NotEnoughUpdates-REPO-7792462eface199e291a2060197025e5017f64e3.tar.gz NotEnoughUpdates-REPO-7792462eface199e291a2060197025e5017f64e3.tar.bz2 NotEnoughUpdates-REPO-7792462eface199e291a2060197025e5017f64e3.zip |
Add lagoon leech
Diffstat (limited to 'mobs')
-rw-r--r-- | mobs/lagoon_leech.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mobs/lagoon_leech.json b/mobs/lagoon_leech.json new file mode 100644 index 00000000..95ef9fe3 --- /dev/null +++ b/mobs/lagoon_leech.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "SKULL#eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGY3ZWRlOWM4OGYxYzMzYzk1NGJiYzgxYzhkYTg3MWNhYmZjYzIzZDU1ZjhiNDkzYTU4OWY4MjM5ZDZjMzkifX19", + "chestplate": "LEATHER_CHESTPLATE#202513", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "LEATHER_BOOTS#000000" + } + ] +}
\ No newline at end of file |