Standalone Scala provider mod, support Scala 3 and Scala 2.11
- Scala Legacy, use that if you are updating from Forge and/or don't know what's going on
- Scala, will crash with most existing mods, used that if you know what you are doing
- You can't install them together!
- There is only 1 Scala 3 mods in 1.12.2! (OpenComputer Rescaled)
- Add
maven {
name "outlandsReleases"
url "https://maven.outlands.top/releases"
}to your repositories
- Add
implementation "com.cleanroommc:scalar:1.0.0"to your dependencies (It will be shown as disabled in modlist but that's fine)
Set your scala version to latest using scala plugin document Example:
scala {
scalaVersion = '3.7.2'
}modLanguage = "scala"in@Mod()