Fork of Emberwalker's Forgelin with some sprinkles on top.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Shadowfacts 7cebe692e7
Only unregister static/register object event handlers unless appropriate handler methods are detected
5 years ago
gradle/wrapper Add Gradle wrapper 7 years ago
src Only unregister static/register object event handlers unless appropriate handler methods are detected 5 years ago
.gitignore Initial Commit 7 years ago
LICENSE Add license 7 years ago
README.md Update README.md 6 years ago
build.gradle Update Kotlin 5 years ago
gradle.properties Bump version 5 years ago
gradlew Add Gradle wrapper 7 years ago
gradlew.bat Add Gradle wrapper 7 years ago

README.md

Forgelin

Fork of Emberwalker's Forgelin.

Additions

  • Shades the Kotlin standard library, runtime, and reflect libraries so you don't have to.
  • Provides a Forge ILanguageAdapter for using Kotlin object classes as your main mod class.

Usage

repositories {
	jcenter()
	maven {
		url "http://maven.shadowfacts.net/"
	}
}

dependencies {
	compile group: "net.shadowfacts", name: "Forgelin", version: "LATEST_VERSION"
}

All versions can be seen here.

Note: You must have the jcenter() call in your repositories block. JCenter is used to host the Kotlin coroutines libraries.