Skip to content
Snippets Groups Projects
Commit 238d0030 authored by CloudyProton's avatar CloudyProton Committed by Jean-Patrick Guerrero
Browse files

Request: Change painting recipe to use dye group

Request: Change painting craft recipe to use dye group instead of specifically blue dye.
parent 52db2cc9
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment