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.
|
5 years ago | |
---|---|---|
gradle/wrapper | 7 years ago | |
src | 5 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
build.gradle | 5 years ago | |
gradle.properties | 5 years ago | |
gradlew | 7 years ago | |
gradlew.bat | 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 Kotlinobject
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.