aboutsummaryrefslogtreecommitdiff
path: root/mobs/monster_of_the_deep.json
diff options
context:
space:
mode:
Diffstat (limited to 'mobs/monster_of_the_deep.json')
-rw-r--r--mobs/monster_of_the_deep.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/mobs/monster_of_the_deep.json b/mobs/monster_of_the_deep.json
new file mode 100644
index 00000000..7a6dbde1
--- /dev/null
+++ b/mobs/monster_of_the_deep.json
@@ -0,0 +1,23 @@
+{
+ "entity": "Chicken",
+ "modifiers": [
+ {
+ "type": "riding",
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "hand": "DIAMOND_SWORD",
+ "helmet": "CHAINMAIL_HELMET",
+ "chestplate": "CHAINMAIL_CHESTPLATE",
+ "leggings": "CHAINMAIL_LEGGINGS",
+ "feet": "CHAINMAIL_BOOTS"
+ },
+ {
+ "type": "age",
+ "baby": "true"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file