Minecraft Enchant Popoff (Fabric) mod 2026 download
logo
minecraft mod Enchant Popoff (Fabric)

Enchant Popoff (Fabric)

Game Version: 1.14.1
Total Downloads: 1,490
Updated: Sep 13, 2019
Created: May 26, 2019
Download Enchant Popoff (Fabric)Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
EnchantPopoff-fabric-1.14.4-1.0.0-2.jar +1 More release 12.89 KB Sep 13, 2019 1.14.1 421 download Enchant Popoff (Fabric) EnchantPopoff-fabric-1.14.4-1.0.0-2.jar

+1 More releaseDownload
EnchantPopoff-fabric-1.14.1-1.0.0-1.jar release 12.93 KB May 26, 2019 1.14.4 1,052 download Enchant Popoff (Fabric) EnchantPopoff-fabric-1.14.1-1.0.0-1.jar releaseDownload

Description

Share this:

Enchant Popoff

Displays enchantment tooltips underneath the item name popup

Configuration

Default Configuration

{
  "defaultColor": "AQUA",
  "colorOverrides": {},
  "maxLevelFormat": "ITALIC",
  "mergeLines": true
}

Changing Things

defaultColor

The default color to use for all enchantments. See below for all valid values.

colorOverrides

This is a String -> String map that allows you to set a specific color for a given enchantment.

Example:

{
  "colorOverrides": {
    "minecraft:sharpness": "RED"
  }
}

This will make the sharpness text be red. See below for all valid values.

maxLevelFormat

This is a text format that will be applied to enchantment text when it is max level. See below for all valid values.

mergeLines

When true, this will merge lines until they are as wide as scaledScreenWidth / 2. When false, every enchantment will be on it's own line.

Text formats

Colors

Valid color values are as follows: BLACKDARK_BLUEDARK_GREENDARK_AQUADARK_REDDARK_PURPLEGOLDGRAYDARK_GRAYBLUEGREENAQUAREDLIGHT_PURPLEYELLOWWHITE

Decorators

Valid decorator values are as follows: OBFUSCATEDBOLDSTRIKETHROUGHUNDERLINEITALICRESET

RESET will be treated as NONE and use whatever the colorOverrides map provides as usual.

Comments

Add a comment