We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c29932 commit acafe00Copy full SHA for acafe00
build.gradle
@@ -9,7 +9,7 @@ allprojects
9
group = "com.khorn.terraincontrol"
10
11
// Version of the shadow plugin
12
- ext.shadowVersion = '1.0.2'
+ ext.shadowVersion = '1.2.1'
13
}
14
15
// Information for all subprojects
platforms/forge/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'forge'
26
// Project properties
27
archivesBaseName = "terraincontrol-forge"
28
description = "TerrainControl for Minecraft Forge"
29
-ext.forgeVersion = "1.8-11.14.0.1268-1.8"
+ext.forgeVersion = "1.8-11.14.1.1419"
30
minecraft.version = ext.forgeVersion
31
32
repositories
0 commit comments