1
0
mirror of https://github.com/poikilos/trmp_minetest_game.git synced 2025-01-10 18:10:23 +01:00
trmp_minetest_game/trm_dye/init.lua
2017-11-28 23:38:45 +03:00

5 lines
299 B
Lua

local colors = {"white", "lightgrey", "grey", "darkgrey", "black", "red", "orange", "yellow", "lime", "green", "aqua", "cyan", "sky_blue", "blue", "violet", "magenta", "red_violet"}
for i=1,#colors do
treasurer.register_treasure("dye:"..colors[i], 0.0117, 1, {1,6}, nil, "crafting_component" )
end