| # | Line 50 | Line 50 | public class Paths { | |
|---|---|---|
| 50 | * @return Data path | |
| 51 | */ | |
| 52 | public static File getModsPath() { | |
| 53 | < | return new File(getInstallerPath(), "mods"); |
| 53 | > | return new File(getInstallerPath(), "packages"); |
| 54 | } | |
| 55 | ||
| 56 | /** | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |