Skip to content
Snippets Groups Projects
Commit eab11b00 authored by Milan's avatar Milan
Browse files

stairs: refactor wool registration, fixes wool:yellow stairs entry

parent ac52a77a
No related branches found
No related tags found
No related merge requests found
for _,name in ipairs({"red", "green", "white", "black", "blue", "brown", "cyan",
"grey", "dark_green", "dark_grey", "magenta", "orange", "pink",
"red", "violet", "yellow"}) do
local name = {"red", "green", "white", "black", "blue", "brown", "cyan",
"grey", "dark_green", "dark_grey", "magenta", "orange", "pink",
"red", "violet", "yellow"}
for i = 1, 16 do
local name = name[i]
local nodename = "wool:"..name
local tmp = minetest.registered_nodes[nodename]
if not tmp then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment