No description
  • JavaScript 100%
Find a file
2020-11-23 13:55:11 +01:00
.gitignore initial commit 2020-11-23 13:55:11 +01:00
index.js initial commit 2020-11-23 13:55:11 +01:00
README.md initial commit 2020-11-23 13:55:11 +01:00

CoreConfig-Loc-Shifter

This projects shifts all locations in a BCS core-config.json with a specific value.

Just use node index.js <shift_x> <shift_y> <shift_z> [<json_output_pretty_spaces>] and provide a core-config.json file containing the world config.

I.e. node index.js -703 0 261 4 will shift x 703 blocks backwards, z 261 blocks forwards and leaves y the same.

This program will convert the locations and will output the converted file in output.json.