Correct hoe repair material

This commit is contained in:
Midgard 2021-02-12 17:13:58 +01:00
parent b2e2120b9e
commit f27fbd866e
No known key found for this signature in database
GPG Key ID: 511C112F1331BBB4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ minetest.register_tool("mcl_farming:hoe_stone", {
damage_groups = { fleshy = 1, },
punch_attack_uses = uses.stone,
},
_repair_material = "mcl_core:cobblestone",
_repair_material = "mcl_core:cobble",
})
minetest.register_craft({