This is a basic chunk trimming program for the Better Than Adventure! Minecraft beta 1.7.3 mod. This works under Linux and is untested on MacOS/WSL, though this is only bash so there is no reason it wouldn't work.
- Clone the repository. If you don't know how to do that, click on BTAChunkTrimmer.sh. Next, In the code window's header bar, press the download button to save as raw.
- Navigate to the directory with the script in the terminal.
- Make sure the script is executable by running
chmod +x ./BTAChunkTrimmer.sh
. - Run the script using
./BTAChunkTrimmer.sh
. - Follow the prompts.
This script does not modify region files, it only deletes them. This means that your coordinates must be 1,536 blocks away from each other. It also does some division on the coordinates you enter, so your coordinates cannot be 0. Finally, because region files are big and I don't want to delete anyone's bases, this program deletes things non-inclusively. This means when you define your coordinates, things directly on the perimiter of the rectangle you enter will not be deleted. So this is good for deleting big groups of chunks, but you won't be able to delete individual chunks with this. For that I recommend something for editing McRegion files directly like NBTExplorer