Fabric language module for Scala. Fabric Language Scala Mod adds support for using a Scala object as the main mod class and bundles the Scala libraries for you.

How to use:

Add it as a dependency:

dependencies {
modImplementation "net.fabricmc:fabric-language-scala:0.3.1.+"
}

Specify your entrypoint in your fabric.mod.json like so:

"entrypoints": {
"main": [
{
"adapter": "scala",
"value": "package.ClassName"
}
] }

Add a dependency entry to your fabric.mod.json file:

{
"requires": {
"fabric-language-scala": "*"
}
}

Requirements:

Fabric Language Scala Mod Download Links

For All Versions from Minecraft 1.14.4 to Minecraft 1.19.2

Fabric version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 0 Average: 0]