Darkhax-Minecraft / Open-Loader

An open source resource and data loader for Minecraft.
GNU Lesser General Public License v2.1
19 stars 7 forks source link

[FEEDBACK] Previous versions of resource-packs used the term built-in and not (OpenLoader) next to it. #34

Closed seriousfreezing closed 6 months ago

seriousfreezing commented 7 months ago

Minecraft Version

1.20.1

Mod Loader

Fabric

Feedback

I was wondering if it was possible to revert this change, since in the 1.19.2 versions there is no term "(OpenLoader)" but rather (built-in).

I'd also like to know if there's a way to hide the resource packs and datapacks inside the OpenLoader.

Darkhax commented 6 months ago

Hello, thank you for the feedback. Sorry for taking so long to get back to you on this. Mojang changed how pack sources are handled in this version and our source now adds OpenLoader and makes the name green. This is useful for debugging issues but I can understand why you may want to hide this information. I've pushed an update that adds the displaySourceName option which will let you disable this. The files are currently being processed by CurseForge and will hopefully be available soon.

seriousfreezing commented 6 months ago

In the case of this update, it just goes back to the way it was before, does it? Do you have any options to customize it, like changing the name or things like that? Or even how to hide the built-in resource pack?

Darkhax commented 6 months ago

No, this config option will only remove the source name from entries loaded by open loader.

seriousfreezing commented 6 months ago

Ok, thanks!