@@ -83,23 +83,24 @@ public final class NiceWurstModule
8383
8484 static
8585 {
86- ALLOWED_HACKS .put (Category .BLOCKS ,
87- Set .of ("AutoBuild" , "AutoSign" , "AutoTool" , "BuildRandom" ,
88- "Excavator" , "HandNoClip" , "InstantBunker" , "ScaffoldWalk" ,
89- "TemplateTool" , "TargetPlace" , "SilkOnly" , "MusicAura" ));
86+ ALLOWED_HACKS .put (Category .BLOCKS ,
87+ Set .of ("AutoBuild" , "AutoSign" , "AutoTool" , "BuildRandom" ,
88+ "BedBreakAura" , "Excavator" , "HandNoClip" , "InstantBunker" ,
89+ "MusicAura" , "ScaffoldWalk" , "SilkOnly" , "TargetPlace" ,
90+ "TemplateTool" ));
9091
9192 ALLOWED_HACKS .put (Category .MOVEMENT , Set .of ("BunnyHop" , "AutoSprint" ,
9293 "AutoWalk" , "AutoSwim" , "Dolphin" , "SafeWalk" , "Sneak" , "InvWalk" ));
9394
94- ALLOWED_HACKS .put (Category .COMBAT , Set .of ("AutoRespawn" , "AutoTotem" ,
95- "AutoLeave" , "WindChargeKey " , "PearlIntercept " ));
95+ ALLOWED_HACKS .put (Category .COMBAT , Set .of ("AutoRespawn" , "AutoTotem" ,
96+ "AutoLeave" , "PearlIntercept " , "ShieldSwing" , "WindChargeKey " ));
9697
97- ALLOWED_HACKS .put (Category .RENDER ,
98- Set .of ("Breadcrumbs" , "DurabilityHUD" , "Fullbright" , "HealthTags" ,
99- "MobHealth" , "NameTags" , "NewChunks" , "NewerNewChunks" ,
100- "NoBackground" , "NoFireOverlay" , "NoVignette" , "NoWeather" ,
101- "Freecam " , "Waypoints " , "HideWurst " , "ElytraInfo" , "Mapa " ,
102- "BedrockStash" ));
98+ ALLOWED_HACKS .put (Category .RENDER ,
99+ Set .of ("Breadcrumbs" , "DurabilityHUD" , "Fullbright" , "HealthTags" ,
100+ "MobHealth" , "NameTags" , "NewChunks" , "NewerNewChunks" ,
101+ "NoBackground" , "NoFireOverlay" , "NoVignette" , "NoWeather" ,
102+ "NoShieldOverlay " , "Freecam " , "Waypoints " , "HideWurst " ,
103+ "ElytraInfo" , "Mapa" , " BedrockStash" ));
103104
104105 ALLOWED_HACKS .put (Category .CHAT ,
105106 Set .of ("AutoChat" , "Mention" , "NoPlayerChat" ));
0 commit comments