diff --git a/build.gradle b/build.gradle index 27d1e89..a50d9b9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,3 @@ -// For those who want the bleeding edge buildscript { repositories { jcenter() @@ -8,7 +7,7 @@ buildscript { } } dependencies { - classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT' + classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT' } } @@ -36,7 +35,7 @@ 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. @@ -44,7 +43,7 @@ minecraft { // 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() diff --git a/src/main/java/info/ata4/minecraft/mineshot/MineshotCore.java b/src/main/java/info/ata4/minecraft/mineshot/MineshotCore.java index 1faf592..ddfa032 100644 --- a/src/main/java/info/ata4/minecraft/mineshot/MineshotCore.java +++ b/src/main/java/info/ata4/minecraft/mineshot/MineshotCore.java @@ -18,7 +18,7 @@ * * @author Nico Bergemann */ -@MCVersion(value = "1.9.4") +@MCVersion(value = "1.10.2") public class MineshotCore implements IFMLLoadingPlugin { @Override