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) 22c2772c70 Autopopulate configs with discovered blockids and biomes 2019-12-31 12:23:41 +01:00
.github/workflows Maybe in the same job... 2019-12-29 17:02:38 +01:00
BlueMapCLI Reorganize and expose some config files to create the abillity to integrate mods 2019-12-30 22:36:48 +01:00
BlueMapCore Autopopulate configs with discovered blockids and biomes 2019-12-31 12:23:41 +01:00
BlueMapSponge Autopopulate configs with discovered blockids and biomes 2019-12-31 12:23:41 +01:00
gradle/wrapper Initial commit: Merging Projects BlueMapCore, BlueMapCLI and BlueMapSponge into one 2019-11-02 17:23:48 +01:00
src/main/resources Push version for next release 2019-11-23 20:44:28 +01:00
.gitattributes Add .gitattributes 2019-12-29 18:51:24 +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 Lets also test artifact uploading 2019-12-29 16:58:45 +01:00
gradlew Add execute permission to gradlew file 2019-12-29 16:37:48 +01:00
gradlew.bat Add execute permission to gradlew file 2019-12-29 16:37: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 :)