mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-10 12:59:57 +01:00
A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
BlueMapCLI | ||
BlueMapCore | ||
BlueMapSponge | ||
gradle/wrapper | ||
src/main/resources | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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.
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 :)