Skip to content

ClubObsidian/chunkmerger

Repository files navigation

chunkmerger

Build License

Merges chunks from two different worlds into the same world. This is done by copying region files that do not exist and moving missing chunks over to region files that exist already. These worlds should be worlds with the same world seed.

This is written by using the nbt code from the minecraft region fixer. This code was tweaked to work with chunkmerger, imports were changed to load in from the current directory and get_chunk returns None if a chunk does not exist.

Usage

Put files that you want to merge into the other world in the sourceworldname/region folder.

Put files that you want to merge into in the destinationworldname/region folder.

Run by using merger.py -s sourcefolder -d destinationfolder, you will need Python 3.

Other Arguments

Arguments Description
-t # Set number of threads
-v Enable verbose logging

Warning

Run at your own risk and make sure to have backups.

About

No description, website, or topics provided.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE-Minecraft-Region-Fixer.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages