Request: Change painting recipe to use dye group

Request: Change painting craft recipe to use dye group instead of specifically blue dye.
master
CloudyProton 2018-01-19 13:29:29 -05:00 committed by Jean-Patrick Guerrero
parent 52db2cc97a
commit 238d0030f4
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ minetest.register_craft({
minetest.register_craft({
output = "xdecor:painting_1",
recipe = {
{"default:sign_wall_wood", "dye:blue"}
{"default:sign_wall_wood", "group:dye"}
}
})