mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-24 11:38:37 +01:00
Merge branch 'master' into mc/1.12
This commit is contained in:
commit
167f7fc834
@ -289,7 +289,7 @@ public static void main(String[] args) throws IOException, ParseResourceExceptio
|
||||
config.loadMainConfig();
|
||||
|
||||
if (configCreated) {
|
||||
Logger.global.logInfo("No config file found! Created default configs here: " + config.getMainConfigFile().getCanonicalPath());
|
||||
Logger.global.logInfo("No config file found! Created default config here: " + config.getMainConfigFile().getCanonicalPath());
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
public class BlueMap {
|
||||
|
||||
public static final String VERSION = "0.1.0";
|
||||
|
||||
public static final String VERSION = "0.2.0";
|
||||
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"modid": "bluemap",
|
||||
"name": "BlueMap",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
|
||||
"url": "https://ore.spongepowered.org/Blue/BlueMap",
|
||||
"authorList": [
|
||||
|
Loading…
Reference in New Issue
Block a user