diff --git a/clothing/init.lua b/clothing/init.lua index 9440305..94a5518 100644 --- a/clothing/init.lua +++ b/clothing/init.lua @@ -30,15 +30,15 @@ recipe = { }) minetest.register_tool("clothing:shirt_"..k, { description = k.." shirt", -inventory_image = "clothing_inv_shirt_"..k.."_overlay.png^clothing_shirt_inv_white.png", -texture = "clothing_shirt_"..k.."_overlay.png^clothing_shirt_white.png", +inventory_image = "clothing_inv_shirt_white.png^clothing_inv_shirt_"..k.."_overlay.png", +texture = "clothing_shirt_white.png^clothing_shirt_"..k.."_overlay.png", groups = {clothing=1, no_preview=1}, }) minetest.register_tool("clothing:pants_"..k, { description = k.." pants", -inventory_image = "clothing_inv_pants_"..k.."_overlay.png^clothing_pants_inv_white.png", -texture = "clothing_pants_"..k.."_overlay.png^clothing_inv_pants_white.png", +inventory_image = "clothing_inv_pants_white.png^clothing_inv_pants_"..k.."_overlay.png", +texture = "clothing_pants_white.png^clothing_pants_"..k.."_overlay.png", groups = {clothing=1, no_preview=1}, }) end @@ -78,33 +78,10 @@ recipe = { }) -- Stu's Stuff -minetest.register_craftitem("clothing:hindsight_shirt", { - description = "Captain Hindsight Shirt", - inventory_image = "clothing_inv_hindsight_shirt.png", - groups = {clothing=1}, -}) -minetest.register_craftitem("clothing:hindsight_pants", { - description = "Captain Hindsight Pants", - inventory_image = "clothing_inv_hindsight_pants.png", - groups = {clothing=1}, -}) - -minetest.register_craftitem("clothing:hindsight_boots", { - description = "Captain Hindsight Boots", - inventory_image = "clothing_inv_hindsight_boots.png", - groups = {clothing=1}, -}) minetest.register_craftitem("clothing:hindsight_cape", { description = "Captain Hindsight Cape", inventory_image = "clothing_inv_hindsight_cape.png", groups = {clothing=1, no_preview=1}, }) - -minetest.register_craftitem("clothing:paper_bag", { - description = "Paper Bag", - inventory_image = "clothing_inv_paper_bag.png", - groups = {clothing=1, no_preview=1}, -}) - diff --git a/clothing/textures/cape_blue.png b/clothing/textures/cape_blue.png deleted file mode 100644 index 564c7fd..0000000 Binary files a/clothing/textures/cape_blue.png and /dev/null differ diff --git a/clothing/textures/clothing_hindsight_boots.png b/clothing/textures/clothing_hindsight_boots.png deleted file mode 100644 index fac2890..0000000 Binary files a/clothing/textures/clothing_hindsight_boots.png and /dev/null differ diff --git a/clothing/textures/clothing_hindsight_pants.png b/clothing/textures/clothing_hindsight_pants.png deleted file mode 100644 index 69df0ea..0000000 Binary files a/clothing/textures/clothing_hindsight_pants.png and /dev/null differ diff --git a/clothing/textures/clothing_hindsight_shirt.png b/clothing/textures/clothing_hindsight_shirt.png deleted file mode 100644 index 9c34118..0000000 Binary files a/clothing/textures/clothing_hindsight_shirt.png and /dev/null differ diff --git a/clothing/textures/clothing_inv_hindsight_boots.png b/clothing/textures/clothing_inv_hindsight_boots.png deleted file mode 100644 index 27a4da1..0000000 Binary files a/clothing/textures/clothing_inv_hindsight_boots.png and /dev/null differ diff --git a/clothing/textures/clothing_inv_hindsight_cape.png b/clothing/textures/clothing_inv_hindsight_cape.png deleted file mode 100644 index 41d0fe1..0000000 Binary files a/clothing/textures/clothing_inv_hindsight_cape.png and /dev/null differ diff --git a/clothing/textures/clothing_inv_hindsight_shirt.png b/clothing/textures/clothing_inv_hindsight_shirt.png deleted file mode 100644 index 09f32d9..0000000 Binary files a/clothing/textures/clothing_inv_hindsight_shirt.png and /dev/null differ diff --git a/clothing/textures/clothing_inv_pants_white - Copy.png b/clothing/textures/clothing_inv_pants_white - Copy.png new file mode 100644 index 0000000..0288a68 Binary files /dev/null and b/clothing/textures/clothing_inv_pants_white - Copy.png differ diff --git a/clothing/textures/clothing_inv_paper_bag.png b/clothing/textures/clothing_inv_paper_bag.png deleted file mode 100644 index 44c8862..0000000 Binary files a/clothing/textures/clothing_inv_paper_bag.png and /dev/null differ diff --git a/clothing/textures/clothing_paper_bag.png b/clothing/textures/clothing_paper_bag.png deleted file mode 100644 index c46bb94..0000000 Binary files a/clothing/textures/clothing_paper_bag.png and /dev/null differ