mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-15 20:12:00 +01:00
Fix forge implementation version
This commit is contained in:
parent
622f461c81
commit
745f18d3e9
@ -92,7 +92,7 @@ public ForgeMod() {
|
||||
Logger.global.logWarning("Failed to derive version from version-string '" + versionString +
|
||||
"', falling back to version: " + mcVersion.getVersionString());
|
||||
}
|
||||
this.pluginInstance = new Plugin(mcVersion, "forge-1.16.2", this);
|
||||
this.pluginInstance = new Plugin(mcVersion, "forge-1.17.1", this);
|
||||
|
||||
this.worldUUIDs = new ConcurrentHashMap<>();
|
||||
this.eventForwarder = new ForgeEventForwarder();
|
||||
|
@ -92,7 +92,7 @@ public ForgeMod() {
|
||||
Logger.global.logWarning("Failed to derive version from version-string '" + versionString +
|
||||
"', falling back to version: " + mcVersion.getVersionString());
|
||||
}
|
||||
this.pluginInstance = new Plugin(mcVersion, "forge-1.16.2", this);
|
||||
this.pluginInstance = new Plugin(mcVersion, "forge-1.18.1", this);
|
||||
|
||||
this.worldUUIDs = new ConcurrentHashMap<>();
|
||||
this.eventForwarder = new ForgeEventForwarder();
|
||||
|
Loading…
Reference in New Issue
Block a user