Skip to content
This repository was archived by the owner on May 26, 2018. It is now read-only.

Commit 0010d3a

Browse files
committed
1.8 Conf update. Uses MCPData Snapshots now.
1 parent 5365f5e commit 0010d3a

26 files changed

+43660
-35117
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ repositories {
2929
}
3030

3131
minecraft {
32-
version = '1.7.10'
33-
mcpVersion = '9.05'
32+
version = '1.8'
33+
mcpVersion = '9.10'
34+
mappings = 'snapshot_nodoc_20140916'
3435
fmlDir = projectDir.getAbsolutePath();
3536
mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper'
3637
tweakClass = 'cpw.mods.fml.common.launcher.FMLTweaker'
3738
installerVersion = "1.4"
3839
}
3940

40-
group = 'cpw.mods'
41+
group = 'net.minecraftforge.fml'
4142
version = getVersionFromGit(getProject())
4243

4344
jenkins {

0 commit comments

Comments
 (0)