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/armor/Sheath/ModelBiped-texturemap.png | Bin 0 -> 266 bytes .../tinkerscompendium/textures/armor/Sheath/Sheath.png | Bin 0 -> 962 bytes .../textures/armor/Sheath/_sheath_base.png | Bin 0 -> 1114 bytes .../textures/armor/Sheath/_sheath_belt.png | Bin 0 -> 930 bytes .../textures/armor/Sheath/_sheath_clasp.png | Bin 0 -> 181 bytes .../textures/armor/Sheath/_sheath_filigree.png | Bin 0 -> 490 bytes .../tinkerscompendium/textures/armor/Sheath/chain.png | Bin 0 -> 235 bytes .../tinkerscompendium/textures/armor/Sheath/plate.png | Bin 0 -> 377 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/ModelBiped-texturemap.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/Sheath.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_base.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_belt.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_clasp.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_filigree.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/chain.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/plate.png (limited to 'src/main/resources/assets/tinkerscompendium/textures/armor/Sheath') diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/ModelBiped-texturemap.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/ModelBiped-texturemap.png new file mode 100644 index 0000000..ed1e42f Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/ModelBiped-texturemap.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/Sheath.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/Sheath.png new file mode 100644 index 0000000..c0c4ab5 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/Sheath.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_base.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_base.png new file mode 100644 index 0000000..99a87aa Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_base.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_belt.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_belt.png new file mode 100644 index 0000000..fc62430 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_belt.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_clasp.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_clasp.png new file mode 100644 index 0000000..23ad079 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_clasp.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_filigree.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_filigree.png new file mode 100644 index 0000000..6125d03 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/_sheath_filigree.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/chain.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/chain.png new file mode 100644 index 0000000..9005ea0 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/chain.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/plate.png b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/plate.png new file mode 100644 index 0000000..da6f5e6 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/Sheath/plate.png differ -- cgit v1.2.3