Notch builds

This commit is contained in:
Brady
2019-03-08 23:18:00 -06:00
parent 1390e04435
commit e2cc51908b
3 changed files with 10 additions and 6 deletions
+6 -2
View File
@@ -25,14 +25,17 @@ buildscript {
name = 'forge'
url = 'http://files.minecraftforge.net/maven'
}
maven {
name = 'impactdevelopment-repo'
url = 'https://impactdevelopment.github.io/maven/'
}
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath group: 'com.github.ImpactDevelopment', name: 'ForgeGradle', version: '3.0.111'
}
}
import baritone.gradle.task.CreateDistTask
import baritone.gradle.task.ProguardTask
@@ -76,6 +79,7 @@ minecraft {
minecraft {
mappings channel: 'snapshot', version: '20190307-1.13.1'
reobfMappings 'notch'
runs {
client {