diff --git a/mods/ITEMS/mcl_armor_trims/init.lua b/mods/ITEMS/mcl_armor_trims/init.lua index a0c96c425..5e8e4f7e7 100644 --- a/mods/ITEMS/mcl_armor_trims/init.lua +++ b/mods/ITEMS/mcl_armor_trims/init.lua @@ -19,6 +19,7 @@ local function define_items() invOverlay = "^helmet_trim.png" elseif string.find(itemname,"chestplate") then invOverlay = "^chestplate_trim.png" + piece_overlay = piece_overlay .. "_chestplate" elseif string.find(itemname,"leggings") then invOverlay = "^leggings_trim.png" piece_overlay = piece_overlay .. "_leggings" diff --git a/textures/coast_chestplate.png b/textures/coast_chestplate.png new file mode 100644 index 000000000..6898fc242 Binary files /dev/null and b/textures/coast_chestplate.png differ diff --git a/textures/dune_chestplate.png b/textures/dune_chestplate.png new file mode 100644 index 000000000..ce22347b9 Binary files /dev/null and b/textures/dune_chestplate.png differ diff --git a/textures/eye_chestplate.png b/textures/eye_chestplate.png new file mode 100644 index 000000000..e25a14390 Binary files /dev/null and b/textures/eye_chestplate.png differ diff --git a/textures/rib_chestplate.png b/textures/rib_chestplate.png new file mode 100644 index 000000000..04af7925f Binary files /dev/null and b/textures/rib_chestplate.png differ diff --git a/textures/sentry_chestplate.png b/textures/sentry_chestplate.png new file mode 100644 index 000000000..3a457ad67 Binary files /dev/null and b/textures/sentry_chestplate.png differ diff --git a/textures/snout_chestplate.png b/textures/snout_chestplate.png new file mode 100644 index 000000000..53800de7d Binary files /dev/null and b/textures/snout_chestplate.png differ diff --git a/textures/spire_chestplate.png b/textures/spire_chestplate.png new file mode 100644 index 000000000..7d5775338 Binary files /dev/null and b/textures/spire_chestplate.png differ diff --git a/textures/tide_chestplate.png b/textures/tide_chestplate.png new file mode 100644 index 000000000..cb01eef8d Binary files /dev/null and b/textures/tide_chestplate.png differ diff --git a/textures/vex_chestplate.png b/textures/vex_chestplate.png new file mode 100644 index 000000000..2abda74f2 Binary files /dev/null and b/textures/vex_chestplate.png differ diff --git a/textures/ward_chestplate.png b/textures/ward_chestplate.png new file mode 100644 index 000000000..edc3095d0 Binary files /dev/null and b/textures/ward_chestplate.png differ diff --git a/textures/wild_chestplate.png b/textures/wild_chestplate.png new file mode 100644 index 000000000..0994d9c48 Binary files /dev/null and b/textures/wild_chestplate.png differ