Fix fabric 1.19 using 1.18 resources

This commit is contained in:
Lukas Rieger (Blue) 2022-08-03 20:41:33 +02:00
parent 3c866b317d
commit aa5395622c
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class FabricMod implements ModInitializer, ServerInterface {
@Override
public MinecraftVersion getMinecraftVersion() {
return new MinecraftVersion(1, 18);
return new MinecraftVersion(1, 19);
}
@Override