Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/markusbordihn/bos-mods-optimizer
Last synced: about 1 month ago
JSON representation
Automatic and realtime server bundling (one mod pack for client/server) and mod clean up for better performance and less crashes.
- Host: GitHub
- URL: https://github.com/markusbordihn/bos-mods-optimizer
- Owner: MarkusBordihn
- License: other
- Created: 2023-12-06T18:50:00.000Z (12 months ago)
- Default Branch: 1.18.2
- Last Pushed: 2024-08-15T11:08:01.000Z (3 months ago)
- Last Synced: 2024-08-15T23:07:33.304Z (3 months ago)
- Language: Java
- Size: 420 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Mods Optimizer Downloads](http://cf.way2muchnoise.eu/full_947247_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/mods-optimizer)
[![Mods Optimizer Versions](http://cf.way2muchnoise.eu/versions/Minecraft_947247_all.svg)](https://www.curseforge.com/minecraft/mc-mods/mods-optimizer)![Mods Optimizer][logo]
## Please read before using ⚠️
This mod is renaming / moving your mod files, for this reason it is important that you have regular
backups in place.
I will do my best to implement corresponding safety features to avoid possible issues, but I'm not
able to cover all use cases.## 👾Automatic Server Bundle (one mod pack for client/server)
This mod automatically disable mods which are incompatible or not needed on the server side.
There is no longer the need to have a separated "server" and "client" mod pack only for the mods.## 👾 Automatic Mod Cleanup
This mod automatically clean up duplicated files, by removing older versions.
This is helpful to avoid duplication issues and manual deleting of older versions.## How to use the mod ?
Just add the mod to your mod pack and during the start on a Minecraft Client or a Minecraft Server
it will automatically optimize the mods in the mod folder.If the mod is used on a server all client related mods will be automatically renamed to "
???.client".
The mod is mostly helpful if it is used on the server and the client side.## Fabric Support ?
Unfortunately Fabric is not supporting loading any mods / code after the `GameProvider` but before
the Fabric Mod Loader, for this reason we are currently not able to support Fabric as long as this
is not changed.## Example Mod Pack
If you want to see this mod in action, please take a look at:
https://www.curseforge.com/minecraft/modpacks/bos-adventure-world## ℹ️ More Information
Please take a look at our wiki https://github.com/MarkusBordihn/BOs-Mods-Optimizer/wiki for
additional information.[logo]: Common/src/main/resources/logo.png