Skip to content
Snippets Groups Projects
Commit 76a08a70 authored by Zweihorn's avatar Zweihorn Committed by Paramat
Browse files

wool: use global 'dye.dyes' table

parent 80c10cee
No related branches found
No related tags found
No related merge requests found
default
dye
local dyes = {
{"white", "White"},
{"grey", "Grey"},
{"black", "Black"},
{"red", "Red"},
{"yellow", "Yellow"},
{"green", "Green"},
{"cyan", "Cyan"},
{"blue", "Blue"},
{"magenta", "Magenta"},
{"orange", "Orange"},
{"violet", "Violet"},
{"brown", "Brown"},
{"pink", "Pink"},
{"dark_grey", "Dark Grey"},
{"dark_green", "Dark Green"},
}
local dyes = dye.dyes
for i = 1, #dyes do
local name, desc = unpack(dyes[i])
......
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