Skip to content

Open-KFC/InvHUD_Configurable

Repository files navigation

Before That

This mod is NOT a revised version incorporating InventoryHUD+ features; instead, it serves as an expansion module for InventoryHUD+ and cannot operate independently.

Chinese Description Over Here: https://www.mcmod.cn/class/14637.html

Overview

(Applicable to Minecraft 1.12.2)The Inventory HUD+ mod's PotionHUD is hardcoded to work with select mods, leading to inaccurate or absent potion icons from others, such as SRP and SimpleDifficulty.

This mod empowers players to dictate in the .cfg file (config/invhud_configurable/iconMod.cfg) the exact locations where Inventory HUD+ should retrieve potion icons for various mods.

Usage

Presently, this mod supports defining path global path lookup rules for a mod or assigning specific paths for individual potion.

In the .cfg file, structure each line as either a lookup rule or a specific path, separating elements with commas.

  1. Defining Lookup Rules:

    • <modid>, <lookup rule>

    • e.g.: srparasites, textures/gui/potion_%s.png

    • Here, %s acts as a placeholder for the potion's name (post-colon in its registry name). So assets/srparasites/textures/gui/potion_viral.png serves as the image source for the "srparasites:viral" effect.

  2. Specific Paths Assignment:

    • <modid>, <potion name>, <path>

    • e.g.: simpledifficulty, cold_resist, textures/potions/resist_cold.png

    • (Particular paths override general rules.) This assignment InventoryHUD+ to use assets/simpledifficulty/textures/potions/resist_cold.png for the "simpledifficulty:cold_resist" effect.

Note:

  • In the absence of a global lookup rule for a mod but with a defined path for one of its potions, remaining potions from that mod will default to displaying as purple-black placeholder.

  • Currently, this customization only applies to mods that manage potion icons as discrete smaller images, not concatenated within a single larger image.

  • The auto-generated .cfg file is pre-equipped with support configurations for SRP and SimpleDifficulty.

About

Make InvHUD+ configurable

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages