RedLime / DetailArmorBar

Minecraft 'Detail Armor Bar' Mod
MIT License
12 stars 8 forks source link

Allow adding mod support manually #20

Open Dekamir opened 2 years ago

Dekamir commented 2 years ago

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}]
MaroonShaded commented 1 year ago

Example in TOML Forge Config:

What is that file and where is it located?

serenyadev commented 2 months ago

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