Detail Armor Bar [Fabric]

Detail Armor Bar [Fabric]

2M Downloads

Allow adding mod support manually

Dekamir opened this issue ยท 2 comments

commented

Allow modpack developers to add DAB support themselves.
The textures have to be bundled via resource packs or a resource loader mod.

Example in TOML Forge Config:

["Detail Armor Bar Settings"]
    "External Item Overrides" = ["item{advancednetherite:netherite_diamond_chestplate},texture{gd3:textures/gui/mods/advnet_dab.png"]
    #Example Value: ["item{namespace:item,texture{namespace:path}]
commented

Example in TOML Forge Config:

What is that file and where is it located?

commented

i could make a PR with a data driven api (editable with resource packs), was planning on making that externally for a modpack anyways