aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/Danker/TheMod.java
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2020-10-20 11:55:48 -0400
committerbowser0000 <bowser0000@gmail.com>2020-10-20 11:55:48 -0400
commit1635fe604e6ca2d32d96409165fcc298f1c5b067 (patch)
tree1f203e2c7506697efe5efc326d95567bd7e958a0 /src/main/java/me/Danker/TheMod.java
parent3dde239389482ef25825a5fc9e6379430360a228 (diff)
downloadSkyblockMod-1635fe604e6ca2d32d96409165fcc298f1c5b067.tar.gz
SkyblockMod-1635fe604e6ca2d32d96409165fcc298f1c5b067.tar.bz2
SkyblockMod-1635fe604e6ca2d32d96409165fcc298f1c5b067.zip
Change version to 1.8
Diffstat (limited to 'src/main/java/me/Danker/TheMod.java')
-rw-r--r--src/main/java/me/Danker/TheMod.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/Danker/TheMod.java b/src/main/java/me/Danker/TheMod.java
index 87e4dd7..4c30ee9 100644
--- a/src/main/java/me/Danker/TheMod.java
+++ b/src/main/java/me/Danker/TheMod.java
@@ -94,7 +94,7 @@ import net.minecraftforge.fml.common.versioning.DefaultArtifactVersion;
public class TheMod
{
public static final String MODID = "Danker's Skyblock Mod";
- public static final String VERSION = "1.7";
+ public static final String VERSION = "1.8";
static double checkItemsNow = 0;
static double itemsChecked = 0;