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

Crash server without adaptive_performance_tweaks_spawn #50

Closed BlackAures1 closed 1 year ago

BlackAures1 commented 1 year ago

Describe the bug If you try to start a server with an incomplete adaptive_performance_tweaks package, it crashes and requires adaptive_performance_tweaks_spawn to be installed. Is this mandatory? apt_spawn conflicts with InControl and often removes spawn completely in-game, so I don't want to use it. After removing adaptive_performance_tweaks the crash does not happen. The other mods work correctly

Crash report crash-2023-06-12_17.29.14-fml.txt

Expected behavior adaptive_performance_tweaks_spawn no needed to adaptive_performance_tweaks

MarkusBordihn commented 1 year ago

Thanks for the report. If you have installed the bundled version it's expect that all modules are used and required by the bundle.

If you only want to use specific modules, remove the bundled version and install the individuell packages instead like:

BlackAures1 commented 1 year ago

adaptive_performance_tweaks (without prefixes) is bundled? Okay, it's a little obvious, but I was guessing that. I thought the version without the prefixes was Core

MarkusBordihn commented 1 year ago

The first few version was a single package. After I split it to several modules, the people ask me to put a bundled version under the former name. For this historical reason the version without prefix is the bundled version.