Skip to content

Commit

Permalink
Update to 1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerforEA committed Jun 19, 2017
1 parent a6b0cf0 commit e85fe42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,26 @@ buildscript {
maven { url = "http://files.minecraftforge.net/maven" }
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
}
}
apply plugin: 'net.minecraftforge.gradle.forge'

[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

version = "1.11.2-1.6"
version = "1.12-1.7"
group= "com.gamerforea"
archivesBaseName = "ClientFixer"

sourceCompatibility = targetCompatibility = '1.8'
compileJava {
sourceCompatibility = targetCompatibility = '1.8'
}

minecraft {
version = "1.11.2-13.20.0.2255"
version = "1.12-14.21.0.2335"
runDir = "run"
mappings = "snapshot_20161220"
mappings = "snapshot_20170617"
replace "@VERSION@", project.version
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import net.minecraftforge.common.config.Configuration;
import net.minecraftforge.fml.relauncher.IFMLLoadingPlugin;

@IFMLLoadingPlugin.MCVersion("1.11.2")
@IFMLLoadingPlugin.MCVersion("1.12")
@IFMLLoadingPlugin.Name(CoreMod.NAME)
@IFMLLoadingPlugin.SortingIndex(1001)
public final class CoreMod implements IFMLLoadingPlugin
Expand Down

0 comments on commit e85fe42

Please sign in to comment.