mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-10 18:20:22 +02:00
fix table recipe
This commit is contained in:
@ -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" },
|
||||
|
Reference in New Issue
Block a user