forked from nalc/homedecor_modpack
fix table recipe
This commit is contained in:
parent
36dc31416e
commit
13059eb3a2
|
@ -1,6 +1,6 @@
|
|||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:table", "homedecor:kitchen_chair_wood 2",
|
||||
output = "homedecor:table",
|
||||
recipe = {
|
||||
{ "group:wood","group:wood", "group:wood" },
|
||||
{ "group:stick", "", "group:stick" },
|
||||
|
|
Loading…
Reference in New Issue
Block a user