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

use "default:wood" explicitly in homedecor:table recipe

("group:wood" conflicts with lrfurn coffee table,
probably an issue with moreblocks)
parent d4e85cba
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
minetest.register_craft({
output = "homedecor:table",
recipe = {
{ "group:wood","group:wood", "group:wood" },
{ "default:wood","default:wood", "default:wood" },
{ "group:stick", "", "group:stick" },
},
})
......
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