Skip to content
Snippets Groups Projects
Commit c05378f2 authored by Vanessa Ezekowitz's avatar Vanessa Ezekowitz
Browse files

require white dye for "light" tiles recipe

parent d61a990f
No related branches found
No related tags found
No related merge requests found
......@@ -2230,8 +2230,8 @@ minetest.register_craft( {
minetest.register_craft( {
output = "homedecor:bathroom_tiles_light 4",
recipe = {
{ "group:marble", "group:marble" },
{ "group:marble", "group:marble" }
{ "group:marble", "group:marble", "" },
{ "group:marble", "group:marble", "dye:white" }
},
})
......
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