SWRPG Loot Text Mod - ShortWlf/mcswrpg GitHub Wiki

Swloottext Mod

The Swloottext mod enhances the Minecraft experience by dynamically coloring the names of dropped items based on their rarity.

Key Features

  • Rarity-Based Color Coding: The mod assigns colors to item names based on their rarity, making it easier for players to quickly identify valuable loot.
  • Configurable Rarity and Colors: Both the item rarities and the colors associated with them can be customized through the "config/swloottext.json" configuration file.
  • Default Rarity Configuration: The mod provides a default configuration that assigns rarities to various items (e.g., netherite items are "epic," diamond items are "rare").
  • Item Count Display: If a dropped item stack has more than one item, the item name will also display the quantity (e.g., "Diamond Sword (2)").
  • Debug Mode: A debug mode can be enabled in the configuration to print item information and color assignments to the console.