Skip to content

SwitchCraftCC/sc-library

Repository files navigation

sc-library

Modpacks

Modpack use: allowed

This mod (sc-library) was created primarily for use by the SwitchCraft server, but you are allowed to use the mod in your own modpack.

Please note that each custom SwitchCraft mod has its own license, so check the license of each mod before using it in your modpack.

Usage

# gradle.properties
scLibraryVersion = <version>
// build.gradle.kts
val scLibraryVersion: String by project

repositories {
  maven {
    url = uri("https://repo.lem.sh/releases")
    content {
      includeGroup("io.sc3")
    }
  }
}

dependencies {
  modImplementation(include("io.sc3", "sc-library", scLibraryVersion))
}

License

This mod and its source code is licensed under the MIT license.

About

Required dependency mod for SwitchCraft mods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published