Think same
Patches for bugs and anti-features on macOS
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Think same
Minecraft has some behaviour that is special-cased on macOS, so that it "Thinks different" like the rest of the OS. Unfortunately, some of these changes are unintuitive and break existing functionality.
The changes currently overridden to "Think same" with every other platform are:
- Holding `ctrl` will not cause left click to become right click - You can drop stacks with `ctrl+q` like on every other platform (`cmd+q` would just quit the game, so it was completely broken functionality) - The `cmd` key is not used for cut, copy, and paste shortcuts.[^1]
[^1]: This is a side-effect of the implementation of the other overrides. Fixing this would be possible, but would require extra effort to support all versions, and so is not worth the effort in my opinion. If someone would like to see this fixed, they are welcome to email me a patch or fork the mod themselves.