Update version and changelog

dev
warlordjones 2016-06-12 19:56:41 +01:00
parent 0d6aa9feb2
commit dfd1d808ba
2 changed files with 11 additions and 1 deletions

View File

@ -281,3 +281,13 @@ Beta 5.0.1:
# Fixed broken oredict on resource items. - warlordjones
# Removed BluSunrize - warlordjones
# Fixed monocle rendering, probably - warlordjones
Beta 5.0.2:
* Permenantly disable deeps portal generation.
# Fix steam tools also taking durability damage.
# Fix some incorrect oredict tags on metal blocks
# Fixed crash on startup when latest Boilerplate was used.
# Fix crash related to the Hatch TE
# Fix oddities with the Steam Drill's AOE
# Fixed various boiler crashes
# Fixed some missing textures

View File

@ -6,7 +6,7 @@ public class ModInfo
public static final String ID = "steamcraft2";
public static final String PREFIX = "steamcraft:";
public static final String NAME = "Steamcraft 2";
public static final String VERSION = "B5.0.1";
public static final String VERSION = "B5.0.2";
public static final String CLIENT_PROXY = "steamcraft.client.ClientProxy";
public static final String COMMON_PROXY = "steamcraft.common.CommonProxy";