https://github.com/justalittlewolf/polarworldimporter
Simple prebuilt jar to convert anvil worlds to the polar world format.
https://github.com/justalittlewolf/polarworldimporter
Last synced: 4 months ago
JSON representation
Simple prebuilt jar to convert anvil worlds to the polar world format.
- Host: GitHub
- URL: https://github.com/justalittlewolf/polarworldimporter
- Owner: JustAlittleWolf
- License: mit
- Created: 2024-09-17T09:16:15.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T09:18:27.000Z (9 months ago)
- Last Synced: 2025-01-08T09:20:38.769Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polar World Importer
A simple utility jar to convert Anvil-Worlds (the default minecraft world format) to the [Polar](https://github.com/hollow-cube/polar) format.
## Usage
- Download the latest release from [releases](https://github.com/JustAlittleWolf/PolarWorldImporter/releases/latest)
- Run `java -jar PolarWorldImporter-VERSION.jar ` to convert the world (by default the radius will be 20 chunks manhattan distance from `(0, 0)`)
- The resulting polar world file will appear in the directory where the command is run