aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/notenoughupdates
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/notenoughupdates')
-rw-r--r--src/main/resources/assets/notenoughupdates/dream.json29
1 files changed, 27 insertions, 2 deletions
diff --git a/src/main/resources/assets/notenoughupdates/dream.json b/src/main/resources/assets/notenoughupdates/dream.json
index 3b83e14c..6f27e89e 100644
--- a/src/main/resources/assets/notenoughupdates/dream.json
+++ b/src/main/resources/assets/notenoughupdates/dream.json
@@ -7,11 +7,36 @@
},
{
"type": "riding",
- "entity": "Chicken",
+ "entity": "ArmorStand",
"modifiers": [
{
+ "type": "age",
+ "baby": true
+ },
+ {
"type": "riding",
- "entity": "Squid"
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "hand": "BOW",
+ "feet": "DIAMOND_BOOTS"
+ },
+ {
+ "type": "age",
+ "baby": true
+ },
+ {
+ "type": "riding",
+ "entity": "Sheep",
+ "modifiers": [
+ {
+ "type": "age",
+ "baby": true
+ }
+ ]
+ }
+ ]
}
]
},