Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
/ sc-text Public archive

Text formatting utilities for server-side Fabric mods

License

Notifications You must be signed in to change notification settings

SwitchCraftCC/sc-text

Repository files navigation

sc-text

Modpacks

Modpack use: allowed

This mod (sc-text) 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
scTextVersion = <version>
// build.gradle.kts
val scTextVersion: String by project

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

dependencies {
  modImplementation(include("io.sc3", "sc-text", scTextVersion))
}

License

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

About

Text formatting utilities for server-side Fabric mods

Resources

License

Stars

Watchers

Forks

Packages

No packages published