Allows dragging sliders further than intended
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Johannes Frohnmeyer fc8f14e851
ci/woodpecker/push/jfmod Pipeline failed Details
ci/woodpecker/tag/jfmod Pipeline was successful Details
Port to 1.19.4 and overwrite Codec.checkRange to support new options
1 week ago
src Port to 1.19.4 and overwrite Codec.checkRange to support new options 1 week ago
.gitignore Add files 2 years ago
.woodpecker.yml Update to new infrastructure 4 months ago
LICENSE Add files 2 years ago
README.md Remove mention of render distance from README since changing it doesn't work anyways 9 months ago
build.gradle.kts Port to 1.19.4 and overwrite Codec.checkRange to support new options 1 week ago
gradle.properties Port to 1.19.4 and overwrite Codec.checkRange to support new options 1 week ago
settings.gradle.kts Use new config compiler 3 months ago

README.md

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