summaryrefslogtreecommitdiff
path: root/homedecor/furniture_recipes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'homedecor/furniture_recipes.lua')
-rw-r--r--homedecor/furniture_recipes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/homedecor/furniture_recipes.lua b/homedecor/furniture_recipes.lua
index 9ece79f..e64e849 100644
--- a/homedecor/furniture_recipes.lua
+++ b/homedecor/furniture_recipes.lua
@@ -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" },