Open Dekamir opened 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}]
What is that file and where is it located?
i could make a PR with a data driven api (editable with resource packs), was planning on making that externally for a modpack anyways
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: