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

https://github.com/df-mc/worldupgrader

Go library for updating Minecraft Bedrock Edition worlds to the latest version
https://github.com/df-mc/worldupgrader

Last synced: 5 months ago
JSON representation

Go library for updating Minecraft Bedrock Edition worlds to the latest version

Awesome Lists containing this project

README

          

# worldupgrader

Worldupgrader upgrades Minecraft Bedrock Edition worlds and their components to the latest version.

## Documentation

[![PkgGoDev](https://pkg.go.dev/badge/github.com/df-mc/worldupgrader)](https://pkg.go.dev/github.com/df-mc/worldupgrader)

## Credits

Block state and item upgrading is done by using PMMP's generated upgrade schemas. You can use `update.sh` to update to
the latest commits.

- `blockupgrader/remote`: [BedrockBlockUpgradeSchema](https://github.com/pmmp/BedrockBlockUpgradeSchema)
- `itemupgrader/remote`: [BedrockItemUpgradeSchema](https://github.com/pmmp/BedrockItemUpgradeSchema)