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/chisel/_chisel_handle.png | Bin 0 -> 254 bytes .../textures/items/chisel/_chisel_head.png | Bin 0 -> 356 bytes .../textures/items/chisel/_chisel_head_broken.png | Bin 0 -> 311 bytes .../textures/items/chisel/_handle_wide.png | Bin 0 -> 199 bytes .../textures/items/chisel/_head_long.png | Bin 0 -> 167 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_handle.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head_broken.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/chisel/_handle_wide.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/items/chisel/_head_long.png (limited to 'src/main/resources/assets/tinkerscompendium/textures/items/chisel') diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_handle.png b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_handle.png new file mode 100644 index 0000000..526973b Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_handle.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head.png b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head.png new file mode 100644 index 0000000..927362d Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head_broken.png b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head_broken.png new file mode 100644 index 0000000..6f750cc Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_chisel_head_broken.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_handle_wide.png b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_handle_wide.png new file mode 100644 index 0000000..2961458 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_handle_wide.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_head_long.png b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_head_long.png new file mode 100644 index 0000000..0c32f41 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/items/chisel/_head_long.png differ -- cgit v1.2.3