A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
Go to file
Blue (Lukas Rieger) 7b9fbdf4ca Fix the render-task displaying the wrong time after being paused or/and saved 2019-11-15 20:33:01 +01:00
BlueMapCLI Fix render-sorting so it works like intended 2019-11-15 20:18:17 +01:00
BlueMapCore Fix doors not adapting the correct data from their other half 2019-11-15 20:05:18 +01:00
BlueMapSponge Fix the render-task displaying the wrong time after being paused or/and saved 2019-11-15 20:33:01 +01:00
gradle/wrapper Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00
.gitignore Fix generated webroot.zip not beeing ignored by git 2019-11-11 20:46:46 +01:00
LICENSE Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00
README.md Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00
build.gradle Remove wrong dependency and include bStats to SpongePlugin 2019-11-12 20:46:00 +01:00
gradlew Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00
gradlew.bat Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00
settings.gradle Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00

README.md

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 :)