mirror of
https://github.com/poikilos/trmp_minetest_game.git
synced 2024-12-23 09:10:37 +01:00
5 lines
276 B
Lua
5 lines
276 B
Lua
local colors = {"white", "grey", "dark_grey", "black", "violet", "blue", "cyan", "dark_green", "green", "yellow", "brown", "orange", "red", "magenta", "pink"}
|
|
for i=1,#colors do
|
|
treasurer.register_treasure("dye:"..colors[i], 0.0117, 1, {1,6}, nil, "crafting_component" )
|
|
end
|