mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Changes to the litemod.json
This commit is contained in:
parent
c7cf2f3de2
commit
d818570012
2 changed files with 8 additions and 6 deletions
|
@ -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"""
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue