Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.29 KB

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.