Skip to content

Commit

Permalink
Update to 1.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerforEA committed Jun 29, 2016
1 parent aab5891 commit 3d2ab5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
}
}

apply plugin: 'net.minecraftforge.gradle.forge'

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

version = "1.3"
version = "1.4"
group= "com.gamerforea"
archivesBaseName = "ClientFixer"

minecraft {
version = "1.9-12.16.0.1867-1.9"
version = "1.10.2-12.18.0.2002-1.10.0"
runDir = "run"
mappings = "snapshot_20160312"
mappings = "snapshot_20160518"
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.9")
@IFMLLoadingPlugin.MCVersion("1.10.2")
@IFMLLoadingPlugin.Name(CoreMod.NAME)
@IFMLLoadingPlugin.SortingIndex(1001)
public final class CoreMod implements IFMLLoadingPlugin
Expand Down

0 comments on commit 3d2ab5d

Please sign in to comment.