https://github.com/litetex-oss/mcm-server-snapshot-performance-backports
Minecraft mod that backports server performance improvements for the latest release from the latest snapshots
https://github.com/litetex-oss/mcm-server-snapshot-performance-backports
fabric minecraft mod performance server snapshot-backports
Last synced: 11 months ago
JSON representation
Minecraft mod that backports server performance improvements for the latest release from the latest snapshots
- Host: GitHub
- URL: https://github.com/litetex-oss/mcm-server-snapshot-performance-backports
- Owner: litetex-oss
- License: apache-2.0
- Created: 2024-09-22T13:40:38.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-12-01T03:20:53.000Z (over 1 year ago)
- Last Synced: 2024-12-01T04:24:13.870Z (over 1 year ago)
- Topics: fabric, minecraft, mod, performance, server, snapshot-backports
- Language: Java
- Homepage: https://modrinth.com/mod/server-snapshot-performance-backports
- Size: 226 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://modrinth.com/mod/server-snapshot-performance-backports)
[](https://github.com/litetex-oss/mcm-server-snapshot-performance-backports/actions/workflows/check-build.yml?query=branch%3Adev)
# Server Snapshot Performance Backports
_NOTE: This mod is currently archived as there haven't been any performance optimizations to backport in the recent time_
Backports server performance improvements for the latest release from the latest snapshots.
Details about the optimizations can be found in the [changelog](https://github.com/litetex-oss/mcm-server-snapshot-performance-backports/blob/dev/CHANGELOG.md).
## Motivation/Why does this mod exist?
Snapshots (e.g. [24w33a](https://minecraft.wiki/w/Java_Edition_24w33a)) can contain extreme performance improvements for servers.
However it may take months until we see these improvements finally shipped in a release.
This mod contains selected extracted improvements from the snapshots and backports them into the latest available release.
1.21.1 Idle CPU usage comparison
Before / Without mod:

After / With mod:

## Installation
[Installation guide for the latest release](https://github.com/litetex-oss/mcm-server-snapshot-performance-backports/releases/latest#Installation)
### Usage in other mods
Add the following to ``build.gradle``:
```groovy
dependencies {
modImplementation 'net.litetex.mcm:server-snapshot-performance-backports:'
// Further documentation: https://wiki.fabricmc.net/documentation:fabric_loom
}
```
> [!NOTE]
> The contents are hosted on [Maven Central](https://repo.maven.apache.org/maven2/net/litetex/mcm/). You shouldn't have to change anything as this is the default maven repo.
> If this somehow shouldn't work you can also try [Modrinth Maven](https://support.modrinth.com/en/articles/8801191-modrinth-maven).
## Contributing
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.