Skip to content

Team-Resourceful/ResourcefulLibKt

Repository files navigation

Resourceful Lib Kotlin


The extensions to Resourceful Lib for Kotlin.

License and Availability

The mod is licensed under MIT, this is an extension of Resourceful Lib and is available only on the maven.

Contributions

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.

For Mod Developers


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:

NeoForge:

dependencies {
    <--- Other dependencies here --->
    implementation fg.deobf("com.teamresourceful.resourcefullibkt:resourcefullibkt-neoforge-1.21:2.0.2")
}

Fabric:

dependencies {
    <--- Other dependencies here --->
    implementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-fabric-1.21:2.0.2"
}

Architectury:

Common build.gradle

dependencies {
    <--- Other dependencies here --->
    modImplementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-common-1.21:2.0.2"
}

Fabric build.gradle

dependencies {
    <--- Other dependencies here --->
    modImplementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-fabric-1.21:2.0.2"
}

NeoForge build.gradle

dependencies {
    <--- Other dependencies here --->
    modImplementation "com.teamresourceful.resourcefullibkt:resourcefullibkt-neoforge-1.21:2.0.2"
}

TODO: Add Jar-in-Jar syntax

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages