Keksuccino / Load-My-Resources

Source code for the Load My Resources mod.
GNU General Public License v3.0
7 stars 1 forks source link

Make pack always be the first one in the list / make it have the highest priority #5

Closed ardissaps closed 1 year ago

ardissaps commented 2 years ago

I mean is it like the texture put on top?

Keksuccino commented 2 years ago

I'm actually not sure about this right now, but I think LMR resources should always be on top of all other packs. (could be wrong, need to check this)

ardissaps commented 2 years ago

Look like it is not on top, if i put texture pack it is overriden by default directory pack.

ardissaps commented 2 years ago

Would you make it always on top? Like overtwriting everything

Keksuccino commented 2 years ago

yeah, can do this :)

ardissaps commented 2 years ago

Thank you!

Xing-C commented 1 year ago

Has this function been implemented? I want to fix the vanilla content :D

Keksuccino commented 1 year ago

Will probably not add this, because it's surprisingly difficult to do without reloading resources. Yes, it would be possible, but mods could still load packs after that one in some cases and I don't see how I could force-load it with the highest priority without a reload, sorry.

It was never made to work as an actual resource pack anyways. It's to load custom resources that aren't part of a mod or the base game already.

Xing-C commented 1 year ago

Dear author, do you know another great work, it did, but the version stagnated Is it possible for us to learn anything here? https://github.com/lumien231/Resource-Loader

Xing-C commented 1 year ago

I want to overwrite the Minecraft default package and keep it at the front. Can we implement it without considering the packages of other mods?

Will probably not add this, because it's surprisingly difficult to do without reloading resources. Yes, it would be possible, but mods could still load packs after that one in some cases and I don't see how I could force-load it with the highest priority without a reload, sorry.

It was never made to work as an actual resource pack anyways. It's to load custom resources that aren't part of a mod or the base game already.

Keksuccino commented 1 year ago

I don't add half-baked things to my mods, I'm sorry.