update id of wool stairs
This commit is contained in:
parent
9a4e782473
commit
1c141cdeed
2
init.lua
2
init.lua
@ -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"},
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user