DrEnough's Forging

A semi-realistic Iron, Bronze and Steel Age blacksmithing mod. Forge iron, alloy bronze, and cast simple metals.

File Details

drenough_forging-4.1.0-neoforge.jar

  • R
  • Jun 17, 2026
  • 698.48 KB
  • 33
  • 26.1.2
  • NeoForge

File Name

drenough_forging-4.1.0-neoforge.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:drenoughs-forging-1487912:8264467"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 4.1 - Steel Age Update

Added custom Alloy Furnace with data-driven recipes (2 inputs + optional) and full JEI integration

Recipe Examples:

{
  "type": "drenough_forging:alloy_furnace",
  "ingredient1": "minecraft:iron_ingot",
  "ingredient2": "minecraft:coal",
  "result": "drenough_forging:hot_pig_iron_ingot",
  "count": 1,
  "experience": 0.7,
  "cookingTime": 200
}
{
  "type": "drenough_forging:alloy_furnace",
  "ingredient1": "#c:coals",
  "result": "drenough_forging:coke",
  "count": 1,
  "experience": 0.35,
  "cookingTime": 100
}
  • Added Block of Charcoal
  • Added Block of Coke
  • Added Coke Item
  • Added Bellows (tool) + ToolTip
  • Added Bronze Smithing Hammer
  • Added Steel Smithing Hammer
  • Added Steel Ingot, Plate, Block, Nuggets, Hot Variants + Picked ones
  • Added Steel Tools and Armor
  • Added Pig Iron Ingot, Block, Hot variants
  • Added more and missing tags for ingots, blocks etc.
  • Added new tags (incorrect_for_steel_tool, repairs_steel_armor, repairs_steel_tool and alloy_furnace_fuel)
  • Progression Gate: Iron can no longer mine Diamond Ore, needs Steel Tier or higher
  • Progression Gate: Bronze can no longer mine Diamond Ore, needs Steel Tier or higher
  • Changed texture of Fired Brick
  • Changed texture for Bronze Armor
  • Updated to NeoForge version 26.1.2.76