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 | |
parent | 742e393d256cec0241753e67365e292db28b1c9e (diff) | |
download | NotEnoughUpdates-REPO-1b942b92e0591f747f7e45a0f8c63191217b541b.tar.gz NotEnoughUpdates-REPO-1b942b92e0591f747f7e45a0f8c63191217b541b.tar.bz2 NotEnoughUpdates-REPO-1b942b92e0591f747f7e45a0f8c63191217b541b.zip |
Add not chicken mob
-rw-r--r-- | items/NOT_CHICKEN_MONSTER.json | 33 | ||||
-rw-r--r-- | mobs/leech_swarm.json | 12 |
2 files changed, 45 insertions, 0 deletions
diff --git a/items/NOT_CHICKEN_MONSTER.json b/items/NOT_CHICKEN_MONSTER.json new file mode 100644 index 00000000..0d3a51ca --- /dev/null +++ b/items/NOT_CHICKEN_MONSTER.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aNot Chicken (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI3MDIyOTY2ZTJkMTE4N2Q4NTFmYzI3ZWNkODgxYzA1YWUwNTMyZmYzNDIzN2ZkYjA4MGYwMjU4ZTNhZWUifX19\"}]}}}", + "damage": 3, + "lore": [ + "§7Shoot with §9Berberis Blowgun §7to kill.", + "§7Found near the §eDreadfarm §7in §dthe Rift§7.", + "", + "§c❤ Health§8: §c3" + ], + "internalname": "NOT_CHICKEN_MONSTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "drops", + "coins": 0, + "level": 1, + "combat_xp": 0, + "drops": [ + "METAPHORIC_EGG:1" + ], + "render": "Chicken", + "panorama": "rift", + "name": "§2Not Chicken", + "xp": 0, + "extra": [] + } + ] +}
\ No newline at end of file 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 |