Skip to content

Commit

Permalink
Remove some angelica mixins since i added it in my fork of angelica
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin452 committed Dec 1, 2024
1 parent e5b7c42 commit 508b97c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -850,12 +850,6 @@ public enum Mixin implements IMixin {
require(TargetedMod.PRACTICALLOGISTICS).and(m -> OptimizationsandTweaksConfig.enableMixinEventRegistry),
"practicallogistics.MixinEventRegistry"),

common_angelica_MixinGLDebug(Side.COMMON,
require(TargetedMod.ANGELICA).and(m -> OptimizationsandTweaksConfig.enableMixinGLDebug),
"angelica.MixinGLDebug"),
common_angelica_MixinHUDCaching(Side.COMMON,
require(TargetedMod.ANGELICA).and(m -> OptimizationsandTweaksConfig.enableMixinHUDCaching),
"angelica.MixinHUDCaching"),
common_angelica_MixinClientProxy(Side.COMMON,
require(TargetedMod.ANGELICA).and(m -> OptimizationsandTweaksConfig.enableMixinClientProxy),
"angelica.MixinClientProxy"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1029,14 +1029,6 @@ public class OptimizationsandTweaksConfig {
@Config.DefaultBoolean(true)
@Config.RequiresWorldRestart
public static boolean enableMixinXCEntityGod;
@Config.Comment("Fix Stack overflow crash when angelica is loaded by disabling some methods from GLDebug class from angelica")
@Config.DefaultBoolean(true)
@Config.RequiresWorldRestart
public static boolean enableMixinGLDebug;
@Config.Comment("Fix Invalid framebuffer operation (1286) caused by Hud Caching from angelica mod")
@Config.DefaultBoolean(true)
@Config.RequiresWorldRestart
public static boolean enableMixinHUDCaching;
@Config.Comment("Fix \"java.lang.NullPointerException: Unexpected error\" caused by onKeypress from ClientProxy class from Angelica Mod")
@Config.DefaultBoolean(true)
@Config.RequiresWorldRestart
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 508b97c

Please sign in to comment.