aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/notenoughupdates
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-02-15 20:47:34 +0100
committernea <romangraef@gmail.com>2022-04-14 04:10:06 +0200
commit83195cbb9d2618e0f913f4d77f76bb5800f8950d (patch)
treec7e4ee5b52ccd336949ab31e28c307eaa47e5d03 /src/main/resources/assets/notenoughupdates
parentef5f1b8a2202be5d6c1de8cf19260e7cbf93b757 (diff)
downloadNotEnoughUpdates-83195cbb9d2618e0f913f4d77f76bb5800f8950d.tar.gz
NotEnoughUpdates-83195cbb9d2618e0f913f4d77f76bb5800f8950d.tar.bz2
NotEnoughUpdates-83195cbb9d2618e0f913f4d77f76bb5800f8950d.zip
more modifiers and entities
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
+ }
+ ]
+ }
+ ]
}
]
},