diff --git a/clothing/init.lua b/clothing/init.lua index 7ffd14e..ae05088 100644 --- a/clothing/init.lua +++ b/clothing/init.lua @@ -31,9 +31,6 @@ end) --{{{ Cloth -clothing.registered_textures = { -- Bad -} - -- Required values is: -- "wear_image" (this image is adding on player skin) minetest.register_craftitem("clothing:test1", { diff --git a/clothing/textures/clothing_black_coat.png b/clothing/textures/clothing_black_coat.png new file mode 100644 index 0000000..8dec8db Binary files /dev/null and b/clothing/textures/clothing_black_coat.png differ diff --git a/clothing/textures/clothing_black_glasses.png b/clothing/textures/clothing_black_glasses.png new file mode 100644 index 0000000..df61e85 Binary files /dev/null and b/clothing/textures/clothing_black_glasses.png differ diff --git a/clothing/textures/clothing_blue_longskirt.png b/clothing/textures/clothing_blue_longskirt.png new file mode 100644 index 0000000..900980f Binary files /dev/null and b/clothing/textures/clothing_blue_longskirt.png differ diff --git a/clothing/textures/clothing_blue_waistcoat.png b/clothing/textures/clothing_blue_waistcoat.png new file mode 100644 index 0000000..72ce8c7 Binary files /dev/null and b/clothing/textures/clothing_blue_waistcoat.png differ diff --git a/clothing/textures/clothing_brown_hat.png b/clothing/textures/clothing_brown_hat.png new file mode 100644 index 0000000..c33b2dd Binary files /dev/null and b/clothing/textures/clothing_brown_hat.png differ diff --git a/clothing/textures/clothing_brown_hat_wth_badge.png b/clothing/textures/clothing_brown_hat_wth_badge.png new file mode 100644 index 0000000..e68c793 Binary files /dev/null and b/clothing/textures/clothing_brown_hat_wth_badge.png differ diff --git a/clothing/textures/clothing_hazel_scarf.png b/clothing/textures/clothing_hazel_scarf.png new file mode 100644 index 0000000..44e9278 Binary files /dev/null and b/clothing/textures/clothing_hazel_scarf.png differ diff --git a/clothing/textures/clothing_jabot.png b/clothing/textures/clothing_jabot.png new file mode 100644 index 0000000..788b631 Binary files /dev/null and b/clothing/textures/clothing_jabot.png differ diff --git a/clothing/textures/clothing_leather_boots.png b/clothing/textures/clothing_leather_boots.png new file mode 100644 index 0000000..5f9f1a5 Binary files /dev/null and b/clothing/textures/clothing_leather_boots.png differ diff --git a/clothing/textures/clothing_leather_dirty_coat.png b/clothing/textures/clothing_leather_dirty_coat.png new file mode 100644 index 0000000..08c4ffe Binary files /dev/null and b/clothing/textures/clothing_leather_dirty_coat.png differ diff --git a/clothing/textures/clothing_leather_high_boot.png b/clothing/textures/clothing_leather_high_boot.png new file mode 100644 index 0000000..4bd52a8 Binary files /dev/null and b/clothing/textures/clothing_leather_high_boot.png differ diff --git a/clothing/textures/clothing_leather_long_gloves.png b/clothing/textures/clothing_leather_long_gloves.png new file mode 100644 index 0000000..4fc30a0 Binary files /dev/null and b/clothing/textures/clothing_leather_long_gloves.png differ diff --git a/clothing/textures/clothing_linen_shirt.png b/clothing/textures/clothing_linen_shirt.png new file mode 100644 index 0000000..01b52cf Binary files /dev/null and b/clothing/textures/clothing_linen_shirt.png differ diff --git a/clothing/textures/clothing_salmon_long_dress.png b/clothing/textures/clothing_salmon_long_dress.png new file mode 100644 index 0000000..4bc72b5 Binary files /dev/null and b/clothing/textures/clothing_salmon_long_dress.png differ diff --git a/clothing/textures/clothing_white_apron.png b/clothing/textures/clothing_white_apron.png new file mode 100644 index 0000000..2633ced Binary files /dev/null and b/clothing/textures/clothing_white_apron.png differ diff --git a/clothing/textures/clothing_white_blouse.png b/clothing/textures/clothing_white_blouse.png new file mode 100644 index 0000000..e0c1692 Binary files /dev/null and b/clothing/textures/clothing_white_blouse.png differ diff --git a/clothing/textures/clothing_white_bonnet.png b/clothing/textures/clothing_white_bonnet.png new file mode 100644 index 0000000..6544ae8 Binary files /dev/null and b/clothing/textures/clothing_white_bonnet.png differ diff --git a/clothing/textures/clothing_white_greek_dress.png b/clothing/textures/clothing_white_greek_dress.png new file mode 100644 index 0000000..9bbe62a Binary files /dev/null and b/clothing/textures/clothing_white_greek_dress.png differ