Figured I'd show off this mod before Iridium comes out (less than a couple days from now).
Basically, this mod gets all of the items in your game and creates a folder in your Minecraft directory and places item data and image files into it, allowing for an easy collection of item data. Not a whole lot, but it's needed from my program Iridium.
#Mod for my upcoming program Iridium - Iridium Exporter
10 messages · Page 1 of 1 (latest)
Is the exporting parallelised?
in what way do you mean?
You're converting every model to a image, the image writing takes the longest. So by parallelising it, (multiple threads writing images at once) it should go much faster as that looks like the bottleneck
yeah, image loading can take some time especially when it gets to be over 5000+ items. I'll take a look and see if I can try that out
Completeable futures would work for this. Take a look at model loading as that's parallelised
Exporting resolution control perhaps(?)
Is there a way to specify a specific mod's namespace, or does this just run over all items?
it just runs over all the items
Should it really take that much time? It’s already mostly on the same atlas on GPU, where’s the exporting process taking the most time currently?