mirror of
https://github.com/Sokomine/cottages.git
synced 2024-11-05 01:50:20 +01:00
Fix the crafting recipe conflict for hammer and steel sign
This commit is contained in:
parent
f346efc1b4
commit
e139205596
|
@ -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, '' } }
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user