Skip to content

Commit

Permalink
add a recipe to convert iron ingot to steel using the industrial furnace
Browse files Browse the repository at this point in the history
  • Loading branch information
jfanjoy committed Feb 19, 2025
1 parent ec9d50a commit ce94313
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions furnace/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ if techage.modified_recipes_enabled then
recipe = {"default:coal_lump", "default:iron_lump", "default:iron_lump", "default:iron_lump"},
time = 4,
})
techage.furnace.register_recipe({
output = "default:steel_ingot 4",
recipe = {"default:coal_lump", "techage:iron_ingot", "techage:iron_ingot", "techage:iron_ingot"},
time = 4,
})
end

if minetest.global_exists("wielded_light") then
Expand Down

0 comments on commit ce94313

Please sign in to comment.