From d747e2f5f14851410ff38819a8666517936ba4c2 Mon Sep 17 00:00:00 2001 From: None Date: Mon, 2 Feb 2015 13:15:35 +0300 Subject: [PATCH] Add textures table. --- clothing/init.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clothing/init.lua b/clothing/init.lua index 11fe71d..7ffd14e 100644 --- a/clothing/init.lua +++ b/clothing/init.lua @@ -29,7 +29,12 @@ minetest.register_on_joinplayer(function(player) clothing.update_skin(player) end) ---{{{ Cloth -- Required values is: +--{{{ Cloth + +clothing.registered_textures = { -- Bad +} + +-- Required values is: -- "wear_image" (this image is adding on player skin) minetest.register_craftitem("clothing:test1", { decription = "Test cloth 1",