1.0.3 • Published 4 years ago

minecraft-world-splicer v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

minecraft world splicer

move a section of a minecraft world into another, entities and all

install

nodejs v12 is required. run:

npm install -g minecraft-world-splicer

usage

minecraft-world-splicer \
  --source-world=path/to/source-world
  --source-x=0 --source-z=0 
  --source-width=1 --source-height=1
  --target-world=path/to/target-world
  --target-x=0 -target-z=0
optiondescription
--source-worldthe world to copy chunks from
--source-x --source-zchunk coordinates (not block coordinates) in the source world to copy from
--source-width --source-heighthow many chunks to copy
--target-worldworld to copy chunks into. its world generation and inventories will be kept. any chunks overlapping with the copied chunks will be overwritten
--target-x -target-zchunk coordinates in the target world to copy to. the point corresponding to the source coordinates will be copied to this point.

please for miku's sake make a backup

this tool has been tested somewhat but it will overwrite chunks in the target world without prompting and it might corrupt your world.

thanks

to @rowanmanning for testing and moral support and the Prismarine project for already having done the hard bits

licence

ISC, © Kara Brightwell