nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Scift

Scift

Mod

Provide Scala standard libraries & runtime for Scala-based Rift mod

Client and server Library

799 downloads
1 follower

Scift

Scala runtime libraries for Rift

Scift provides the runtime and libraries required for creating Rift mods in Scala. For usage, append the following to your Gradle build script:

plugins {
    id 'scala'
}

repositories {
    maven { url = 'https://jitpack.io' }
}

Scala2

dependencies {
    implementation 'com.github.Nova-Committee:Scift:2-1.1.0'
}

Scala3

dependencies {
    implementation 'com.github.Nova-Committee:Scift:3-1.1.0'
}

Here's an example Scift-based Rift project.

External resources


Project members

TachibanaSherry

Owner


Technical information

License
CC0-1.0
Client side
required
Server side
required
Project ID