Skip to content

Fixes various bugs related to Minecraft: Bedrock Edition.

License

Notifications You must be signed in to change notification settings

Aetopia/Stonecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

Only supported on Windows x64!

Stonecutter

Fixes various bugs related to Minecraft: Bedrock Edition.

Fixes

Usage

  • Download the latest release from:

    • GitHub Releases

      • Extract & run Stonecutter.exe.
    • Scoop

      scoop bucket add games
      scoop install stonecutter
      
      • Run Stonecutter from the Windows Start Menu.
  • Stonecutter will launch and patch Minecraft: Bedrock Edition.

FAQ

How can I disable V-Sync?

  • Open the following file:

    %LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftpe\options.txt
    
  • Set gfx_vsync to 0.

  • Save the file.

  • Launch Minecraft: Bedrock Edition via Stonecutter.

How can I force DirectX 11?

  • Create the following file:

    %LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\RoamingState\Stonecutter.ini
    
  • Add the following contents:

    []
    =1
  • Save the file.

  • Launch Minecraft: Bedrock Edition via Stonecutter.

Building

  1. Install MSYS2 & UPX for optional compression.

  2. Update the MSYS2 Environment until there are no pending updates using:

    pacman -Syu --noconfirm
  3. Install GCC & MinHook using:

    pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm
  4. Make sure <MSYS2 Installation Directory>\ucrt64\bin is added to the Windows PATH environment variable.

  5. Run Build.cmd.

About

Fixes various bugs related to Minecraft: Bedrock Edition.

Resources

License

Stars

Watchers

Forks