mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
Correct hoe repair material
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user