Skip to content

Commit

Permalink
Override mod version to 2.1.110
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven committed Nov 19, 2023
1 parent 22ab085 commit cef1564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/dreammaster/lib/Refstrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public final class Refstrings {

public static final String MODID = Mods.Names.NEW_HORIZONS_CORE_MOD;
public static final String NAME = "GT: New Horizons";
public static final String VERSION = BuildVersion.VERSION;
public static final String VERSION = "2.1.110";
public static final String CLIENTSIDE = "com.dreammaster.main.ClientProxy";
public static final String SERVERSIDE = "com.dreammaster.main.CommonProxy";
public static final String COLLECTIONID = "GTNewHorizons";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "${modId}",
"name": "${modName}",
"description": "Core Mod for the GT: New Horizons Pack.",
"version": "${modVersion}",
"version": "2.1.110",
"mcversion": "${minecraftVersion}",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit cef1564

Please sign in to comment.