An open API service indexing awesome lists of open source software.

https://github.com/engineersbox/mc-be-chunk-editor

A utility for modifying chunks in Minecraft: Bedrock Edition LevelDB
https://github.com/engineersbox/mc-be-chunk-editor

Last synced: 11 months ago
JSON representation

A utility for modifying chunks in Minecraft: Bedrock Edition LevelDB

Awesome Lists containing this project

README

          

# MC-BE-Chunk-Editor
A utility for modifying chunks in Minecraft: Bedrock Edition LevelDB

## Windows
```powershell
$Env:PKG_CONFIG_PATH="E:/zlib/share/pkgconfig";
go run main.go
```

## UNIX
```bash
export PKG_CONFIG_PATH="/usr/local/zlib/share/pkgconfig"
go run main.go
```