Fix the crafting recipe conflict for hammer and steel sign

This commit is contained in:
h-v-smacker 2017-10-30 10:48:22 +03:00
parent f346efc1b4
commit e139205596
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ minetest.register_craft({
output = "cottages:hammer",
recipe = {
{cottages.craftitem_steel,cottages.craftitem_steel,cottages.craftitem_steel},
{cottages.craftitem_steel,cottages.craftitem_steel,cottages.craftitem_steel},
{cottages.craftitem_steel,cottages.craftitem_stick,cottages.craftitem_steel},
{'', cottages.craftitem_stick, '' } }
})