Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Jun 14, 2024
1 parent da172a2 commit 3f28dac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/com/cleanroommc/fugue/config/FugueConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,11 @@ Add them to list could redirect their toURI() to a decent jar URL.
"online.flowerinsnow.greatscrollabletooltips.tweaker.GreatScrollableTooltipsTweaker",
};

@Config.Comment("Used when mouse wheel related operation being weird.\nConsult in Claenroom before using!")
@Config.Comment(
"""
Used when mouse wheel related operation being weird.
Consult Cleanroom developers before using it!
""")
@Config.Name("Mouse.getEventDWheel() Patching List")
public static String[] mouseWheelPatchTargets = new String[] {
"mekanism.client.ClientTickHandler",
Expand Down

0 comments on commit 3f28dac

Please sign in to comment.