MarkusBordihn / BOs-Mods-Optimizer

Automatic and realtime server bundling (one mod pack for client/server) and mod clean up for better performance and less crashes.
Other
3 stars 2 forks source link

AttributeFix #5

Closed OxiiGiin1 closed 6 months ago

OxiiGiin1 commented 6 months ago

no matter if i put attributefix as default or server my server still crashes and converts it to a client side mod, even though its a dependancy that two of my mods need.

MarkusBordihn commented 6 months ago

Thanks for the report. I added AttributeFix to my automated tests, but was unfortunately not able to reproduce the issue on my side.

Before config overwrite: image

After overwrite: image

As you could see, the mod was never detected as "client" and more like "unknown" and "default" after the overwrite.

Could you please provide the following additional information in this case:

You can get additional information, what the mod is doing in detail if you enable the debug mode. See: https://github.com/MarkusBordihn/BOs-Mods-Optimizer/wiki/Configuration#debug-mode

Please make sure that if you enable the debug mode, that you should not use debugForceSide = "client" or debugForceSide = "server" . It should be the default value debugForceSide = "default" instead.