Skip to content

Commit

Permalink
Update OptimizationsandTweaksConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin452 committed Nov 23, 2024
1 parent fa86ba7 commit e5b7c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ public class OptimizationsandTweaksConfig {
@Config.DefaultBoolean(true)
@Config.RequiresWorldRestart
public static boolean enableMixinMobSpawnerGoblinLogic;
@Config.Comment("Fix Entity God From XTractCraft Causing Crash On Servers")
@Config.Comment("Fix Entity God From XTractCraft Causing Crash On Servers (by disabling his boss bar)")
@Config.DefaultBoolean(true)
@Config.RequiresWorldRestart
public static boolean enableMixinXCEntityGod;
Expand Down

0 comments on commit e5b7c42

Please sign in to comment.