Rename “Steel” to “Iron”

This commit is contained in:
Wuzzy 2017-01-04 05:29:55 +01:00
parent 22a4a76d60
commit fed5c9c527
9 changed files with 24 additions and 22 deletions

View file

@ -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