Skip to content

Crash on startup: BedrockOreMinerMachineMixin fails to inject into GregTech 8.0.0-SNAPSHOT #65

Description

@tmageko

Bug Report

Description

The game crashes during initialization due to a failed Mixin injection in GT-- (gtnn).
The mixin BedrockOreMinerMachineMixin attempts to @Inject into the method createRecipeLogic
in com.gregtechceu.gtceu.common.machine.multiblock.electric.BedrockOreMinerMachine,
but the method no longer exists in the current GregTech snapshot, causing a critical injection failure.

Steps to Reproduce

  1. Install GT-- 1.3.8 together with GregTech CEu 8.0.0-SNAPSHOT (build: 20260308-032102-a5cad24)
  2. Launch Minecraft 1.20.1 with Forge 47.4.0
  3. Game crashes immediately during mod loading

Expected Behavior

Game loads successfully.

Actual Behavior

Game crashes with:
MixinApplyError: Mixin [gtnn.mixins.json:gt.BedrockOreMinerMachineMixin] FAILED during APPLY
Caused by: InvalidInjectionException: Inject on createRecipeLogic could not find any targets
matching 'createRecipeLogic' in BedrockOreMinerMachine

Environment

  • Minecraft: 1.20.1
  • Forge: 47.4.0
  • GT-- (gtnn): 1.3.8
  • GregTech CEu: 8.0.0-SNAPSHOT+20260308-032102-a5cad24
  • LowDragLib: 1.0.49
  • Java: 17.0.15 (Microsoft OpenJDK)
  • OS: Windows 11 (amd64)

Root Cause

The method createRecipeLogic in BedrockOreMinerMachine was likely renamed or removed
in a recent GregTech CEu snapshot. The mixin target in gtnn.mixins.json needs to be updated
to reflect the new method name/signature.

Crash Log

crash-2026-03-08_21.21.47-client.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions