Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Build 1.15 artifacts
Dieser Commit ist enthalten in:
Ursprung
68144232ba
Commit
c037afaf3a
@ -19,7 +19,7 @@ logger.lifecycle("""
|
||||
*******************************************
|
||||
""")
|
||||
//TODO FIX THIS WHEN I FEEL LIKE IT
|
||||
var rootVersion = "1.14"
|
||||
var rootVersion = "1.15"
|
||||
var revision: String = ""
|
||||
var buildNumber = ""
|
||||
var date: String = ""
|
||||
|
@ -32,9 +32,9 @@ public class FaweVersion {
|
||||
|
||||
@Override public String toString() {
|
||||
if (hash == 0 && build == 0) {
|
||||
return "FastAsyncWorldEdit-1.14-NoVer-SNAPSHOT";
|
||||
return "FastAsyncWorldEdit-1.15-NoVer-SNAPSHOT";
|
||||
} else {
|
||||
return "FastAsyncWorldEdit-1.14" + build;
|
||||
return "FastAsyncWorldEdit-1.15" + build;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -608,7 +608,7 @@ public class TextureUtil implements TextureHolder {
|
||||
}
|
||||
if (files.length == 0) {
|
||||
getLogger(TextureUtil.class).debug(
|
||||
"Please create a `FastAsyncWorldEdit/textures` folder with `.minecraft/versions/1.14.jar` jar or mods in it. If the file exists, please make sure the server has read access to the directory");
|
||||
"Please create a `FastAsyncWorldEdit/textures` folder with `.minecraft/versions/1.15.jar` jar or mods in it. If the file exists, please make sure the server has read access to the directory");
|
||||
} else {
|
||||
for (File file : files) {
|
||||
ZipFile zipFile = new ZipFile(file);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren