Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobonobo/scratch-minecraft
https://github.com/nobonobo/scratch-minecraft
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobonobo/scratch-minecraft
- Owner: nobonobo
- Created: 2024-03-17T15:09:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T06:58:21.000Z (9 months ago)
- Last Synced: 2024-03-18T16:28:15.307Z (9 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scratch-minecraft
- for Minecraft Java Edition 1.16.5
- Forge +「Remote Control from Scratch」## prerequire for build
```
make setup
```## build
```
make build
```## run
```shell:Windows
./build/bin/scratch-minecraft.exe
```
```shell:macOS
open ./build/bin/scratch-minecraft.app
```
```shell:Linux
./build/bin/scratch-minecraft
```