No description
- JavaScript 100%
| .gitignore | ||
| index.js | ||
| README.md | ||
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.