mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 06:18:00 +01:00
Bump to 1.8.9.2
This commit is contained in:
parent
c9b18a3ddf
commit
45ba3cb8df
1 changed files with 7 additions and 7 deletions
14
build.gradle
14
build.gradle
|
@ -16,13 +16,13 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.revision = 212
|
ext.revision = 213
|
||||||
|
|
||||||
apply plugin: 'net.minecraftforge.gradle.liteloader'
|
apply plugin: 'net.minecraftforge.gradle.liteloader'
|
||||||
apply plugin: 'org.spongepowered.mixin'
|
apply plugin: 'org.spongepowered.mixin'
|
||||||
|
|
||||||
group = 'com.brohoof.minelp'
|
group = 'com.brohoof.minelp'
|
||||||
version = '1.8.9.1'
|
version = '1.8.9.2'
|
||||||
description = 'Mine Little Pony turns players and mobs into ponies'
|
description = 'Mine Little Pony turns players and mobs into ponies'
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
|
@ -49,12 +49,12 @@ sourceSets {
|
||||||
compileClasspath += files(deps + [ main.output, api.output ])
|
compileClasspath += files(deps + [ main.output, api.output ])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
litemod.json {
|
//litemod.json {
|
||||||
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'
|
//tweakClass = 'com.brohoof.minelittlepony.launch.MineLPTweaker'
|
||||||
}
|
//}
|
||||||
processResources {
|
processResources {
|
||||||
def props = [
|
def props = [
|
||||||
version: version,
|
version: version,
|
||||||
|
|
Loading…
Reference in a new issue