Skip to content

Commit

Permalink
Renamed & Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RedthMC committed Jun 24, 2024
1 parent 1bcc706 commit 08bb18e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ A simple color saturation mod.

- Toggle on / off
- Change saturation intensity

## Gallery

![settings-page.png](images/settings-page.png)
Binary file added images/settings-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class SaturationConfig extends Config {
public static boolean forceDisableFastRender = true;

@Slider(
name = "Example Slider",
name = "Saturation Slider",
min = -1f, max = 5 // Minimum and maximum values for the slider.
)
public static float saturation = 1;
Expand Down

0 comments on commit 08bb18e

Please sign in to comment.