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
- Install GT-- 1.3.8 together with GregTech CEu 8.0.0-SNAPSHOT (build: 20260308-032102-a5cad24)
- Launch Minecraft 1.20.1 with Forge 47.4.0
- 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
Bug Report
Description
The game crashes during initialization due to a failed Mixin injection in
GT--(gtnn).The mixin
BedrockOreMinerMachineMixinattempts to@Injectinto the methodcreateRecipeLogicin
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
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
Root Cause
The method
createRecipeLogicinBedrockOreMinerMachinewas likely renamed or removedin a recent GregTech CEu snapshot. The mixin target in
gtnn.mixins.jsonneeds to be updatedto reflect the new method name/signature.
Crash Log
crash-2026-03-08_21.21.47-client.txt