mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
18 lines
337 B
Groovy
18 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()
|
||
|
}
|