aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/notenoughupdates/dream.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-09 18:04:22 -0400
committerGitHub <noreply@github.com>2022-06-09 18:04:22 -0400
commit50dc2122462642a0c3a00b3a3ae6389825dc04df (patch)
treef96dc7785452b849062a493c97c33005f8c4152b /src/main/resources/assets/notenoughupdates/dream.json
parentec8ec6bb6a6b82cd4369e61d0e3cd4539b9c8295 (diff)
downloadNotEnoughUpdates-50dc2122462642a0c3a00b3a3ae6389825dc04df.tar.gz
NotEnoughUpdates-50dc2122462642a0c3a00b3a3ae6389825dc04df.tar.bz2
NotEnoughUpdates-50dc2122462642a0c3a00b3a3ae6389825dc04df.zip
Re-license project as LGPL (#157)
* add licence files & a few misc chores * add license notices & run auto formatter
Diffstat (limited to 'src/main/resources/assets/notenoughupdates/dream.json')
-rw-r--r--src/main/resources/assets/notenoughupdates/dream.json88
1 files changed, 44 insertions, 44 deletions
diff --git a/src/main/resources/assets/notenoughupdates/dream.json b/src/main/resources/assets/notenoughupdates/dream.json
index 6f27e89e..9dda86c6 100644
--- a/src/main/resources/assets/notenoughupdates/dream.json
+++ b/src/main/resources/assets/notenoughupdates/dream.json
@@ -1,49 +1,49 @@
{
"entity": "Player",
"modifiers": [
- {
- "type": "playerdata",
- "skin": "notenoughupdates:dreamskin.png"
- },
- {
- "type": "riding",
- "entity": "ArmorStand",
- "modifiers": [
- {
- "type": "age",
- "baby": true
- },
- {
- "type": "riding",
- "entity": "Zombie",
- "modifiers": [
- {
- "type": "equipment",
- "hand": "BOW",
- "feet": "DIAMOND_BOOTS"
- },
- {
- "type": "age",
- "baby": true
- },
- {
- "type": "riding",
- "entity": "Sheep",
- "modifiers": [
- {
- "type": "age",
- "baby": true
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "equipment",
- "hand": "DIAMOND_SWORD",
- "feet": "DIAMOND_BOOTS"
- }
+ {
+ "type": "playerdata",
+ "skin": "notenoughupdates:dreamskin.png"
+ },
+ {
+ "type": "riding",
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "age",
+ "baby": true
+ },
+ {
+ "type": "riding",
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "hand": "BOW",
+ "feet": "DIAMOND_BOOTS"
+ },
+ {
+ "type": "age",
+ "baby": true
+ },
+ {
+ "type": "riding",
+ "entity": "Sheep",
+ "modifiers": [
+ {
+ "type": "age",
+ "baby": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "equipment",
+ "hand": "DIAMOND_SWORD",
+ "feet": "DIAMOND_BOOTS"
+ }
]
}