Change chair recipe

Avoids conflicts with homedecor
This commit is contained in:
Thomas--S 2017-03-10 21:06:00 +01:00
parent 7fddde79d5
commit af4e4aa633

View File

@ -55,7 +55,7 @@ local furnitures = {
},
craft = function(recipe)
return {
{ "group:stick", "" },
{ "", "group:stick" },
{ recipe, recipe },
{ "group:stick", "group:stick" }
}