unicolor group sometimes doesn't work, replaced with dye name

master
Ilya Zhuravlev 2012-09-09 19:56:49 +04:00
parent 8adff6ee99
commit 2ba54495d0
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ for color, _ in pairs(textures) do
minetest.register_craft({
output = "painting:brush_"..color,
recipe = {
{"group:unicolor_"..color},
{"dye:"..color},
{"default:stick"},
{"default:stick"}
}