Caution
Only supported on Windows x64!
Important
This project modularizes Stonecutter into modular components to be used standalone.
A package of modifications for fixing bugs in Minecraft: Bedrock Edition.
| Issue | Summary |
|---|---|
| MCPE-15796 | Cursor is not recentered upon the opening of a new gui |
| MCPE-98861 | Significant input delay on devices with Render Dragon |
| MCPE-109879 | Getting disconnected from server when minimizing game or switching focus to another app |
| MCPE-110006 | Vsync not being able to be turned off |
| MCPE-166745 | FPS is capped at double the screen's refresh rate when v-sync is disabled |
-
Ability to properly disable V-Sync:
-
By default, it depends on the value of
gfx_vsync. -
You can force it off via
Bedrock.DirectX's configuration file.
-
-
Ability to force or fallback to DirectX 11:
- Must be toggled via
Bedrock.DirectX's configuration file.
- Must be toggled via
Bedrock.DirectX's file must be located in:
%LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\RoamingState\Bedrock.DirectX.ini
[Bedrock.DirectX]
Force = 0
Fallback = 0| Key | Value |
|---|---|
| Force |
|
| Fallback |
|
- Ability to have the cursor be automatically centered when it is hidden.
- Ability to prevent the game from suspending, fixing any app suspension related issues.
-
Open Windows Run & type
shell:startup. -
Copy
Bedrock.Desktop.exe.
Now the fix will applied on Windows Startup.
-
Download the latest version of Bedrock Fixes from GitHub Releases.
-
Following relevant instructions for each fix if applicable.
-
Dynamic Link Library Based Fixes:
-
Can be injected using your favorite injectors & launchers.
-
Can be loaded by hijacking other dynamic link libraries.
-
-
Executable Based Fixes:
-
Can be applied on Windows Startup.
-
Can be applied when the game is launched.
-
-
Update the MSYS2 Environment until there are no pending updates using:
pacman -Syu --noconfirm
-
Install GCC & MinHook using:
pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm
-
Make sure
<MSYS2 Installation Directory>\ucrt64\binis added to the WindowsPATHenvironment variable. -
Run
Build.cmd.