#Mod for my upcoming program Iridium - Iridium Exporter

10 messages · Page 1 of 1 (latest)

restive musk
#

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.

placid whale
#

Is the exporting parallelised?

restive musk
placid whale
#

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

restive musk
placid whale
#

Completeable futures would work for this. Take a look at model loading as that's parallelised

crisp portal
#

Exporting resolution control perhaps(?)

gritty merlin
#

Is there a way to specify a specific mod's namespace, or does this just run over all items?

restive musk
jagged jewel