From c00efedf54aa760be041762be388f7f8adaab553 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Tue, 5 Jun 2018 22:13:46 -0500 Subject: Armor Rendering Part 1 --- .../textures/items/longsword/_accessory_queensguard.png | Bin 0 -> 226 bytes .../textures/items/longsword/_accessory_straigh.png | Bin 0 -> 183 bytes .../textures/items/longsword/_blade_katana.png | Bin 0 -> 184 bytes .../textures/items/longsword/_blade_razor.png | Bin 0 -> 181 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_queensguard.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_straigh.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_katana.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_razor.png (limited to 'src/main/resources/assets/tinkerscompendium/textures/items/longsword') diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_queensguard.png b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_queensguard.png new file mode 100644 index 0000000..baed6ef Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_queensguard.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_straigh.png b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_straigh.png new file mode 100644 index 0000000..159464a Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_accessory_straigh.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_katana.png b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_katana.png new file mode 100644 index 0000000..a5db9cb Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_katana.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_razor.png b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_razor.png new file mode 100644 index 0000000..0626fef Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/longsword/_blade_razor.png differ -- cgit v1.2.3