Standalone Scala provider mod, support Scala 3 and Scala 2.11
Use with alpha version Cleanroom
- Scalar Legacy, ships Scala 2.11.1, used by non-Cleanroom-based Scala mod
- Scalar, ships Scala 3.x, used by Cleanroom mods
- You can't install them at same time!
- Add
maven {
name "outlandsReleases"
url "https://maven.arcseekers.com/releases"
}
to your repositories
-
Add
runtimeOnly "com.cleanroommc:scalar:1.0.0"
to your dependencies -
Add
scala {
scalaVersion = '3.6.4'
}
to your build script
-
Set
modLanguage = "scala"
in@Mod()
-
Scala 2 -> 3 porting guide is WIP