aboutsummaryrefslogtreecommitdiff
path: root/me/Danker/TheMod.java
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2020-07-19 17:58:35 -0400
committerbowser0000 <bowser0000@gmail.com>2020-07-19 17:58:35 -0400
commit1b6cdee6ed6503b9b3dad740f9efa1e60d87600b (patch)
treeec4b4c0b4d8f306022546eede2d319be62c76e70 /me/Danker/TheMod.java
parentd1f260be47ea166e77b2e25cd07d6b08ec3e767d (diff)
downloadSkyblockMod-1b6cdee6ed6503b9b3dad740f9efa1e60d87600b.tar.gz
SkyblockMod-1b6cdee6ed6503b9b3dad740f9efa1e60d87600b.tar.bz2
SkyblockMod-1b6cdee6ed6503b9b3dad740f9efa1e60d87600b.zip
Move requests into API handler for future API commands
Diffstat (limited to 'me/Danker/TheMod.java')
-rw-r--r--me/Danker/TheMod.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/me/Danker/TheMod.java b/me/Danker/TheMod.java
index 5fdaeaa..76e367e 100644
--- a/me/Danker/TheMod.java
+++ b/me/Danker/TheMod.java
@@ -41,7 +41,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
public class TheMod
{
public static final String MODID = "Danker's Skyblock Mod";
- public static final String VERSION = "1.4.5";
+ public static final String VERSION = "1.5.1";
static int checkItemsNow = 0;
static int itemsChecked = 0;