aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/notenoughupdates
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-02-13 01:25:19 +0100
committernea <romangraef@gmail.com>2022-04-14 04:10:06 +0200
commitef5f1b8a2202be5d6c1de8cf19260e7cbf93b757 (patch)
tree766865b37639a56eb0ac6c414d90ca594f081b83 /src/main/resources/assets/notenoughupdates
parentc983bb5785318c54d5be59907410b4dfe6d39b64 (diff)
downloadNotEnoughUpdates-ef5f1b8a2202be5d6c1de8cf19260e7cbf93b757.tar.gz
NotEnoughUpdates-ef5f1b8a2202be5d6c1de8cf19260e7cbf93b757.tar.bz2
NotEnoughUpdates-ef5f1b8a2202be5d6c1de8cf19260e7cbf93b757.zip
entity renderer (somewhat functionaL)
Diffstat (limited to 'src/main/resources/assets/notenoughupdates')
-rw-r--r--src/main/resources/assets/notenoughupdates/dream.json24
-rw-r--r--src/main/resources/assets/notenoughupdates/textures/gui/entity_viewer.pngbin0 -> 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
new file mode 100644
index 00000000..18085170
--- /dev/null
+++ b/src/main/resources/assets/notenoughupdates/textures/gui/entity_viewer.png
Binary files differ