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) craft = function(recipe)
return { return {
{ "group:stick", "" }, { "", "group:stick" },
{ recipe, recipe }, { recipe, recipe },
{ "group:stick", "group:stick" } { "group:stick", "group:stick" }
} }