fix table recipe

This commit is contained in:
Vanessa Ezekowitz 2017-02-04 13:41:21 -05:00
parent 36dc31416e
commit 13059eb3a2
1 changed files with 1 additions and 1 deletions

View File

@ -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" },