It compiles

# Conflicts:
#	build.gradle
This commit is contained in:
Matthew Messinger 2016-05-20 16:14:02 -04:00
parent b1ae2daf44
commit 4d59f6c0d6

View file

@ -21,19 +21,19 @@ buildscript {
} }
} }
ext.revision = 213.1 ext.revision = 215
apply plugin: 'net.minecraftforge.gradle.liteloader' apply plugin: 'net.minecraftforge.gradle.liteloader'
apply plugin: 'org.spongepowered.mixin' apply plugin: 'org.spongepowered.mixin'
apply plugin: 'mnm.gradle.ap-ide' apply plugin: 'mnm.gradle.ap-ide'
group = 'com.brohoof.minelp' group = 'com.brohoof.minelp'
version = '1.8.9.3' version = '1.9.0.0-beta'
description = 'Mine Little Pony turns players and mobs into ponies' description = 'Mine Little Pony'
minecraft { minecraft {
version = "1.8.9" version = "1.9"
mappings = 'stable_22' mappings = 'snapshot_20160411'
runDir = 'run' runDir = 'run'
replace '@VERSION@',project.version replace '@VERSION@',project.version
} }
@ -59,7 +59,11 @@ sourceSets {
// name = 'minelp' // name = 'minelp'
// revision = ext.revision // revision = ext.revision
// mixinConfigs += ['mixin.minelp.json', 'mixin.hdskins.json'] // 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 { processResources {
def props = [ def props = [