mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14: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 {
|
mods {
|
||||||
minelittlepony {
|
minelittlepony {
|
||||||
source sourceSets.common
|
// Remember to add /bin/default to the Environment configs
|
||||||
source sourceSets.client
|
// minelittlepony%%C:/.../bin/default
|
||||||
source sourceSets.main
|
source sourceSets.fml
|
||||||
|
|
||||||
// replace '@VERSION@', project.version
|
// replace '@VERSION@', project.version
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue