mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 00:04:23 +01:00
TODO: Note to fix run configs
This commit is contained in:
parent
202c4f1c11
commit
62a8340b0c
2 changed files with 5 additions and 5 deletions
|
@ -102,9 +102,9 @@ minecraft {
|
|||
|
||||
mods {
|
||||
minelittlepony {
|
||||
source sourceSets.common
|
||||
source sourceSets.client
|
||||
source sourceSets.main
|
||||
// Remember to add /bin/default to the Environment configs
|
||||
// minelittlepony%%C:/.../bin/default
|
||||
source sourceSets.fml
|
||||
|
||||
// replace '@VERSION@', project.version
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ issueTrackerURL="http://github.com/MineLittlePony/MineLittlePony/issues/"
|
|||
[[mods]]
|
||||
modId="minelittlepony"
|
||||
version="3.2"
|
||||
displayName="MineLittlePony"
|
||||
displayName="Mine Little Pony"
|
||||
displayURL="http://minelittlepony-mod.com/"
|
||||
authors="Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace"
|
||||
description='''
|
||||
|
@ -15,4 +15,4 @@ Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access s
|
|||
mandatory=true
|
||||
versionRange="[5.0.0,)"
|
||||
ordering="BEFORE"
|
||||
side="BOTH"
|
||||
side="BOTH"
|
Loading…
Reference in a new issue