Destroy

Destroy

110k Downloads

[Bug] There is a mixin conflict with the FancyBlockParticles mod.

DeliciousBread481 opened this issue ยท 1 comments

commented

Describe the bug

Start the game,then crash,I found a mixin conflict

To Reproduce

1.strat the game
2.get crash

For issues related to the chemistry system, include the full contents of the Mixture(s) that are causing issues. You can get this information by running the command /data get block on the Centrifuge, Vat Controller, bottom Bubble Cap, etc.

Expected Behavior

strat the game successfully

Screenshots

null

System Information

You should only report issues on the latest update of Destroy, or on the latest snapshot (if it is for an unreleased update). For snapshots, it would be useful if you also checked if the bug exists in the latest full update. No other versions are supported. Include the following information:

  • Create version 1.20.1-0.5.1
  • Other mods and their versions:
  • FancyBlockParticles-1.20.1-forge-20.1.4.1
  • destroy-1.20.1-0.1.1

Additional context

@Redirect conflict. Skipping destroy.mixins.json:client.LevelRendererMixin from mod destroy->@Redirect::ignoreAddParticle(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/core/particles/ParticleOptions;DDDDDD)V with priority 1000, already redirected by fbp.mixins.json:MixinLevelRenderer from mod fbp->@Redirect::addParticle(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/core/particles/ParticleOptions;DDDDDD)V with priority 1000

Minecraft Username

If you are interested in the Beta Tester Badge, include your Minecraft username here (case-sensitive).

Log Files

crash-2025-03-15_01.33.49-client.txt

latest.log

commented

I'll switch this out for a @WrapMethod. The author of FBP will have to do the same.