From ba8feb526da0a1ce15a179e1e5ee44582f769768 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Fri, 18 Mar 2016 06:14:33 -0500 Subject: Added modifiers, beautified code --- .../items/armor/breastplate/ModelBiped-texturemap.png | Bin 480 -> 0 bytes .../breastplate/blastprotection_breastplate_effect.png | Bin 0 -> 212 bytes .../breastplate/fireprotection_breastplate_effect.png | Bin 0 -> 210 bytes .../breastplate/projprotection_breastplate_effect.png | Bin 0 -> 202 bytes .../armor/breastplate/protection_breastplate_effect.png | Bin 0 -> 207 bytes .../textures/items/armor/sabatons/_sabatons_caps.png | Bin 230 -> 287 bytes .../textures/items/armor/sabatons/_sabatons_plates.png | Bin 228 -> 281 bytes .../textures/items/armor/sabatons/_sabatons_soles.png | Bin 200 -> 250 bytes .../textures/items/armor/sabatons/_sabatons_trim.png | Bin 202 -> 264 bytes .../armor/sabatons/blastprotection_sabatons_effect.png | Bin 0 -> 267 bytes .../armor/sabatons/depthstrider_sabatons_effect.png | Bin 0 -> 278 bytes .../armor/sabatons/featherfall_sabatons_effect.png | Bin 0 -> 293 bytes .../armor/sabatons/fireprotection_sabatons_effect.png | Bin 0 -> 258 bytes .../items/armor/sabatons/firewalk_sabatons_effect.png | Bin 0 -> 283 bytes .../items/armor/sabatons/frostwalk_sabatons_effect.png | Bin 0 -> 283 bytes .../items/armor/sabatons/glowstep_sabatons_effect.png | Bin 0 -> 263 bytes .../armor/sabatons/projprotection_sabatons_effect.png | Bin 0 -> 253 bytes .../items/armor/sabatons/protection_sabatons_effect.png | Bin 0 -> 302 bytes .../items/broadsword/soulbound_sword_effect.png | Bin 0 -> 217 bytes .../textures/items/zweihander/blaze_sword_effect.png | Bin 281 -> 0 bytes 20 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/main/resources/assets/tinker/textures/items/armor/breastplate/ModelBiped-texturemap.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/breastplate/blastprotection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/breastplate/fireprotection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/breastplate/projprotection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/breastplate/protection_breastplate_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/blastprotection_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/depthstrider_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/featherfall_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/fireprotection_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/firewalk_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/frostwalk_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/glowstep_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/projprotection_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/armor/sabatons/protection_sabatons_effect.png create mode 100644 src/main/resources/assets/tinker/textures/items/broadsword/soulbound_sword_effect.png delete mode 100644 src/main/resources/assets/tinker/textures/items/zweihander/blaze_sword_effect.png (limited to 'src/main/resources/assets/tinker/textures/items') diff --git a/src/main/resources/assets/tinker/textures/items/armor/breastplate/ModelBiped-texturemap.png b/src/main/resources/assets/tinker/textures/items/armor/breastplate/ModelBiped-texturemap.png deleted file mode 100644 index 4bb7876..0000000 Binary files a/src/main/resources/assets/tinker/textures/items/armor/breastplate/ModelBiped-texturemap.png and /dev/null differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/breastplate/blastprotection_breastplate_effect.png b/src/main/resources/assets/tinker/textures/items/armor/breastplate/blastprotection_breastplate_effect.png new file mode 100644 index 0000000..a2a60da Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/breastplate/blastprotection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/breastplate/fireprotection_breastplate_effect.png b/src/main/resources/assets/tinker/textures/items/armor/breastplate/fireprotection_breastplate_effect.png new file mode 100644 index 0000000..c959767 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/breastplate/fireprotection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/breastplate/projprotection_breastplate_effect.png b/src/main/resources/assets/tinker/textures/items/armor/breastplate/projprotection_breastplate_effect.png new file mode 100644 index 0000000..8f1957d Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/breastplate/projprotection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/breastplate/protection_breastplate_effect.png b/src/main/resources/assets/tinker/textures/items/armor/breastplate/protection_breastplate_effect.png new file mode 100644 index 0000000..53ccbd9 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/breastplate/protection_breastplate_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_caps.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_caps.png index 9403940..816650a 100644 Binary files a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_caps.png and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_caps.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_plates.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_plates.png index 0741a00..dae8c9a 100644 Binary files a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_plates.png and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_plates.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_soles.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_soles.png index 3eda3e5..aa1a902 100644 Binary files a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_soles.png and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_soles.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_trim.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_trim.png index 72a06de..b56b653 100644 Binary files a/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_trim.png and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/_sabatons_trim.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/blastprotection_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/blastprotection_sabatons_effect.png new file mode 100644 index 0000000..b3b8740 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/blastprotection_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/depthstrider_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/depthstrider_sabatons_effect.png new file mode 100644 index 0000000..f750ed2 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/depthstrider_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/featherfall_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/featherfall_sabatons_effect.png new file mode 100644 index 0000000..48c9dff Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/featherfall_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/fireprotection_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/fireprotection_sabatons_effect.png new file mode 100644 index 0000000..1eb9482 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/fireprotection_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/firewalk_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/firewalk_sabatons_effect.png new file mode 100644 index 0000000..1cb5883 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/firewalk_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/frostwalk_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/frostwalk_sabatons_effect.png new file mode 100644 index 0000000..acae962 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/frostwalk_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/glowstep_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/glowstep_sabatons_effect.png new file mode 100644 index 0000000..f0a3230 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/glowstep_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/projprotection_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/projprotection_sabatons_effect.png new file mode 100644 index 0000000..6b35e70 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/projprotection_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/armor/sabatons/protection_sabatons_effect.png b/src/main/resources/assets/tinker/textures/items/armor/sabatons/protection_sabatons_effect.png new file mode 100644 index 0000000..7920e89 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/armor/sabatons/protection_sabatons_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/broadsword/soulbound_sword_effect.png b/src/main/resources/assets/tinker/textures/items/broadsword/soulbound_sword_effect.png new file mode 100644 index 0000000..23fd671 Binary files /dev/null and b/src/main/resources/assets/tinker/textures/items/broadsword/soulbound_sword_effect.png differ diff --git a/src/main/resources/assets/tinker/textures/items/zweihander/blaze_sword_effect.png b/src/main/resources/assets/tinker/textures/items/zweihander/blaze_sword_effect.png deleted file mode 100644 index ccfa649..0000000 Binary files a/src/main/resources/assets/tinker/textures/items/zweihander/blaze_sword_effect.png and /dev/null differ -- cgit v1.2.3