Download StabilityTooltip — Minecraft Mods — MetaMods

StabilityTooltip

Active

Downloads

0

Last update

9 years ago
Client
Fabric
Quilt
Forge
Neoforge
Control
Utils

StabilityTooltip: Safety First

A simple yet effective mod that helps modpack creators inform players about the stability of installed mods. Now you can immediately see which mods work reliably and which may cause issues in the game.

Configuration Settings

All settings are managed through a JSON configuration file. On first launch, a basic config is automatically created where only Minecraft is marked as "STABLE":

{
    "minecraft": "STABLE"
}

To add other mods, follow these steps:

  1. Add a comma at the end of the line
  2. Create a new line in the format: "mod_identifier": "stability_status"
  3. Repeat the process for each additional mod

Example of a completed configuration file:

{
    "minecraft": "STABLE",
    "mod_identifier": "stability_status"
}

Available stability levels: STABLE, SEMISTABLE, UNSTABLE, and DANGEROUS.

Interface Example

Project members
TehNut

TehNut

Created: 24 Jan 2016

ID: 28076