From 235bbdbb4156f5a8fea574193170a22d93267545 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Thu, 3 Sep 2015 16:27:29 -0500 Subject: Rewrite of Injector. Added chainmaille, cloth, clasps. --- .../assets/tinker/textures/items/parts/_chainmaille.png | Bin 0 -> 562 bytes .../assets/tinker/textures/items/parts/_clasp.png | Bin 0 -> 322 bytes .../assets/tinker/textures/items/parts/_cloth.png | Bin 0 -> 767 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png create mode 100644 src/main/resources/assets/tinker/textures/items/parts/_clasp.png create mode 100644 src/main/resources/assets/tinker/textures/items/parts/_cloth.png (limited to 'src/main/resources/assets/tinker/textures/items') diff --git a/src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png b/src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png new file mode 100644 index 0000000..403e542 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/parts/_chainmaille.png differ diff --git a/src/main/resources/assets/tinker/textures/items/parts/_clasp.png b/src/main/resources/assets/tinker/textures/items/parts/_clasp.png new file mode 100644 index 0000000..9919256 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/parts/_clasp.png differ diff --git a/src/main/resources/assets/tinker/textures/items/parts/_cloth.png b/src/main/resources/assets/tinker/textures/items/parts/_cloth.png new file mode 100644 index 0000000..2e0f570 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/parts/_cloth.png differ -- cgit v1.2.3