addIcons

fun addIcons(vararg ids: String)

Request additional icons to be added to the texture icon font. Ids should be in the format namespace:path, i.e. minecraft:item/stone_sword.

The corresponding icon character be resolved using getIcon after resource pack generation.


Request additional icons to be added to the texture icon font. File extension should not be included in the path.

The corresponding icon character be resolved using getIcon after resource pack generation.