promotional bannermobile promotional banner

Infernos MekaCC

Bridge Mekanism QIO and CC:Tweaked advanced computers/turtles. Equip a Portable QIO Dashboard as a turtle upgrade, craft and build multiblocks from QIO stock, remote terminals, auto-refuel, and dig-through paxel builds. NeoForge 1.21.1.
Back to Files

infernos_mekacc-1.3.37-neoforge-1.21.1.jar

File nameinfernos_mekacc-1.3.37-neoforge-1.21.1.jar
Uploader
Infernos_ZAInfernos_ZA
Uploaded
Aug 15, 2026
Downloads
52
Size
284.4 KB
Mod Loaders
NeoForge
File ID
8652444
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:infernos-mekacc-1630872:8652444"

Learn more about Curse Maven

What's new

1.3.37

Fusion + fission pull raw then refund (fill → fail → deposit)

Symptom: Crafting a fusion or fission reactor pulled leaf mats (lead / steel / alloys / polonium / casings) into the turtle 3×3, crafted nothing, then dumped everything back into QIO.

Cause: craftOnceTurtle always called doCraftExact(itemId). That path:

  1. never falls through to turtle.craft()
  2. hard-stops on craftExact returning 0
  3. depositAll throws the grid back into storage

craftExact exists only because Better Fusion Reactor and Mekanism register the same fusion/laser pattern. Fission recipes are unique. bfr:* fusion is the first turtle.craft() match. Forcing exact-id on those two made every reactor craft a yo-yo.

Fix:

  • needsExactResult(id) is true only for mekanismgenerators:fusion_* and mekanismgenerators:laser_focus_matrix
  • fission, bfr:*, steel casing, tanks, glass → turtle.craft()
  • Java recipeIdCandidatesForItem also knows fission_reactor/casing etc. if exact-id is used later

Header proof: eng 1.3.37-exact @ /rom/.../craft.lua

This mod has no additional files