Skip to content

CleanroomMC/Scalar

Repository files navigation

Scalar

Standalone Scala provider mod, support Scala 3 and Scala 2.11

Downloads:

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

Development (temporary):

  1. Add
maven {
    name "outlandsReleases"
    url "https://maven.outlands.top/releases"
}

to your repositories

  1. 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'
}
  1. modLanguage = "scala" in @Mod()

About

Standalone Scala provider mod, support Scala 3 and Scala 2.11

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages