🖼️Icons and images
Images in items
You can show custom tags and icons in item lore and display name.
Tool to create images
Download here:
Requires Java 16

You have to create the images in your own resourcepack and reference them in the VanillaCustomizer configuration.
For example this setting puts a custom icon before the first line of the item lore:
customizations:
test_tag:
rules:
material_wildcards:
- "STONE_SWORD"
changes:
lore_insert_json:
index: 0
lines:
- '[{"text":"q", "font":"vanilla_customizer:example_tags"}]'
The resourcepack folder looks like that


This is the font which holds the custom character (in this case only one, but you can add more).
{
"providers":[
{"type":"bitmap","file":"vanilla_customizer:event_item.png","height":9,"ascent":8,"chars":["q"]}
]
}
Last updated