NeoScala

NeoScala

Mod

Scala3 support for NeoForge 1.20.4+

Client or server Library

22 downloads
0 followers
Created2 months ago
Updated2 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Scala3 support for NeoForge 1.20.4+

you can write main class like below:

import net.neoforged.bus.api.IEventBus
import net.neoforged.fml.common.Mod

object NeoScala {
  final val MOD_ID = "neoscala"
}

@Mod(NeoScala.MOD_ID)
class NeoScala(val bus: IEventBus) {
}

External resources



Project members

tt432

Member


Technical information

License
Client side
optional
Server side
optional
Project ID