2015-10-07 00:42:46 +02:00
|
|
|
apply plugin: 'net.minecraftforge.gradle.tweaker-client'
|
2015-08-02 00:36:33 +02:00
|
|
|
|
|
|
|
archivesBaseName = "lib_voxelcommon"
|
|
|
|
version = "4.4.0-mc1.8"
|
|
|
|
|
|
|
|
minecraft {
|
|
|
|
version = "1.8"
|
|
|
|
mappings = 'snapshot_20150606'
|
2015-10-07 00:42:46 +02:00
|
|
|
tweakClass = 'com.mumfrey.liteloader.launch.LiteLoaderTweaker'
|
|
|
|
}
|
|
|
|
repositories.flatDir {
|
|
|
|
dir 'liteloader'
|
|
|
|
}
|
|
|
|
dependencies {
|
|
|
|
deobfCompile 'com.mumfrey:liteloader:1.8-SNAPSHOT:srg'
|
2015-08-02 00:36:33 +02:00
|
|
|
}
|
|
|
|
jar {
|
|
|
|
extension 'litemod'
|
|
|
|
archiveName = 'voxelcommon-2.4.0.jar'
|
2015-10-07 00:42:46 +02:00
|
|
|
manifest.attributes.remove 'TweakClass'
|
2015-08-02 00:36:33 +02:00
|
|
|
}
|