kakaragame/core

Update ResourceManager

Closed this issue · 2 comments

Is your feature request related to a problem? Please describe.
Ability to change the mods texture resolution.

Describe the solution you'd like
Inside your mod jar it must follow this format.
resources/{resource_type}/{Your Path}
and for textures
resources/textures/{resolution}/{your path}

And on your mod load its gonna use theCodeOfAMadMan and parse all that.
And then if you want to resource just do {your_path} part. and And there will be different methods for different types

Completed.

Completed Last Night.