MarkusBordihn / BOs-Adaptive-Performance-Tweaks

Adaptive Performance Tweaks is a collection of Minecraft Forge server-side Mod which automatically adjust specific settings on the server to allow a more balanced TPS/FPS.
Other
4 stars 2 forks source link

1.18.X - 1.19.X Forge Client Side Mods Helper Wildcard Support #34

Closed P3rf3ctXZer0 closed 1 year ago

P3rf3ctXZer0 commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I would like wildcard support for mods blacklist; example TextruesRubidiumOptions-1.0.4-mc1.19.3 to TextruesRubidiumOptions*.jar

Describe the solution you'd like A clear and concise description of what you want to happen.

I would like wildcard support for mods blacklist; example TextruesRubidiumOptions-1.0.4-mc1.19.3 to TextruesRubidiumOptions*.jar

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

There isn't any

Additional context Add any other context or screenshots about the feature request here.

I would like wildcard support for mods blacklist; example TextruesRubidiumOptions-1.0.4-mc1.19.3 to TextruesRubidiumOptions*.jar

MarkusBordihn commented 1 year ago

Thanks a lot for the feedback. Currently the mod already include a kind of wildcard support by automatically stripping out the versions numbers from the given file names.

The file name TextruesRubidiumOptions-1.0.4-mc1.19.3 will basically match with anything like TextruesRubidiumOptions-*-mc1.19.3. If this is not working for a specific use-case it would be great if you could provide an example to improve the version stripping.

P3rf3ctXZer0 commented 1 year ago

Oh good to know :D I will keep that in mind in the future. so where I place * is where the wildcard starts?