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/boots/_boots_chain.png | Bin 0 -> 346 bytes .../textures/armor/boots/_boots_cloth.png | Bin 0 -> 908 bytes .../textures/armor/boots/_boots_rivet.png | Bin 0 -> 421 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_chain.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_cloth.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_rivet.png (limited to 'src/main/resources/assets/tinkerscompendium/textures/armor/boots') diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_chain.png b/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_chain.png new file mode 100644 index 0000000..efeceac Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_chain.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_cloth.png b/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_cloth.png new file mode 100644 index 0000000..396f51d Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_cloth.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_rivet.png b/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_rivet.png new file mode 100644 index 0000000..b2bcf16 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/boots/_boots_rivet.png differ -- cgit v1.2.3