Rename *steel* itemstrings to *iron*

This commit is contained in:
Wuzzy 2017-02-11 21:14:40 +01:00
parent b5a4adc2e3
commit f905c32289
20 changed files with 80 additions and 97 deletions

View file

@ -10,8 +10,8 @@ minetest.register_alias("bucket_lava", "bucket:bucket_lava")
minetest.register_craft({
output = 'bucket:bucket_empty 1',
recipe = {
{'mcl_core:steel_ingot', '', 'mcl_core:steel_ingot'},
{'', 'mcl_core:steel_ingot', ''},
{'mcl_core:iron_ingot', '', 'mcl_core:iron_ingot'},
{'', 'mcl_core:iron_ingot', ''},
}
})