diff --git a/mods/ITEMS/mcl_armor_trims/init.lua b/mods/ITEMS/mcl_armor_trims/init.lua index 572c23dbd..82e070a18 100644 --- a/mods/ITEMS/mcl_armor_trims/init.lua +++ b/mods/ITEMS/mcl_armor_trims/init.lua @@ -26,6 +26,7 @@ local function define_items() piece_overlay = piece_overlay .. "_leggings" elseif string.find(itemname,"boots") then invOverlay = "^boots_trim.png" + piece_overlay = piece_overlay .. "_boots" end piece_overlay = piece_overlay .. ".png" diff --git a/textures/coast_boots.png b/textures/coast_boots.png new file mode 100644 index 000000000..8e7ee7bf8 Binary files /dev/null and b/textures/coast_boots.png differ diff --git a/textures/dune_boots.png b/textures/dune_boots.png new file mode 100644 index 000000000..3a870b478 Binary files /dev/null and b/textures/dune_boots.png differ diff --git a/textures/eye_boots.png b/textures/eye_boots.png new file mode 100644 index 000000000..f465ee7d5 Binary files /dev/null and b/textures/eye_boots.png differ diff --git a/textures/sentry_boots.png b/textures/sentry_boots.png new file mode 100644 index 000000000..4450ee374 Binary files /dev/null and b/textures/sentry_boots.png differ diff --git a/textures/snout_boots.png b/textures/snout_boots.png new file mode 100644 index 000000000..7e03ba0c8 Binary files /dev/null and b/textures/snout_boots.png differ diff --git a/textures/spire_boots.png b/textures/spire_boots.png new file mode 100644 index 000000000..753c3de8b Binary files /dev/null and b/textures/spire_boots.png differ diff --git a/textures/tide_boots.png b/textures/tide_boots.png new file mode 100644 index 000000000..a0f9ada88 Binary files /dev/null and b/textures/tide_boots.png differ diff --git a/textures/vex_boots.png b/textures/vex_boots.png new file mode 100644 index 000000000..7194840b0 Binary files /dev/null and b/textures/vex_boots.png differ diff --git a/textures/ward_boots.png b/textures/ward_boots.png new file mode 100644 index 000000000..48b10bd15 Binary files /dev/null and b/textures/ward_boots.png differ diff --git a/textures/wild_boots.png b/textures/wild_boots.png new file mode 100644 index 000000000..269cedcbb Binary files /dev/null and b/textures/wild_boots.png differ