mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Merge branch 'master' of https://github.com/MineLittlePony/MineLittlePony
This commit is contained in:
commit
b2c68d234f
1 changed files with 0 additions and 9 deletions
|
@ -104,7 +104,6 @@ jar {
|
||||||
classifier 'base'
|
classifier 'base'
|
||||||
extension 'jar'
|
extension 'jar'
|
||||||
}
|
}
|
||||||
jar.enabled = false
|
|
||||||
|
|
||||||
archivesBaseName = "mod-${project.name.toLowerCase()}"
|
archivesBaseName = "mod-${project.name.toLowerCase()}"
|
||||||
|
|
||||||
|
@ -151,11 +150,3 @@ reobf {
|
||||||
|
|
||||||
shadowJar{}
|
shadowJar{}
|
||||||
}
|
}
|
||||||
reobf.jar.task.enabled = false
|
|
||||||
|
|
||||||
// windows only
|
|
||||||
task deploy(type: Copy, dependsOn: build) {
|
|
||||||
from jar.archivePath
|
|
||||||
|
|
||||||
into file("$System.env.APPDATA/.minecraft/mods")
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue