Update to MC 1.14.2
This commit is contained in:
@@ -206,16 +206,16 @@ def shadeExclusions = {
|
||||
dependencies {
|
||||
if (FABRIC) {
|
||||
minecraft 'com.mojang:minecraft:' + [
|
||||
11401: '1.14.1'
|
||||
11402: '1.14.2'
|
||||
][mcVersion]
|
||||
mappings 'net.fabricmc:yarn:' + [
|
||||
11401: '1.14.1+build.10'
|
||||
11402: '1.14.2+build.2'
|
||||
][mcVersion]
|
||||
modCompile 'net.fabricmc:fabric-loader:' + [
|
||||
11401: '0.4.7+build.147'
|
||||
11402: '0.4.8+build.154'
|
||||
][mcVersion]
|
||||
modCompile 'net.fabricmc.fabric-api:fabric-api:' + [
|
||||
11401: '0.3.0-pre+build.157'
|
||||
11402: '0.3.0+build.170'
|
||||
][mcVersion]
|
||||
}
|
||||
|
||||
@@ -251,7 +251,7 @@ dependencies {
|
||||
|
||||
def studioVersion = mcVersionStr
|
||||
if (studioVersion == '1.8.9') studioVersion = '1.8'
|
||||
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:7400a59", shadeExclusions
|
||||
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:e6f1a4b", shadeExclusions
|
||||
|
||||
shadowReobf(project(":jGui:$jGuiVersion")){
|
||||
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those
|
||||
|
||||
@@ -1 +1 @@
|
||||
11401
|
||||
11402
|
||||
Reference in New Issue
Block a user