Code Monkey home page Code Monkey logo

minecraft-world-splicer's Introduction

screenshot of merged minecraft world map

unmaintained, does not work in minecraft 1.17 onwards

sorry

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
option description
--source-world the world to copy chunks from
--source-x --source-z chunk coordinates (not block coordinates) in the source world to copy from
--source-width --source-height how many chunks to copy
--target-world world 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-z chunk 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

minecraft-world-splicer's People

Contributors

apaleslimghost avatar

Stargazers

Roman avatar  avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.