From a46f8b185b48dac56af02e8e83c863f4a2056bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sun, 10 Jul 2016 21:30:05 +0200 Subject: [PATCH] Forge update --- TODO.txt | 4 ++-- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.txt b/TODO.txt index ced01fd..e7e3759 100644 --- a/TODO.txt +++ b/TODO.txt @@ -41,7 +41,7 @@ materials No Alloys Alnico materials No Metal from slag -> in metal recycler -materials No Black sand URGENT +materials No Black sand materials No Metals Lead Aluminium @@ -73,7 +73,7 @@ animals ??? Alligators world ??? Improved system to handle neighbouring biomes BF world.gen ??? Make basalt gen behave correctly at chunk boundaries BF world.gen ??? Improve saltpeter gen so it generates in caves only BF -world ??? Volcanos URGENT +world ??? Volcanos ------------------------------------------------------------------------------------------------------- ??? ??? Sub-blocks ??? Yes Improved pistons diff --git a/build.gradle b/build.gradle index b3c5a00..981ca56 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ targetCompat = JavaVersion.VERSION_1_8 minecraft { - version = "${mc_full_version}-${forge_version}-${mc_version}" + version = "${mc_full_version}-${forge_version}" runDir = "run" mappings = "${mappings_version}" // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. diff --git a/gradle.properties b/gradle.properties index 2f192a9..2b0e188 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,5 +5,5 @@ mod_version= 0.1 mc_version= 1.10.0 mc_full_version= 1.10.2 -forge_version= 12.18.0.2007 +forge_version= 12.18.0.2010 mappings_version= snapshot_20160518