{"id":28205830,"url":"https://github.com/aetopia/stonecutter","last_synced_at":"2025-07-12T20:01:58.984Z","repository":{"id":251210742,"uuid":"835880529","full_name":"Aetopia/Stonecutter","owner":"Aetopia","description":"Fixes various bugs related to Minecraft: Bedrock Edition.","archived":false,"fork":false,"pushed_at":"2025-05-11T09:36:28.000Z","size":327,"stargazers_count":36,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T21:50:38.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aetopia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-30T17:55:54.000Z","updated_at":"2025-05-13T19:42:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8c2d127-0a3e-4d94-b98c-049db8c647d7","html_url":"https://github.com/Aetopia/Stonecutter","commit_stats":null,"previous_names":["aetopia/stonecutter"],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FStonecutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FStonecutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FStonecutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FStonecutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aetopia","download_url":"https://codeload.github.com/Aetopia/Stonecutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FStonecutter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259280658,"owners_count":22833432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-17T10:08:34.652Z","updated_at":"2025-07-12T20:01:58.966Z","avatar_url":"https://github.com/Aetopia.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\r\n\u003e **Only supported on Windows x64!**\r\n\r\n# Stonecutter\r\nFixes various bugs related to Minecraft: Bedrock Edition.\r\n\r\n## Fixes\r\n\r\n|Issue|Summary|\r\n|-|-|\r\n|[MCPE-15796](https://bugs.mojang.com/browse/MCPE-15796)|Cursor is not recentered upon the opening of a new gui|\r\n|[MCPE-98861](https://bugs.mojang.com/browse/MCPE-98861)|Significant input delay on devices with Render Dragon|\r\n|[MCPE-109879](https://bugs.mojang.com/browse/MCPE-109879)|Getting disconnected from server when minimizing game or switching focus to another app|\r\n|[MCPE-110006](https://bugs.mojang.com/browse/MCPE-110006)|Vsync not being able to be turned off|\r\n|[MCPE-166745](https://bugs.mojang.com/browse/MCPE-166745)|FPS is capped at double the screen's refresh rate when v-sync is disabled|\r\n\r\n## Usage\r\n\r\n- Download the latest release from:\r\n    \r\n    - [GitHub Releases](https://github.com/Aetopia/Stonecutter/releases)\r\n\r\n        - Extract \u0026 run `Stonecutter.exe`.\r\n\r\n    - [Scoop](https://scoop.sh)\r\n\r\n        ```\r\n        scoop bucket add games\r\n        scoop install stonecutter\r\n        ```\r\n\r\n        - Run Stonecutter from the Windows Start Menu.\r\n\r\n- Stonecutter will launch and patch Minecraft: Bedrock Edition.\r\n\r\n## FAQ\r\n\r\n#### How can I disable V-Sync?\r\n\r\n- Open the following file:\r\n  ```\r\n  %LOCALAPPDATA%\\Packages\\Microsoft.MinecraftUWP_8wekyb3d8bbwe\\LocalState\\games\\com.mojang\\minecraftpe\\options.txt\r\n  ```\r\n\r\n- Set `gfx_vsync` to `0`.\r\n\r\n- Save the file.\r\n\r\n- Launch Minecraft: Bedrock Edition via Stonecutter.\r\n\r\n#### How can I force DirectX 11?\r\n\r\n\u003e [!CAUTION]\r\n\u003e **Consider comparing performance between DirectX 11 \u0026 DirectX 12.** \r\n\r\n- Create the following file:\r\n        \r\n  ```\r\n  %LOCALAPPDATA%\\Packages\\Microsoft.MinecraftUWP_8wekyb3d8bbwe\\AC\\Stonecutter.ini\r\n  ```\r\n- Add the following contents:\r\n      \r\n  ```ini\r\n  [Stonecutter]\r\n  D3D11 = 1\r\n  ```\r\n\r\n- Save the file.\r\n\r\n- Launch Minecraft: Bedrock Edition via Stonecutter.\r\n\r\n## Build\r\n1. Install [MSYS2](https://www.msys2.org) \u0026 [UPX](https://upx.github.io) for optional compression.\r\n\r\n2. Update the MSYS2 Environment until there are no pending updates using:\r\n\r\n    ```bash\r\n    pacman -Syu --noconfirm\r\n    ```\r\n\r\n3. Install [GCC](https://gcc.gnu.org) \u0026 [MinHook](https://github.com/TsudaKageyu/minhook) using:\r\n\r\n    ```bash\r\n    pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm\r\n    ```\r\n\r\n3. Make sure `\u003cMSYS2 Installation Directory\u003e\\ucrt64\\bin` is added to the Windows `PATH` environment variable.\r\n\r\n4. Run [`Build.cmd`](Build.cmd).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fstonecutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetopia%2Fstonecutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fstonecutter/lists"}