Allows dragging sliders further than intended
Go to file
JFronny 4f2c9faf2d
All checks were successful
ci/woodpecker/push/jfmod Pipeline was successful
ci/woodpecker/tag/jfmod Pipeline was successful
chore: update to 1.21
2024-06-14 10:43:26 +02:00
src chore: update to 1.21 2024-06-14 10:43:26 +02:00
.gitignore Add files 2020-10-05 12:40:06 +02:00
.woodpecker.yml Update to new infrastructure 2022-12-02 17:16:00 +01:00
build.gradle.kts chore: update to 1.21 2024-06-14 10:43:26 +02:00
LICENSE Add files 2020-10-05 12:40:06 +02:00
README.md Remove mention of render distance from README since changing it doesn't work anyways 2022-06-20 20:23:45 +00:00
settings.gradle.kts Use new config compiler 2022-12-29 16:11:34 +01:00

Slyde allow setting values for options that were not intended by mojang (for example: ridiculous fov effects or increased gamma)

This will (obviously) break things if you are not careful (for example: changing the target resolution outside its slider will cause a crash)

To achieve this result, Slyde not only modifies the widgets, but also the relevant options code using a solution based on FiveOneFourOneEight by apple502j