aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-08-09 23:48:06 +0200
committerGitHub <noreply@github.com>2022-08-09 21:48:06 +0000
commit197e463ad2909708e78e693ba1f9a820295cea5a (patch)
tree5215f759a09c44b1bf053b1596828df5888bc262 /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
parenta1b37274907e404812387780ad9370af3789b90e (diff)
downloadnotenoughupdates-197e463ad2909708e78e693ba1f9a820295cea5a.tar.gz
notenoughupdates-197e463ad2909708e78e693ba1f9a820295cea5a.tar.bz2
notenoughupdates-197e463ad2909708e78e693ba1f9a820295cea5a.zip
prerelease changes (#215)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
index 9931f945..a1eb03d1 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
@@ -111,9 +111,9 @@ import java.util.Set;
public class NotEnoughUpdates {
public static final String MODID = "notenoughupdates";
public static final String VERSION = "2.1.0-REL";
- public static final int VERSION_ID = 20200;
- public static final int PRE_VERSION_ID = 0;
- public static final int HOTFIX_VERSION_ID = 1;
+ public static final int VERSION_ID = 20000;
+ public static final int PRE_VERSION_ID = 1;
+ public static final int HOTFIX_VERSION_ID = 0;
/**
* Registers the biomes for the crystal hollows here so optifine knows they exists
*/