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/breastplate/_breastplate_chain.png | Bin 0 -> 326 bytes .../textures/armor/breastplate/_breastplate_plate.png | Bin 0 -> 1017 bytes .../armor/breastplate/_breastplate_smallplate.png | Bin 0 -> 393 bytes .../textures/armor/breastplate/_breastplate_trim.png | Bin 0 -> 512 bytes .../breastplate/blastprotection_breastplate_effect.png | Bin 0 -> 325 bytes .../breastplate/fireprotection_breastplate_effect.png | Bin 0 -> 543 bytes .../armor/breastplate/healthboost_breastplate_effect.png | Bin 0 -> 261 bytes .../breastplate/projprotection_breastplate_effect.png | Bin 0 -> 148 bytes .../armor/breastplate/protection_breastplate_effect.png | Bin 0 -> 523 bytes .../breastplate/runicshielding_breastplate_effect.png | Bin 0 -> 265 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_chain.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_plate.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_smallplate.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_trim.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/blastprotection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/fireprotection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/healthboost_breastplate_effect.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/projprotection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/protection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/runicshielding_breastplate_effect.png (limited to 'src/main/resources/assets/tinkerscompendium/textures/armor/breastplate') diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_chain.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_chain.png new file mode 100644 index 0000000..3374881 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_chain.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_plate.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_plate.png new file mode 100644 index 0000000..6ca5bfa Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_plate.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_smallplate.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_smallplate.png new file mode 100644 index 0000000..5c23295 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_smallplate.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_trim.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_trim.png new file mode 100644 index 0000000..a2e6342 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/_breastplate_trim.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/blastprotection_breastplate_effect.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/blastprotection_breastplate_effect.png new file mode 100644 index 0000000..81ee0c7 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/blastprotection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/fireprotection_breastplate_effect.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/fireprotection_breastplate_effect.png new file mode 100644 index 0000000..b82b26c Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/fireprotection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/healthboost_breastplate_effect.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/healthboost_breastplate_effect.png new file mode 100644 index 0000000..b19c99a Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/healthboost_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/projprotection_breastplate_effect.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/projprotection_breastplate_effect.png new file mode 100644 index 0000000..0beb1d3 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/projprotection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/protection_breastplate_effect.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/protection_breastplate_effect.png new file mode 100644 index 0000000..d0bba88 Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/protection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/runicshielding_breastplate_effect.png b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/runicshielding_breastplate_effect.png new file mode 100644 index 0000000..b13c9df Binary files /dev/null and b/src/main/resources/assets/tinkerscompendium/textures/armor/breastplate/runicshielding_breastplate_effect.png differ -- cgit v1.2.3