Skip to content

Commit

Permalink
bump version to 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
way2muchnoise committed Dec 30, 2015
1 parent d9025df commit bee623f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version_cccore=1.0.5.36
version_cclib=1.1.2.133
version_forge=11.15.0.1602-1.8.8
version_minecraft=1.8.8
version_forge=11.15.0.1663
version_minecraft=1.8.9
version_major=0
version_minor=1
version_revis=1
version_nei=1.0.5.104
waila_version=1.6.0
version_mappings=snapshot_20151122
version_mappings=snapshot_20151230
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL12;

import java.io.IOException;
import java.util.Collections;
Expand Down Expand Up @@ -94,8 +93,7 @@ public GuiBetterAchievements(GuiScreen currentScreen, int page)
this.statFileWriter = Minecraft.getMinecraft().thePlayer.getStatFileWriter();
this.pause = true;
}

@SuppressWarnings("unchecked")

@Override
public void initGui()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public static void saveUserSetIcons()
config.save();
}

@SuppressWarnings("unchecked")
public static List<IConfigElement> getConfigElements()
{
List<IConfigElement> list = new ArrayList<IConfigElement>();
Expand Down

0 comments on commit bee623f

Please sign in to comment.