diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/capes/soldier.png | bin | 0 -> 72369 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/capes/soldier_preview.png | bin | 0 -> 29839 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/core/search.png | bin | 0 -> 401 bytes | |||
-rw-r--r-- | src/main/resources/assets/notenoughupdates/hhh.json | 22 | ||||
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 3 |
5 files changed, 2 insertions, 23 deletions
diff --git a/src/main/resources/assets/notenoughupdates/capes/soldier.png b/src/main/resources/assets/notenoughupdates/capes/soldier.png Binary files differnew file mode 100644 index 00000000..7dbc8565 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/capes/soldier.png diff --git a/src/main/resources/assets/notenoughupdates/capes/soldier_preview.png b/src/main/resources/assets/notenoughupdates/capes/soldier_preview.png Binary files differnew file mode 100644 index 00000000..5c8b1d8b --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/capes/soldier_preview.png diff --git a/src/main/resources/assets/notenoughupdates/core/search.png b/src/main/resources/assets/notenoughupdates/core/search.png Binary files differnew file mode 100644 index 00000000..4af69f6e --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/core/search.png diff --git a/src/main/resources/assets/notenoughupdates/hhh.json b/src/main/resources/assets/notenoughupdates/hhh.json deleted file mode 100644 index 1d34aafc..00000000 --- a/src/main/resources/assets/notenoughupdates/hhh.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "Desktop/hhhh", - "particle": "Desktop/hhhh" - }, - "elements": [ - { - "from": [4, -4, 4], - "to": [12, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [0, 0, 8, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 8, 8], "texture": "#0"}, - "south": {"uv": [0, 0, 8, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 8, 8], "texture": "#0"}, - "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, - "down": {"uv": [0, 0, 8, 8], "texture": "#0"} - } - } - ] -}
\ No newline at end of file diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 3b8669cb..3fc98025 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -26,6 +26,7 @@ "MixinRendererLivingEntity", "GuiEditSignAccessor", "MixinGuiScreen", - "MixinTileEntitySkullRenderer" + "MixinTileEntitySkullRenderer", + "MixinItemCameraTransforms" ] }
\ No newline at end of file |