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
- Host: GitHub
- URL: https://github.com/df-mc/worldupgrader
- Owner: df-mc
- License: mit
- Created: 2023-03-25T01:19:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-10-01T18:06:09.000Z (9 months ago)
- Last Synced: 2026-01-13T18:26:36.262Z (5 months ago)
- Language: Go
- Homepage:
- Size: 151 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# worldupgrader
Worldupgrader upgrades Minecraft Bedrock Edition worlds and their components to the latest version.
## Documentation
[](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)