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/scythe/_accessory_bulbous.png | Bin 0 -> 222 bytes .../textures/items/scythe/_accessory_teeth.png | Bin 0 -> 230 bytes .../textures/items/scythe/_accessory_wideblade.png | Bin 0 -> 213 bytes .../textures/items/scythe/_handle_straight.png | Bin 0 -> 168 bytes .../textures/items/scythe/_head_long.png | Bin 0 -> 224 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_bulbous.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_teeth.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_wideblade.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/scythe/_handle_straight.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/scythe/_head_long.png (limited to 'src/main/resources/assets/tinkerscompendium/textures/items/scythe') diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_bulbous.png b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_bulbous.png new file mode 100644 index 0000000..70c9210 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_bulbous.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_teeth.png b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_teeth.png new file mode 100644 index 0000000..8401d41 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_teeth.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_wideblade.png b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_wideblade.png new file mode 100644 index 0000000..bcf9e6b Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_accessory_wideblade.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_handle_straight.png b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_handle_straight.png new file mode 100644 index 0000000..1a0de00 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_handle_straight.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_head_long.png b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_head_long.png new file mode 100644 index 0000000..e6e6dfa Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/scythe/_head_long.png differ -- cgit v1.2.3