Describe the bug
Game crashes with a MixinTransformerError when attempting to place a Create pump block. The crash is caused by a
Mixin conflict between Destroy and TFMG (Create: The Factory Must Grow) mods, both trying to modify the same
FluidPropagator class with incompatible injections.
To Reproduce
Steps to reproduce the behavior:
- Load the game with both Destroy and TFMG mods installed
- Enter a world
- Attempt to place a Create pump block
- Game crashes immediately
Expected Behavior
The pump block should be placed successfully without causing a crash. The mods should either be compatible or
provide a clear compatibility warning during startup.
Screenshots
N/A - The crash occurs before any visual issue can be captured.
System Information
- Minecraft version: 1.20.1
- Forge version: 47.2.32
- Create version: 0.5.1.j
- Destroy version: [0.1.1]
- Other mods and their versions:
- Create: TFMG (The Factory Must Grow) [0.9.3]
- Sinytra Connector (present)
- Valkyrie Skies
- Oculus
- Embeddium
- 更多红石 (MoreRed) 4.0.0.4
- [以及其他安装的mod]
Additional context
Full error from crash report:
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException:
@at("INVOKE") on com/simibubi/create/content/fluids/FluidPropagator::matchOtherPumps
with priority 1000 cannot inject into
com/simibubi/create/content/fluids/FluidPropagator::propagateChangedPipe merged by
com.drmangotea.tfmg.mixins.FluidPropagatorMixin with priority 1000
The issue appears to be that both Destroy's FluidPropagatorMixin and TFMG's FluidPropagatorMixin are attempting to
modify the propagateChangedPipe method in Create's FluidPropagator class, resulting in an incompatible mixin
merge.
Crash report and debug.log are attached [你需要附加完整的文件].
Describe the bug
Game crashes with a MixinTransformerError when attempting to place a Create pump block. The crash is caused by a
Mixin conflict between Destroy and TFMG (Create: The Factory Must Grow) mods, both trying to modify the same
FluidPropagator class with incompatible injections.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The pump block should be placed successfully without causing a crash. The mods should either be compatible or
provide a clear compatibility warning during startup.
Screenshots
N/A - The crash occurs before any visual issue can be captured.
System Information
Additional context
Full error from crash report:
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException:
@at("INVOKE") on com/simibubi/create/content/fluids/FluidPropagator::matchOtherPumps
with priority 1000 cannot inject into
com/simibubi/create/content/fluids/FluidPropagator::propagateChangedPipe merged by
com.drmangotea.tfmg.mixins.FluidPropagatorMixin with priority 1000
The issue appears to be that both Destroy's FluidPropagatorMixin and TFMG's FluidPropagatorMixin are attempting to
modify the propagateChangedPipe method in Create's FluidPropagator class, resulting in an incompatible mixin
merge.
Crash report and debug.log are attached [你需要附加完整的文件].