Request: Change painting recipe to use dye group
Request: Change painting craft recipe to use dye group instead of specifically blue dye.
This commit is contained in:
parent
52db2cc97a
commit
238d0030f4
@ -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"}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user