aboutsummaryrefslogtreecommitdiff
path: root/mobs/trick_or_treater.json
diff options
context:
space:
mode:
Diffstat (limited to 'mobs/trick_or_treater.json')
-rw-r--r--mobs/trick_or_treater.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/mobs/trick_or_treater.json b/mobs/trick_or_treater.json
new file mode 100644
index 00000000..8fd9c02b
--- /dev/null
+++ b/mobs/trick_or_treater.json
@@ -0,0 +1,16 @@
+{
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "age",
+ "baby": "true"
+ },
+ {
+ "type": "equipment",
+ "helmet": "TRICK_OR_TREATER_MONSTER",
+ "chestplate": "LEATHER_CHESTPLATE",
+ "leggings": "LEATHER_LEGGINGS",
+ "feet": "LEATHER_BOOTS"
+ }
+ ]
+} \ No newline at end of file