Skip to content
Snippets Groups Projects
Commit 69e87419 authored by Vanessa Dannenberg's avatar Vanessa Dannenberg
Browse files

add alternate recipe for green welcome mat

(workaround for a moreblocks bug)
parent 25fef974
No related branches found
No related tags found
No related merge requests found
......@@ -2169,6 +2169,15 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:welcome_mat_green 2",
recipe = {
{ "", "dye:white", "" },
{ "dye:black", "dye:black", "dye:black" },
{ "wool:green", "wool:green", "wool:green" },
},
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:window_plain 8",
......
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