Update 'mods/farming/hoes.lua'

This commit is contained in:
thunderdog1138 2020-07-28 15:50:59 +00:00
parent a1298e7855
commit 40c34fd0a4
1 changed files with 4 additions and 4 deletions

View File

@ -159,11 +159,11 @@ farming.register_hoe(":farming:hoe_stone", {
material = "group:stone"
})
farming.register_hoe(":farming:hoe_steel", {
description = S("Steel Hoe"),
inventory_image = "hoe_steel.png",
farming.register_hoe(":farming:hoe_durasteel", {
description = S("Durasteel Hoe"),
inventory_image = "hoe_durasteel.png",
max_uses = 200,
material = "default:steel_ingot"
material = "default:durasteel_ingot"
})
-- Toolranks support