Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mircokroon/minecraft-world-merger
Merge Minecaft worlds by combining .mca files
https://github.com/mircokroon/minecraft-world-merger
minecraft
Last synced: 2 months ago
JSON representation
Merge Minecaft worlds by combining .mca files
- Host: GitHub
- URL: https://github.com/mircokroon/minecraft-world-merger
- Owner: mircokroon
- Created: 2019-05-05T13:14:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T13:57:38.000Z (over 5 years ago)
- Last Synced: 2024-05-10T22:04:36.967Z (9 months ago)
- Topics: minecraft
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minecraft-world-merger
A simple Java CLI application to merge two Minecraft worlds into one, by combining region files and overwriting/skipping overlapping chunks.# Usage
[Download](https://github.com/mircokroon/minecraft-world-merger/releases) the latest release and run the file using:```java -jar world-merger.jar /path/to/world/a/ /path/to/world/b/```
Note that the world path should be the world root directory (containing level.dat).
Optionally, you can specify how overlapping chunks are to be handled using the `-r` option. Run
`java -jar world-merger.jar -h` for more information.