new hammer receipe avoids conflict with steel sign

This commit is contained in:
Sokomine 2018-01-18 07:22:00 +01:00
parent eae70ece4d
commit d607c8af31
1 changed files with 3 additions and 3 deletions

View File

@ -296,8 +296,8 @@ end
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_stick, '' } }
{cottages.craftitem_steel},
{'cottages:anvil'},
{cottages.craftitem_stick} }
})