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" material = "group:stone"
}) })
farming.register_hoe(":farming:hoe_steel", { farming.register_hoe(":farming:hoe_durasteel", {
description = S("Steel Hoe"), description = S("Durasteel Hoe"),
inventory_image = "hoe_steel.png", inventory_image = "hoe_durasteel.png",
max_uses = 200, max_uses = 200,
material = "default:steel_ingot" material = "default:durasteel_ingot"
}) })
-- Toolranks support -- Toolranks support