Skip to content

Standalone Scala provider mod, support Scala 3 and Scala 2.11

License

Notifications You must be signed in to change notification settings

CleanroomMC/Scalar

Repository files navigation

Scalar

Standalone Scala provider mod, support Scala 3 and Scala 2.11

Use with alpha version Cleanroom

Downloads:

  • 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!

Development guide:

  1. Add
maven {
    name "outlandsReleases"
    url "https://maven.arcseekers.com/releases"
}

to your repositories

  1. Add runtimeOnly "com.cleanroommc:scalar:1.0.0" to your dependencies

  2. Add

scala {
    scalaVersion = '3.6.4'
}

to your build script

  1. Set modLanguage = "scala" in @Mod()

  2. Scala 2 -> 3 porting guide is WIP