Add textures table.

master
None 2015-02-02 13:15:35 +03:00
parent 1f77ddff92
commit d747e2f5f1
1 changed files with 6 additions and 1 deletions

View File

@ -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",