2016-05-21 21:48:20 +08:00

8 lines
136 B
Python

from rules.dye import _dye_color_map
textures = {
'wool_' + name: (color, 'wool')
for name, color in _dye_color_map.items()
}