HomeJavaModsPrideSpecial Reborn
ModsJava

PrideSpecial Reborn

by YGP-Official · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.3–26.2 · Fabric⬇ Download for 1.21.3–26.2 · NeoForge⬇ Download for 1.21.4–1.21.10 · Forge⬇ Download for 1.21.4–1.21.10 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

PrideSpecial Reborn

mod loader: Fabric/NeoForge Minecraft: 1.21+ Java: 21+

This mod allows users to override the pride flags returned by PrideLib under different circumstances via configuration files.

Configuration file

Located in .minecraft/config/pridespecial.json, the configuration file has the following format:

[
  {
    "flags": [
      // A list of Pride Flags, defined in pridelib JSON format
      {
        "colors": ["#ff0000", "#ffff00", "#0000ff", "#ffffff", "#000000"]
      },
      // Can also be a reference to a loaded flag
      "pride:rainbow",
      // ...
    ],
    // Specifying a class name so the override above can be only applied to the target class.
    // Leaving blank or omitting indicates that it applies to all circumstances.
    "caller": ""
  },
  {
    // Can also specify a single flag/flag reference if randomizing from a list is not preferred
    "flags": "pride:transgender"
  }
  //...
]

Built-in flag types

pridespecial:single

Single-colored flags can be defined as well:

{
  "shape": "pridespecial:single",
  "color": "#008543"
}

pridespecial:blank

Alternatively, it's possible to render nothing:

{
  "shape": "pridespecial:blank"
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more