mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
17 lines
337 B
Groovy
17 lines
337 B
Groovy
apply plugin: 'net.minecrell.vanilla'
|
|
|
|
archivesBaseName = "lib_voxelcommon"
|
|
version = "4.4.0-mc1.8"
|
|
|
|
minecraft {
|
|
version = "1.8"
|
|
mappings = 'snapshot_20150606'
|
|
clientTweaker = 'com.mumfrey.liteloader.launch.LiteLoaderTweaker'
|
|
}
|
|
jar {
|
|
extension 'litemod'
|
|
archiveName = 'voxelcommon-2.4.0.jar'
|
|
}
|
|
reobf {
|
|
setSrgMcp()
|
|
}
|