HomeJavaModsNeoScala
NeoScala

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) {
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more