Rename “Steel” to “Iron”
This commit is contained in:
parent
22a4a76d60
commit
fed5c9c527
9 changed files with 24 additions and 22 deletions
|
@ -60,7 +60,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_tool("farming:hoe_steel", {
|
||||
description = "Steel Hoe",
|
||||
description = "Iron Hoe",
|
||||
inventory_image = "farming_tool_steelhoe.png",
|
||||
on_place = function(itemstack, user, pointed_thing)
|
||||
if create_soil(pointed_thing.under, user:get_inventory()) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue