Fixes bugs in Minecraft on macOS
Go to file
Michael Pfaff 8228947989 Update the mod to work with all versions from >=1.16
Support for older versions is planned, but I don't have a reason to
actively work on it

The mixins are updated to apply the smallest change possible: only
replacing relevant accesses to `MinecraftClient.IS_SYSTEM_MAC` with
`false`.
2023-09-18 16:41:19 -04:00
gradle/wrapper Update the mod to work with all versions from >=1.16 2023-09-18 16:41:19 -04:00
src/main Update the mod to work with all versions from >=1.16 2023-09-18 16:41:19 -04:00
.gitignore Initial commit 2021-01-08 22:02:23 -05:00
LICENSE Initial commit 2021-01-08 22:02:23 -05:00
README.md Initial commit 2021-01-08 22:02:23 -05:00
build.gradle Update the mod to work with all versions from >=1.16 2023-09-18 16:41:19 -04:00
gradle.properties Update the mod to work with all versions from >=1.16 2023-09-18 16:41:19 -04:00
gradlew Initial commit 2021-01-08 22:02:23 -05:00
gradlew.bat Initial commit 2021-01-08 22:02:23 -05:00
settings.gradle Initial commit 2021-01-08 22:02:23 -05:00
version.properties Update the mod to work with all versions from >=1.16 2023-09-18 16:41:19 -04:00

README.md

ThinkSame

Fixes issues on macOS including Ctrl+Left-Click simulating Right-Click.