Перейти к содержимому
Mineforgian

PrideSpecial Reborn

Enable special cases for PrideLib in different circumstances.

Загрузки
598
Подписчики
2
Обновлён
25 марта 2026 г.
Лицензия
CC0-1.0

Опубликован 15 октября 2025 г.

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"
}

Ченджлог

1.0.1Релиз26.1.1, 26.1.2, 26.2 · 25 марта 2026 г.

Fixed a wrong predicate for equals() in BlankFlagShapeFactory

1.0.0Релиз1.21.10, 1.21.11, 26.1-snapshot-6 · 11 марта 2026 г.

Project refactor and rebranding

0.5.0Релиз1.21.9, 1.21.10, 25w45a · 5 ноября 2025 г.

Adapt to Mojang's Identifier name since 25w45a

0.4.2Релиз1.21.8, 1.21.9, 1.21.10 · 31 октября 2025 г.

Make it compatible with MojMapped Fabric environment

0.4.0Релиз1.21.8, 1.21.9, 1.21.10 · 16 октября 2025 г.

Introducing pridespecial:blank flag type

0.3.0Релиз1.21.8, 1.21.9, 1.21.10 · 15 октября 2025 г.

Initial release.

Комментарии

Загружаем…