Rename *steel* itemstrings to *iron*
This commit is contained in:
parent
b5a4adc2e3
commit
f905c32289
20 changed files with 80 additions and 97 deletions
|
@ -527,8 +527,8 @@ minetest.register_craftitem("mcl_hoppers:hopper_item", {
|
|||
minetest.register_craft({
|
||||
output = "mcl_hoppers:hopper_item",
|
||||
recipe = {
|
||||
{"mcl_core:steel_ingot","","mcl_core:steel_ingot"},
|
||||
{"mcl_core:steel_ingot","mcl_chests:chest","mcl_core:steel_ingot"},
|
||||
{"","mcl_core:steel_ingot",""},
|
||||
{"mcl_core:iron_ingot","","mcl_core:iron_ingot"},
|
||||
{"mcl_core:iron_ingot","mcl_chests:chest","mcl_core:iron_ingot"},
|
||||
{"","mcl_core:iron_ingot",""},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue