Rename “Steel” to “Iron”
This commit is contained in:
parent
22a4a76d60
commit
fed5c9c527
9 changed files with 24 additions and 22 deletions
|
@ -53,7 +53,7 @@ minetest.register_craftitem("default:clay_lump", {
|
|||
})
|
||||
|
||||
minetest.register_craftitem("default:steel_ingot", {
|
||||
description = "Steel Ingot",
|
||||
description = "Iron Ingot",
|
||||
inventory_image = "default_steel_ingot.png",
|
||||
stack_max = 64,
|
||||
})
|
||||
|
@ -144,4 +144,6 @@ minetest.register_craftitem("default:quartz_crystal", {
|
|||
description = "Quartz Crystal",
|
||||
inventory_image = "default_quartz_crystal.png",
|
||||
stack_max = 64,
|
||||
})
|
||||
})
|
||||
|
||||
minetest.register_alias("default:steel_ingot", "default:iron_ingot")
|
||||
|
|
|
@ -1546,7 +1546,7 @@ minetest.register_node("default:mossycobble", {
|
|||
})
|
||||
|
||||
minetest.register_node("default:steelblock", {
|
||||
description = "Steel Block",
|
||||
description = "Block of Iron",
|
||||
tiles = {"default_steel_block.png"},
|
||||
is_ground_content = true,
|
||||
stack_max = 64,
|
||||
|
|
|
@ -47,7 +47,7 @@ minetest.register_tool("default:pick_stone", {
|
|||
},
|
||||
})
|
||||
minetest.register_tool("default:pick_steel", {
|
||||
description = "Steel Pickaxe",
|
||||
description = "Iron Pickaxe",
|
||||
inventory_image = "default_tool_steelpick.png",
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 1.0,
|
||||
|
@ -111,7 +111,7 @@ minetest.register_tool("default:shovel_stone", {
|
|||
},
|
||||
})
|
||||
minetest.register_tool("default:shovel_steel", {
|
||||
description = "Steel Shovel",
|
||||
description = "Iron Shovel",
|
||||
inventory_image = "default_tool_steelshovel.png",
|
||||
wield_image = "default_tool_steelshovel.png^[transformR90",
|
||||
tool_capabilities = {
|
||||
|
@ -176,7 +176,7 @@ minetest.register_tool("default:axe_stone", {
|
|||
},
|
||||
})
|
||||
minetest.register_tool("default:axe_steel", {
|
||||
description = "Steel Axe",
|
||||
description = "Iron Axe",
|
||||
inventory_image = "default_tool_steelaxe.png",
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 1.0,
|
||||
|
@ -238,7 +238,7 @@ minetest.register_tool("default:sword_stone", {
|
|||
}
|
||||
})
|
||||
minetest.register_tool("default:sword_steel", {
|
||||
description = "Steel Sword",
|
||||
description = "Iron Sword",
|
||||
inventory_image = "default_tool_steelsword.png",
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 0.8,
|
||||
|
@ -338,4 +338,4 @@ minetest.register_tool("default:shears", {
|
|||
snappy={times={[1]=0.2,[2]=0.2,[3]=0.2}, uses=283, maxlevel=1},
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue