Fix implementation-string

This commit is contained in:
Blue (Lukas Rieger) 2021-11-21 17:21:32 +01:00
parent 0f3f8ee61c
commit c79bd96706
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class FabricMod implements ModInitializer, ServerInterface {
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);