Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

ThinkingStudios/PrideLib-Forge

 
 

Repository files navigation

FlagsLib Logo

FlagsLib(PrideLib Unofficial Forge Port)

A small JIJ dependency for modders who want to use a centralized data-driven and configurable source of custom flags in their mods.


FlagsLib is a small JIJ dependency for modders who want to use a centralized data-driven and configurable source of custom flags in their mods. FlagsLib can then be used to draw randomized graphical elements, or generate other colored visuals. FlagsLib lets flags be added through resource packs, optionally part of a mod. Flags used by FlagsLib can be configured either with resource packs, or a config file.

Including FlagsLib in a Mod (Unable)

repositories {
maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}
dependencies {
	modImplementation include("maven.modrinth:flagslib-forge:${flagslib_version}")
}

Configuring Flags

Look THIS wiki?

Packages

No packages published

Languages

  • Java 100.0%