Skip to content

Commit

Permalink
More Angelica Compat
Browse files Browse the repository at this point in the history
* Disable some mixins with Angelica loaded until they're moved to Angelica
  • Loading branch information
mitchej123 committed Nov 19, 2023
1 parent 6d036a5 commit c97e6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mitchej123/hodgepodge/mixins/Mixins.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public enum Mixins {
.setApplyIf(() -> Common.config.addToggleDebugMessage).addTargetedMod(TargetedMod.VANILLA)),
SPEEDUP_VANILLA_ANIMATIONS(new Builder("Speedup Vanilla Animations").setPhase(Phase.EARLY)
.setApplyIf(() -> Common.config.speedupAnimations).setSide(Side.CLIENT).addTargetedMod(TargetedMod.VANILLA)
.addMixinClasses(
.addExcludedMod(TargetedMod.ANGELICA).addMixinClasses(
"minecraft.textures.client.MixinTextureAtlasSprite",
"minecraft.textures.client.MixinTextureMap",
"minecraft.textures.client.MixinBlockFire",
Expand Down

0 comments on commit c97e6f9

Please sign in to comment.