Skip to content

Commit

Permalink
Port to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ata4 committed Aug 11, 2016
1 parent e3e7dd6 commit 14fd9d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// For those who want the bleeding edge
buildscript {
repositories {
jcenter()
Expand All @@ -8,7 +7,7 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
}
}

Expand Down Expand Up @@ -36,15 +35,15 @@ def getGitTag = { ->
}

minecraft {
version = "1.9.4-12.17.0.1922-1.9.4"
version = "1.10.2-12.18.1.2012"
runDir = "minecraft"

// the mappings can be changed at any time, and must be in the following format.
// snapshot_YYYYMMDD snapshot are built nightly.
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not allways work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20160518"
mappings = "snapshot_20160710"
}

version = getGitTag()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author Nico Bergemann <barracuda415 at yahoo.de>
*/
@MCVersion(value = "1.9.4")
@MCVersion(value = "1.10.2")
public class MineshotCore implements IFMLLoadingPlugin {

@Override
Expand Down

0 comments on commit 14fd9d3

Please sign in to comment.