NewTech Industrial

Advanced Industrial Automation & Aesthetics for Minecraft 1.12.2

File Details

newtechindustrial-1.0.5.jar

  • R
  • Apr 2, 2026
  • 2.64 MB
  • 18
  • 1.12.2
  • Forge

File Name

newtechindustrial-1.0.5.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:newtech-industrial-1495692:7861006")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog: Quality of Life (QOL) Update

New Features & Improvements

  • Wrench Support: Added full support for rotating machine blocks using the Service Wrench. Machines can now be oriented in all 6 directions.
  • Recipe System Upgrade: Introduced the inputCount parameter for recipes. This allows machines to require specific stack sizes for inputs (e.g., 3 items for 1 output).
  • Enhanced Diagnostics: Fixed and added real-time Transfer/Flow tracking for Energy Capacitors, Fluid Capacitors, and Electric Pumps. You can now see exact FE/t and mB/t values in the GUI and tooltips.

Supported Machines

The new recipe logic has been applied to:
  • Compressor, Macerator, Metalformer, Electric Furnace, and Matter Replicator.

    And rotation has been applied to:
    All Machines And Capacitors

Migration Guide (Action Required)

If you are using custom .json configurations for machine recipes, you must update them to include the new "inputCount" field. Example: compressor.json
JSON
{
  "inputs": ["newtechindustrial:graphite_plate"],
  "inputCount": 3,
  "outputId": "newtechindustrial:layered_graphite_plate",
  "count": 1,
  "energy": 1000,
  "ticks": 100,
  "fluidAmount": 0,
  "multiplier": 0.0
}
Example: matter_replicator.json
JSON
{
  "inputs": ["newtechindustrial:red_matter"],
  "inputCount": 64,
  "outputId": "newtechindustrial:sunnarium",
  "count": 1,
  "energy": 200000,
  "ticks": 2000,
  "fluidAmount": 0,
  "multiplier": 0.0
}

Feedback & Bug Reports We are constantly looking to improve. If you have any suggestions or encounter any issues with the new transfer tracking or rotation system, please let us know in the comments!