mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
It compiles
# Conflicts: # build.gradle
This commit is contained in:
parent
b1ae2daf44
commit
4d59f6c0d6
1 changed files with 10 additions and 6 deletions
16
build.gradle
16
build.gradle
|
@ -21,19 +21,19 @@ buildscript {
|
|||
}
|
||||
}
|
||||
|
||||
ext.revision = 213.1
|
||||
ext.revision = 215
|
||||
|
||||
apply plugin: 'net.minecraftforge.gradle.liteloader'
|
||||
apply plugin: 'org.spongepowered.mixin'
|
||||
apply plugin: 'mnm.gradle.ap-ide'
|
||||
|
||||
group = 'com.brohoof.minelp'
|
||||
version = '1.8.9.3'
|
||||
description = 'Mine Little Pony turns players and mobs into ponies'
|
||||
version = '1.9.0.0-beta'
|
||||
description = 'Mine Little Pony'
|
||||
|
||||
minecraft {
|
||||
version = "1.8.9"
|
||||
mappings = 'stable_22'
|
||||
version = "1.9"
|
||||
mappings = 'snapshot_20160411'
|
||||
runDir = 'run'
|
||||
replace '@VERSION@',project.version
|
||||
}
|
||||
|
@ -59,7 +59,11 @@ sourceSets {
|
|||
// name = 'minelp'
|
||||
// revision = ext.revision
|
||||
// mixinConfigs += ['mixin.minelp.json', 'mixin.hdskins.json']
|
||||
//tweakClass = 'com.brohoof.minelittlepony.launch.MineLPTweaker'
|
||||
// description = "Mine Little Pony turns players and mobs into ponies"
|
||||
// description.litemodminelittlepony = """Mine Little Pony turns players and mobs into ponies
|
||||
// Press F9 ingame to access settings"""
|
||||
// description.litemodhdskinsmod = """Seperate skin server for Mine Little Pony that also supports HD skins.
|
||||
// Access via Skin Manager key binding (default: F1) in the main menu."""
|
||||
//}
|
||||
processResources {
|
||||
def props = [
|
||||
|
|
Loading…
Reference in a new issue