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.20.1 Bundle crashes without using APT Items and Gamerules #62

Closed cobaltw closed 3 months ago

cobaltw commented 7 months ago

Title. Crash log linked. Similarly, trying to use any individual mods will result in it crashing due to not having the rest of the APTweak mods. Using the core with all the individual mods installed makes it function properly. crash-2024-01-21_00.07.00-fml.txt

MarkusBordihn commented 7 months ago

Thanks for the report. It's expected that the bundle crashes (missing dependency), because the bundle expect that all mods are used.

If you only want to use specific modules / part, please remove the bundle and install the core with any of the other modules you want to use. See: https://github.com/MarkusBordihn/BOs-Adaptive-Performance-Tweaks/wiki/HowToUse#modules-%EF%B8%8F

cobaltw commented 7 months ago

Then, does the bundled version itself not actually do anything?

MarkusBordihn commented 7 months ago

Yep, the bundled version is a kind of empty mod with include all modules as requirements like: https://github.com/MarkusBordihn/BOs-Adaptive-Performance-Tweaks/blob/b4cdc24897c2138055235014123f7ec59ce6ca26/bundle/build.gradle#L196C1-L200C63

It exists mostly for historical reasons, because the version 1.16.5 only exists as bundle and not as separate module. So mod pack creator asked to have a single mod which includes all modules for 1.18.2 and higher.

cobaltw commented 7 months ago

This should probably be specified somewhere, as-is I assumed it was an alternative to having to have each individual mod. Unless I just missed that clarification somewhere?

MarkusBordihn commented 3 months ago

Related wiki: https://github.com/MarkusBordihn/BOs-Adaptive-Performance-Tweaks/wiki/HowToUse