Updated fabric platform to 1.21.6

This commit is contained in:
OakLoaf
2025-06-10 12:01:17 +01:00
parent 20a5bfdd0f
commit 9a9f90aa0d
2 changed files with 5 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ public abstract class LifecyclePlatform extends ModPlatform {
super.platformAddon().forEach(addons::add);
String mcVersion = MinecraftVersion.CURRENT.getName();
String mcVersion = MinecraftVersion.CURRENT.name();
try {
addons.add(new EphemeralAddon(Versions.parseVersion(mcVersion), "minecraft"));
} catch(ParseException e) {