diff options
| author | Lance5057 <Lance5057@gmail.com> | 2017-04-29 22:20:58 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2017-04-29 22:20:58 -0500 |
| commit | b4b05403fda50307e2b35de91296ab9bb53c2baa (patch) | |
| tree | b69a17f58673e8d4ac5d9da6503608649da4cc28 /build.gradle | |
| parent | f692d8983ee8787843d874ae1aa329c1439e3223 (diff) | |
Updated to TiCo 2.6.3
Added Zweihander
Partially added Sheathe
Partially added Crest Mount
Partially added materials
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index bd2e6e2..1fd1a67 100644 --- a/build.gradle +++ b/build.gradle @@ -20,12 +20,15 @@ plugins { id "net.minecraftforge.gradle.forge" version "2.0.2" } */ -version = "1.4.0.6a" +version = "1.4.0.8a" group= "lance5057.tDefense" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "tinkersdefense" +srcCompat = JavaVersion.VERSION_1_8 +targetCompat = JavaVersion.VERSION_1_8 + minecraft { - version = "1.10.2-12.18.2.2151" + version = "1.10.2-12.18.3.2254" runDir = "run" // the mappings can be changed at any time, and must be in the following format. @@ -33,7 +36,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 = "stable_29" // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. } |
