api sourceset done

This commit is contained in:
Leijurv
2019-06-10 12:43:02 -07:00
parent 125facfbb6
commit dba496471e
64 changed files with 378 additions and 384 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ task sourceJar(type: Jar, dependsOn: classes) {
}
minecraft {
mappings channel: 'snapshot', version: '20190307-1.13.1'
mappings channel: 'snapshot', version: '20190608-1.14.2'
reobfMappings 'notch'
runs {
@@ -130,7 +130,7 @@ repositories {
}
dependencies {
minecraft 'com.github.ImpactDevelopment:Vanilla:1.13.2'
minecraft 'com.github.ImpactDevelopment:Vanilla:1.14.2'
runtime launchCompile('net.minecraft:launchwrapper:1.12') {
exclude module: 'lwjgl'