update id of wool stairs

This commit is contained in:
Milan* 2017-01-11 22:55:47 +01:00
parent 9a4e782473
commit 1c141cdeed
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ minetest.register_on_joinplayer(function(player)
--return "" --return ""
-- else -- else
-- core.chat_send_all("found nothing :(, anyway...") -- core.chat_send_all("found nothing :(, anyway...")
--[[end end
player:set_properties({ player:set_properties({
visual = "mesh", visual = "mesh",
textures = {texture..".png"}, textures = {texture..".png"},

View File

@ -7,7 +7,7 @@ for _,name in ipairs({"red", "green", "white", "black", "blue", "brown", "cyan",
return return
end end
local desc = tmp.description local desc = tmp.description
stairs.register_stair_and_slab("wool_"..name, nodename, stairs.register_stair_and_slab(name, nodename,
tmp.groups, tmp.groups,
{"wool_"..name..".png"}, {"wool_"..name..".png"},
desc.." Stair", desc.." Stair",