forked from mirror/BlueMap
Fix implementation-string
This commit is contained in:
parent
0f3f8ee61c
commit
c79bd96706
@ -78,7 +78,7 @@ public FabricMod() {
|
||||
|
||||
pluginInstance = new Plugin(
|
||||
MinecraftVersion.of(net.minecraft.MinecraftVersion.CURRENT.getReleaseTarget()),
|
||||
"fabric-1.17", this);
|
||||
"fabric-1.18", this);
|
||||
|
||||
this.worldUUIDs = new ConcurrentHashMap<>();
|
||||
this.eventForwarder = new FabricEventForwarder(this);
|
||||
|
Loading…
Reference in New Issue
Block a user