diff options
Diffstat (limited to 'src/main/resources/assets/notenoughupdates')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/dream.json | 24 | ||||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/textures/gui/entity_viewer.png | bin | 0 -> 8085 bytes |
2 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/assets/notenoughupdates/dream.json b/src/main/resources/assets/notenoughupdates/dream.json new file mode 100644 index 00000000..3b83e14c --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/dream.json @@ -0,0 +1,24 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "notenoughupdates:dreamskin.png" + }, + { + "type": "riding", + "entity": "Chicken", + "modifiers": [ + { + "type": "riding", + "entity": "Squid" + } + ] + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "feet": "DIAMOND_BOOTS" + } + ] +} diff --git a/src/main/resources/assets/notenoughupdates/textures/gui/entity_viewer.png b/src/main/resources/assets/notenoughupdates/textures/gui/entity_viewer.png Binary files differnew file mode 100644 index 00000000..18085170 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/textures/gui/entity_viewer.png |