forked from mtcontrib/homedecor_modpack
use "default:wood" explicitly in homedecor:table recipe
("group:wood" conflicts with lrfurn coffee table, probably an issue with moreblocks)
This commit is contained in:
parent
d4e85cbab2
commit
c64dabfa28
@ -2,7 +2,7 @@
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:table",
|
output = "homedecor:table",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "group:wood","group:wood", "group:wood" },
|
{ "default:wood","default:wood", "default:wood" },
|
||||||
{ "group:stick", "", "group:stick" },
|
{ "group:stick", "", "group:stick" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user