https://github.com/aetopia/stonecutter.gdk
https://github.com/aetopia/stonecutter.gdk
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aetopia/stonecutter.gdk
- Owner: Aetopia
- License: mit
- Created: 2025-09-29T06:47:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T06:49:37.000Z (8 months ago)
- Last Synced: 2025-09-29T08:27:36.703Z (8 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stonecutter GDK
A port of Stonecutter for GDK Builds of Minecraft: Bedrock Edition.
## Build
1. Install & update [MSYS2](https://www.msys2.org):
```bash
pacman -Syu --noconfirm
```
3. Install [GCC](https://gcc.gnu.org) & [MinHook](https://github.com/TsudaKageyu/minhook):
```bash
pacman -Syu mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm
```
3. Start MSYS2's `UCRT64` environment & run `Build.cmd`.