Bluexin / Forgelin-Continuous

Stands with Kotlin!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forgelin


Fork of Shadowfacts's Forgelin

Addition

This mod shades:

  • Reflect
  • Standard Library
  • Runtime Library
  • Coroutine
  • Serialization
    • Json Only

Usages

repositories {
  maven {
    url "https://www.cursemaven.com"
    content {
      includeGroup "curse.maven"
    }
  }
}

dependencies {
  compile "curse.maven:forgelin-continuous-456403:LATEST_FILE_ID"
}

Latest file id can be seen here.

Add this line to your mod annotation then you're done with basic settings!

@Mod(
  modid = "modid",
  name = "Mod Name",
  version = "Mod version",
  modLanguageAdapter = "io.github.chaosunity.forgelin.KotlinAdapter"
)
object ExampleMod {
    // ...
}

About

Stands with Kotlin!

License:Other


Languages

Language:Kotlin 85.9%Language:Java 14.1%