chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
647 stars 76 forks source link

Resource pack overlays (23w31a) #1612

Open ShirleyNekoDev opened 1 year ago

ShirleyNekoDev commented 1 year ago

23w31a > Pack Metadata

Resource pack loading will have to apply overlay directory content depending on the configuration in pack.mcmeta. Might be helpful for the user to select which minecraft version / resource pack format version to load.

leMaik commented 1 year ago

As an MVP, loading the latest version (basically behave as if we're loading Infinity) should be sufficient. This ensures that we get the resources that the latest game version would get.

Resource pack loading needs some refactoring for #1332 too, so this is a great opportunity to get that out of the block models PR and implement that file resolution properly.