Update hoes.lua

This commit is contained in:
thunderdog1138 2019-12-12 18:51:06 -05:00 committed by GitHub
parent df93b4518d
commit 2a841cc622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -19,11 +19,11 @@ farming.register_hoe(":farming:hoe_stone", {
groups = {hoe = 1}
})
farming.register_hoe(":farming:hoe_steel", {
description = S("Steel Hoe"),
inventory_image = "farming_tool_steelhoe.png",
farming.register_hoe(":farming:hoe_durasteel", {
description = S("Durateel Hoe"),
inventory_image = "farming_tool_durasteelhoe.png",
max_uses = 500,
material = "default:steel_ingot",
material = "default:durasteel_ingot",
groups = {hoe = 1}
})