This commit is contained in:
h-v-smacker 2018-05-07 02:25:13 +03:00
commit cb22ba0d73
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
default? default
farming farming
stairs? stairs?
homedecor? homedecor?

View File

@ -296,8 +296,8 @@ end
minetest.register_craft({ minetest.register_craft({
output = "cottages:hammer", output = "cottages:hammer",
recipe = { recipe = {
{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, '' } } {cottages.craftitem_stick} }
}) })