The extensions to Resourceful Lib for Kotlin.
The mod is licensed under MIT, this is an extension of Resourceful Lib and is available only on the maven.
If you would like to contribute to the mod feel free to submit a PR.
TODO: Add more info about importing the project in IntelliJ and any additional setup required.
Be sure to add our maven to your build.gradle
:
repositories {
maven { url = "https://maven.teamresourceful.com/repository/maven-public/" }
<--- other repositories here --->
}
You can then add our mod as a dependency:
dependencies {
<--- Other dependencies here --->
implementation fg.deobf("com.teamresourceful.resourcefullibkt:resourcefullibkt-neoforge-1.21:2.0.2")
}
dependencies {
<--- Other dependencies here --->
implementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-fabric-1.21:2.0.2"
}
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-common-1.21:2.0.2"
}
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-fabric-1.21:2.0.2"
}
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-neoforge-1.21:2.0.2"
}
TODO: Add Jar-in-Jar syntax