We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c10ce commit 76a08a7Copy full SHA for 76a08a7
mods/wool/depends.txt
@@ -1 +1,2 @@
1
default
2
+dye
mods/wool/init.lua
@@ -1,20 +1,4 @@
-local dyes = {
- {"white", "White"},
3
- {"grey", "Grey"},
4
- {"black", "Black"},
5
- {"red", "Red"},
6
- {"yellow", "Yellow"},
7
- {"green", "Green"},
8
- {"cyan", "Cyan"},
9
- {"blue", "Blue"},
10
- {"magenta", "Magenta"},
11
- {"orange", "Orange"},
12
- {"violet", "Violet"},
13
- {"brown", "Brown"},
14
- {"pink", "Pink"},
15
- {"dark_grey", "Dark Grey"},
16
- {"dark_green", "Dark Green"},
17
-}
+local dyes = dye.dyes
18
19
for i = 1, #dyes do
20
local name, desc = unpack(dyes[i])
0 commit comments