File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/btw/mixces/animatium Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ yacl_version=3.6.6+1.21.5-fabric
1414modmenu_version =14.0.0-rc.2
1515
1616# Mod Properties
17- mod_version =2.4
17+ mod_version =2.5
1818maven_group =btw.mixces
1919archives_base_name =animatium
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public final class AnimatiumClient implements ClientModInitializer {
6363 private static final ModContainer MOD_CONTAINER = FabricLoader .getInstance ().getModContainer (MOD_ID ).orElseThrow (() -> new RuntimeException ("Mod not found" ));
6464 private static final String [] VERSION_PARTS = MOD_CONTAINER .getMetadata ().getVersion ().getFriendlyString ().split ("-" );
6565 public static Double VERSION = Double .parseDouble (VERSION_PARTS [0 ]);
66- // public static @Nullable String DEVELOPMENT_VERSION = VERSION_PARTS[1];
66+ // public static @Nullable String DEVELOPMENT_VERSION = VERSION_PARTS[1];
6767
6868 public static AnimatiumInfoPayloadPacket getInfoPayload () {
6969 return new AnimatiumInfoPayloadPacket (VERSION , null );
You can’t perform that action at this time.
0 commit comments