File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
java/io/github/optijava/opt_carpet_addition Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,12 @@ public class OptCarpetSettings {
114114 )
115115 public static boolean disabledEntityTick = false ;
116116
117+ @ Rule (
118+ desc = "Disable error stack when update suppression." ,
119+ category = {RuleCategory .BUGFIX }
120+ )
121+ public static boolean disabledUpdateSuppressionErrorStackTrace = false ;
122+
117123 @ Rule (
118124 desc = "Unescape chat message. \\ u4e2d -> 中" ,
119125 category = {RuleCategory .FEATURE , RuleCategory .CLIENT }
Original file line number Diff line number Diff line change 11accessWidener v1 named
22accessible class net/minecraft/entity/mob/EndermanEntity$PickUpBlockGoal
33accessible class net/minecraft/entity/mob/EndermanEntity$PlaceBlockGoal
4+ mutable field net/minecraft/network/packet/c2s/play/ChatMessageC2SPacket chatMessage Ljava/lang/String;
45accessible field net/minecraft/network/packet/c2s/play/ChatMessageC2SPacket chatMessage Ljava/lang/String;
You can’t perform that action at this time.
0 commit comments