mirror of
https://github.com/Sokomine/cottages.git
synced 2024-11-05 01:50:20 +01:00
anvil
This commit is contained in:
commit
cb22ba0d73
|
@ -1,4 +1,4 @@
|
|||
default?
|
||||
default
|
||||
farming
|
||||
stairs?
|
||||
homedecor?
|
||||
|
|
|
@ -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_stick,cottages.craftitem_steel},
|
||||
{'', cottages.craftitem_stick, '' } }
|
||||
{cottages.craftitem_steel},
|
||||
{'cottages:anvil'},
|
||||
{cottages.craftitem_stick} }
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user