CyclopsMC / IconExporter

Exports item and block icons to files
MIT License
20 stars 7 forks source link

Include mod name in export metadata #28

Open raoulvdberge opened 11 hours ago

raoulvdberge commented 11 hours ago

Issue type:


Short description:

It would be super nice if the mod name were to be included for each metadata item in the export metadata.

So something like this:

{"meta":[{"image_file":"minecraft__zombified_piglin_spawn_egg.png","mod_name":"Minecraft","local_name":"Zombified Piglin Spawn Egg","id":"minecraft:zombified_piglin_spawn_egg","type":"item"},{"image_file":"refinedstorage__controller.png","mod_name":"Refined Storage","local_name":"Controller","id":"refinedstorage:controller","type":"item"}]}
rubensworks commented 11 hours ago

Thanks for the suggestion!