From d818570012d9eee640559baf553fbb221fdc7808 Mon Sep 17 00:00:00 2001 From: Matthew Messinger Date: Fri, 13 May 2016 00:46:13 -0400 Subject: [PATCH] Changes to the litemod.json --- build.gradle | 5 ++--- src/main/resources/litemod.json | 9 ++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index fb819929..2c806f76 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { } } -ext.revision = 215 +ext.revision = 216 apply plugin: 'net.minecraftforge.gradle.liteloader' apply plugin: 'org.spongepowered.mixin' @@ -56,9 +56,8 @@ sourceSets { } } //litemod.json { -// name = 'minelp' -// revision = ext.revision // mixinConfigs += ['mixin.minelp.json', 'mixin.hdskins.json'] +// author = "author": "Verdana, Rene_Z, Mumfrey, JoyJoy" // 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""" diff --git a/src/main/resources/litemod.json b/src/main/resources/litemod.json index fa6b3010..3cd61276 100644 --- a/src/main/resources/litemod.json +++ b/src/main/resources/litemod.json @@ -1,11 +1,14 @@ { - "name": "minelp", + "name": "minelittlepony", "mcversion": "${mcversion}", "version": "${version}", "revision": "${revision}", "author": "Verdana, Rene_Z, Mumfrey, JoyJoy", - "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", - "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." + "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.", + "mixinConfigs": [ + "mixin.minelp.json", + "mixin.hdskins.json" + ] }