We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167f7fc commit f782f50Copy full SHA for f782f50
BlueMapCore/src/main/java/de/bluecolored/bluemap/core/BlueMap.java
@@ -2,6 +2,6 @@
2
3
public class BlueMap {
4
5
- public static final String VERSION = "0.2.0";
+ public static final String VERSION = "0.2.0-mc1.12";
6
7
}
src/main/resources/mcmod.info
@@ -2,7 +2,7 @@
{
"modid": "bluemap",
"name": "BlueMap",
- "version": "0.2.0",
+ "version": "0.2.0-mc1.12",
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
"url": "https://ore.spongepowered.org/Blue/BlueMap",
8
"authorList": [
0 commit comments