Updated to minecraft 1.8.9

This commit is contained in:
yueh 2016-01-10 01:58:42 +01:00
parent fdfc373181
commit 89a0f12dc4
4 changed files with 6 additions and 5 deletions

View File

@ -80,7 +80,7 @@ minecraft {
// used when launching minecraft in dev env
runDir = "run"
mappings = "stable_20"
mappings = mcp_mappings
}
sourceSets {

View File

@ -7,8 +7,9 @@ aebasename=appliedenergistics2
#########################################################
# Versions #
#########################################################
minecraft_version=1.8.8
forge_version=11.15.0.1634-1.8.8
minecraft_version=1.8.9
mcp_mappings=stable_20
forge_version=11.15.0.1691
#########################################################
# Installable #

View File

@ -61,7 +61,7 @@ import appeng.services.version.VersionCheckerConfig;
import appeng.util.Platform;
@Mod( modid = AppEng.MOD_ID, acceptedMinecraftVersions = "[1.8.8,1.8.9]", name = AppEng.MOD_NAME, version = AEConfig.VERSION, dependencies = AppEng.MOD_DEPENDENCIES, guiFactory = "appeng.client.gui.config.AEConfigGuiFactory" )
@Mod( modid = AppEng.MOD_ID, acceptedMinecraftVersions = "[1.8.9]", name = AppEng.MOD_NAME, version = AEConfig.VERSION, dependencies = AppEng.MOD_DEPENDENCIES, guiFactory = "appeng.client.gui.config.AEConfigGuiFactory" )
public final class AppEng
{
public static final String MOD_ID = "appliedenergistics2";

View File

@ -37,7 +37,7 @@ import net.minecraftforge.fml.relauncher.IFMLLoadingPlugin.MCVersion;
import appeng.core.AEConfig;
@MCVersion( "1.8.8" )
@MCVersion( "1.8.9" )
public final class AppEngCore extends DummyModContainer implements IFMLLoadingPlugin
{
private final ModMetadata metadata = new ModMetadata();