aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
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
parentef5f1b8a2202be5d6c1de8cf19260e7cbf93b757 (diff)
downloadNotEnoughUpdates-83195cbb9d2618e0f913f4d77f76bb5800f8950d.tar.gz
NotEnoughUpdates-83195cbb9d2618e0f913f4d77f76bb5800f8950d.tar.bz2
NotEnoughUpdates-83195cbb9d2618e0f913f4d77f76bb5800f8950d.zip
more modifiers and entities
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/notenoughupdates/dream.json29
-rw-r--r--src/main/resources/mixins.notenoughupdates.json3
2 files changed, 30 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
+ }
+ ]
+ }
+ ]
}
]
},
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json
index 71e10d46..a7018f32 100644
--- a/src/main/resources/mixins.notenoughupdates.json
+++ b/src/main/resources/mixins.notenoughupdates.json
@@ -3,15 +3,18 @@
"refmap": "mixins.notenoughupdates.refmap.json",
"compatibilityLevel": "JAVA_8",
"mixins": [
+ "AccessorEntityAgeable",
"MixinAbstractClientPlayer",
"MixinContainer",
"MixinEffectRenderer",
"MixinEntity",
"MixinEntityAgeable",
+ "AccessorEntityArmorStand",
"MixinEntityHorse",
"MixinEntityPlayer",
"MixinEntityPlayerSP",
"MixinEntityRenderer",
+ "MixinEntitySkeleton",
"MixinGuiChest",
"MixinGuiContainer",
"MixinGuiIngame",