mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-06 02:50:21 +01:00
18 lines
515 B
Markdown
18 lines
515 B
Markdown
|
# BlueMap
|
||
|
**Currently not stable or finished!**
|
||
|
|
||
|
A minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a [web viewer](https://bluecolored.de/bluemap/).
|
||
|
|
||
|
## Clone
|
||
|
Easy:
|
||
|
|
||
|
`git clone https://github.com/BlueMap-Minecraft/BlueMap.git`
|
||
|
|
||
|
## Build
|
||
|
In order to build BlueMap you simply need to run the `./gradlew shadowJar` command.
|
||
|
You can find the compiled JAR file in `./build/libs`
|
||
|
|
||
|
## Contributing
|
||
|
You are welcome to contribute!
|
||
|
Just create a pull request with your changes :)
|