Adrenaline is a client-side or server-side modpack, developed for Fabric, comprised of the best combination of mods (e.g. Sodium and Lithium, along with many more) that significantly improves rendering performance, logic performance, memory usage, and more - all without compromising on the game's vanilla looks and features!
It is designed to be simple and not include any quality-of-life mods, along with not including redundant performance mods. Because of this simplicity, the modpack is compatible with a very wide range of devices and can be updated to the latest versions very quickly. Want more features? No problem! Adrenaline serves as a great foundation for performance - simply add your favorite mods on top.
For the list of mods that are included, see this wiki page. Adrenaline can be installed on both clients and servers, so this list tells you what is installed depending on the environment.
Please be sure to read Sodium's Driver Compatibility section on the wiki before installing Adrenaline. It contains some important instructions on preventing crashes and other performance issues.
If you would like to install the modpack, go to this page on the SkywardMC website. You can install the modpack with a third party launcher or our standalone installer. After you install, you can figure out how to tweak things to give greater optimizations in the post-install section of the wiki. This includes procedures such as increasing your allocated memory and tweaking your game settings for your device.
After installing the modpack, you can easily add your favorite mods so long as they are compatible with the Minecraft version you are playing on. The wiki also has some recommendations on possibly improving performance further with other mods that are not suitable to be included in Adrenaline by default.
Installing Adrenaline on a server Adrenaline also optionally functions server-side! We now use Modrinth's mrpack environment feature to install the proper mods for the correct environment. Client-side mods that are part of Adrenaline will not be installed through these methods. The server portion of this modpack was previously known as [Adrenaserver](https://modrinth.com/modpack/adrenaserver). 🏷️ Install using Aternos You can get a low-power, free server at [Aternos](https://aternos.org). However, it is often a bit slow on vanilla Minecraft without any performance patches. Aternos supports installing Adrenaline by going to `Software -> Change -> Modpacks -> Modrinth -> Adrenaline`, which will speed up your server by quite a lot without affecting vanilla behavior. 📦 Install using mrpack-install Download `mrpack-install` through [GitHub releases](https://github.com/nothub/mrpack-install/releases) (or your distro's package if it has one) and take a look at the commands on the [README](https://github.com/nothub/mrpack-install). In Adrenaline's case, to install in your server you would run:mrpack-install adrenaline [optional version number]
🐋 Install using Docker Compose
> It's a good idea to have some knowledge on using Docker before doing this.
1. Make sure you have Docker Engine installed properly according to the [Docker docs](https://docs.docker.com/engine/install)
2. Create a new directory
3. Place the contents below in a file called `docker-compose.yml`. This Compose file also contains some other server tweaks meant for performance, such as disabling `sync-chunk-writes`, reducing render and simulation distance, and more
4. Run `docker compose up -d` in that directory
For any other information, you can read through the [Docker Minecraft Server documentation](https://docker-minecraft-server.readthedocs.io).
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
# Adrenaline and other mods
MOD_PLATFORM: MODRINTH
MODRINTH_DOWNLOAD_DEPENDENCIES: required
MODRINTH_MODPACK: adrenaline # this installs the latest version of Adrenaline, you can also use a specific MR link to a version
MODRINTH_PROJECTS: spark, chunky # comma separated list of extra mods
# Server properties
VIEW_DISTANCE: 8
SIMULATION_DISTANCE: 5
SYNC_CHUNK_WRITES: false # having this set to false will significantly improve performance but may cause desync issues and (extremely rare) data corruption. set to true if you don't have a backup system
volumes:
# Attach the relative directory 'data' to the container's /data path
- ./data:/data
✨ Install using mcman
[mcman](https://github.com/ParadigmMC/mcman) is a tool for managing the mods/plugins/configurations of a Minecraft server. First, install mcman from [releases](https://github.com/ParadigmMC/mcman/releases). To import Adrenaline while initializing a server, use this command:
mcman init --mrpack mr:adrenaline
After initializing and importing the mrpack, run `mcman build` to build the server into the `server/` directory, from which you can call `cd server && sh start.sh` or `cd server && call start.bat`. For more information, check out [mcman's docs](https://github.com/ParadigmMC/mcman/blob/main/DOCS.md).
💿 Install using mrpack4server
See the [mrpack4server](https://github.com/Patbox/mrpack4server) Git repository for installation info. `modpack-info.json`:
{
"project_id": "adrenaline",
"version_id": "version id or name"
}
🧙 Install using packwiz-installer
> Before doing any of this, be sure to have a backup of the server in case anything goes wrong.
[packwiz-installer](https://github.com/packwiz/packwiz-installer) is a useful tool that lets you automatically install and update a modpack through the `pack.toml` file of that pack.
Some server hosts may let you set a command that runs before the server actually starts. It's called a pre-launch command. I can't exactly help if you are using an external server provider as many don't support pre-launch commands or require you to supply your own jar file that will run the command.
First, you need to install `packwiz-installer-bootstrap` from [here](https://github.com/packwiz/packwiz-installer-bootstrap/releases). After that, move it to the same folder as your server's Fabric loader jar. This will usually be the root of the server.
You may change the MC version of the modpack ([available versions only](https://github.com/skywardmc/adrenaline/tree/main/versions)).
java -jar packwiz-installer-bootstrap.jar -g -s server https://raw.githack.com/intergrav/Adrenaline/main/versions/fabric/1.21.1/pack.toml
If you are running this server through a batch file or shell script, you can add this command before your server's launch command and it should work just fine.
_Having trouble? Check out the [packwiz wiki](https://packwiz.infra.link/tutorials/installing/packwiz-installer/#using-a-modpack-with-a-server) and, if that doesn't help, ask in the [packwiz Discord server](https://discord.gg/DcSkRF4)._
Adrenaline aims to significantly improve rendering and game logic performance, along with memory and hardware usage, without compromising on the game's looks or features in any way. This is done with various optimization mods that are actively tested for stability and improvement. Some mods are also pre-configured. Adrenaline wouldn't exist without projects like Sodium, so I advise you to donate to mod authors and contributors if you can.
For the list of performance mods that are included, see this wiki page. Adrenaline can be installed on both clients and servers, so this list tells you what is installed depending on the environment.
I only pick the combination of mods that work best with eachother, and don't include performance mods that aren't necessary or often break compatibility with other mods or device hardware. I also don't include any quality of life mods in the pack for the sole purpose of keeping it simple and flexible. This simplicity allows you to very easily build your own modpacks based on Adrenaline, or simply install Adrenaline and play with your favorite mods.
All mods in Adrenaline are either open-source or source-available, which means you can view the code of mods and see exactly what they are doing. Adrenaline is also available as packwiz projects on GitHub so that you can easily view what's being changed, contribute if you would like to, or fork the modpack to create your own project. If you would like to view the mods shipped with Adrenaline, simply look at the dependencies in the Modrinth page or look in the Git repository.
For Hardware Compatibility information, see the corresponding section in Sodium's Modrinth description.
Experiencing bugs, crashes, or other issues? Feel free to open an issue on the issue tracker. Be sure to include necessary information like your hardware/software (e.g. GPU and CPU, modpack version and OS) so that it's easier for us to find issues and resolve them.
For a few frequently asked questions, along with tons of other information, consider visiting the wiki. It has a few other helpful resources that I suggest you read, such as troubleshooting info and more. This wiki is often updated with new information.
Need a fast, reliable Minecraft server? Feel free to use my code devin for 25% off your first month of any server from Bisect Hosting, supporting me in the process. Click this banner for more information. You can also setup Adrenaline to improve your server's optimization while still allowing vanilla clients to join.
Optional
Optional
Terms for using, modifying and redistributing this product.
05.07.2026 · Modrinth
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog:...
Screenshots and images from the original Modrinth page.


Published versions and original Modrinth files.
05.07.2026 · 4 181 downloads
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
05.07.2026 · 1 486 downloads
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
05.07.2026 · 2 621 downloads
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
05.07.2026 · 451 downloads
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
05.07.2026 · 366 downloads
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
21.06.2026 · 2 677 downloads
mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core.
mc1.21.10 support will be dropped next release due to a low amount of users.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
21.06.2026 · 1 212 downloads
mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core.
mc1.21.10 support will be dropped next release due to a low amount of users.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
21.06.2026 · 1 978 downloads
mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core.
mc1.21.10 support will be dropped next release due to a low amount of users.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
21.06.2026 · 187 downloads
mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core.
mc1.21.10 support will be dropped next release due to a low amount of users.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
21.06.2026 · 318 downloads
mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core.
mc1.21.10 support will be dropped next release due to a low amount of users.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
21.06.2026 · 235 downloads
mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core.
mc1.21.10 support will be dropped next release due to a low amount of users.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
14.06.2026 · 1 877 downloads
mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
14.06.2026 · 1 124 downloads
mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
14.06.2026 · 87 downloads
mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
14.06.2026 · 203 downloads
mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
14.06.2026 · 151 downloads
mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
08.05.2026 · 7 239 downloads
mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
08.05.2026 · 5 087 downloads
mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
08.05.2026 · 256 downloads
mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
08.05.2026 · 768 downloads
mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
08.05.2026 · 581 downloads
mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
04.04.2026 · 4 969 downloads
Please keep in mind that the mc26.1.1 version is a beta release. The mc26.1.1 version is missing some optimizations and may also be unstable.
Missing mods: Entity Culling, Krypton (server), Particle Core
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
04.04.2026 · 6 663 downloads
Please keep in mind that the mc26.1.1 version is a beta release. The mc26.1.1 version is missing some optimizations and may also be unstable.
Missing mods: Entity Culling, Krypton (server), Particle Core
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
04.04.2026 · 454 downloads
Please keep in mind that the mc26.1.1 version is a beta release. The mc26.1.1 version is missing some optimizations and may also be unstable.
Missing mods: Entity Culling, Krypton (server), Particle Core
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
04.04.2026 · 819 downloads
Please keep in mind that the mc26.1.1 version is a beta release. The mc26.1.1 version is missing some optimizations and may also be unstable.
Missing mods: Entity Culling, Krypton (server), Particle Core
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
04.04.2026 · 588 downloads
Please keep in mind that the mc26.1.1 version is a beta release. The mc26.1.1 version is missing some optimizations and may also be unstable.
Missing mods: Entity Culling, Krypton (server), Particle Core
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
28.03.2026 · 2 433 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release adds back Cull Fewer Leaves.
Missing mods: Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
28.03.2026 · 2 752 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release adds back Cull Fewer Leaves.
Missing mods: Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
28.03.2026 · 190 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release adds back Cull Fewer Leaves.
Missing mods: Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
28.03.2026 · 303 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release adds back Cull Fewer Leaves.
Missing mods: Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
28.03.2026 · 213 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release adds back Cull Fewer Leaves.
Missing mods: Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
27.03.2026 · 273 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release includes a critical fix for Lithium on mc26.1.
Missing mods: Cull Fewer Leaves, Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
27.03.2026 · 354 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release includes a critical fix for Lithium on mc26.1.
Missing mods: Cull Fewer Leaves, Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
27.03.2026 · 78 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release includes a critical fix for Lithium on mc26.1.
Missing mods: Cull Fewer Leaves, Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
27.03.2026 · 103 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release includes a critical fix for Lithium on mc26.1.
Missing mods: Cull Fewer Leaves, Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
27.03.2026 · 85 downloads
Please keep in mind that the mc26.1 version is a beta release. The mc26.1 version is missing some optimizations and may also be unstable.
This release includes a critical fix for Lithium on mc26.1.
Missing mods: Cull Fewer Leaves, Krypton (server), Particle Core, ServerCore
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
26.03.2026 · 438 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 585 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 73 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 99 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 170 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 139 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 80 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 116 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 108 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
26.03.2026 · 330 downloads
Adrenaline is now available for mc26.1! Please keep in mind that this is an alpha release. The mc26.1 version is missing some optimizations and may also be unstable.
Missing mods: Cull Fewer Leaves, ImmediatelyFast, Krypton (server), Particle Core, ServerCore
Adrenaline and Additive are switching to CalVer as their versioning system. We previously used SemVer, but I think it makes more sense to use CalVer for these modpacks as there's no API involved and it gives the user more understanding of when a release came out just by looking at the version number. Minecraft also just switched to CalVer, so it's fitting.
Mostly the same as SemVer, but giving an actual meaning to the major version number, which previously always stayed at 1 (which is now the year of release)
I also added an mc tag to the Minecraft version to prevent confusion between pack version and Minecraft version. Here are a few examples of what Adrenaline/Additive versions will look like now:
I've made one-shot backports to most of Adrenaline and Additive's unsupported versions to keep them close to the current design state. I still see a lot of people downloading older versions like mc1.16.5 and mc1.18.2, and those legacy versions were severely out of date, missing quite a few optimizations, and had a lot of unnecessary bloat. I may do these backports every once in a while if necessary.
Versions affected: mc1.16.5, mc1.18.2, mc1.19.2, mc1.19.4, mc1.20.4
This does not mean that these versions will be actively supported in the future. Please do not ask for support regarding these versions.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
22.03.2026 · 3 167 downloads
Ixeris has been updated (again), fixing a crash.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
22.03.2026 · 145 downloads
Ixeris has been updated (again), fixing a crash.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
22.03.2026 · 200 downloads
Ixeris has been updated (again), fixing a crash.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
22.03.2026 · 128 downloads
Ixeris has been updated (again), fixing a crash.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
20.03.2026 · 1 308 downloads
Ixeris has been updated, fixing a couple of bugs.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
20.03.2026 · 104 downloads
Ixeris has been updated, fixing a couple of bugs.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
20.03.2026 · 101 downloads
Ixeris has been updated, fixing a couple of bugs.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
20.03.2026 · 66 downloads
Ixeris has been updated, fixing a couple of bugs.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
17.03.2026 · 2 430 downloads
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
17.03.2026 · 131 downloads
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
17.03.2026 · 157 downloads
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
17.03.2026 · 97 downloads
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
07.03.2026 · 3 989 downloads
YOSBR has been replaced with Config Manager. Config Manager is nice because it has a better folder name ("modpack_defaults" rather than "YOSBR", which is more indicative to the user of what it's supposed to do), and because it has a feature that lets the user easily overwrite or entirely reset their config folder with the modpack defaults, which can help in the case of a corrupted instance or if you just want a fresh start. This is only accessible through Mod Menu, so...
Mod Menu has been added to Adrenaline based on community vote in our Discord. The reasoning behind this is because it's a mod that basically 90% of Adrenaline users and modpack creators install anyway, and it allows the user to access Config Manager's features. It's also just really nice to have so that you can edit mod configurations to your liking.
This technically goes against Adrenaline's "no QoL mods" approach, but I think this is probably the only case where it's perfectly acceptable to have. It's not going to decrease performance or anything, and I've intentionally configured it so that it's out of your way (update check is off, and button type is set to "icon" so that it doesn't shift around menus and it's just a small button on the main menu).
Ixeris has been added to Adrenaline as buffered raw input (Windows only) is now enabled by default and considered stable. This mod can have a noticable improvement in performance when using a mouse with a very high polling rate. See the mod page for more info. Please let us know if Ixeris causes any issues for you.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
07.03.2026 · 191 downloads
YOSBR has been replaced with Config Manager. Config Manager is nice because it has a better folder name ("modpack_defaults" rather than "YOSBR", which is more indicative to the user of what it's supposed to do), and because it has a feature that lets the user easily overwrite or entirely reset their config folder with the modpack defaults, which can help in the case of a corrupted instance or if you just want a fresh start. This is only accessible through Mod Menu, so...
Mod Menu has been added to Adrenaline based on community vote in our Discord. The reasoning behind this is because it's a mod that basically 90% of Adrenaline users and modpack creators install anyway, and it allows the user to access Config Manager's features. It's also just really nice to have so that you can edit mod configurations to your liking.
This technically goes against Adrenaline's "no QoL mods" approach, but I think this is probably the only case where it's perfectly acceptable to have. It's not going to decrease performance or anything, and I've intentionally configured it so that it's out of your way (update check is off, and button type is set to "icon" so that it doesn't shift around menus and it's just a small button on the main menu).
Ixeris has been added to Adrenaline as buffered raw input (Windows only) is now enabled by default and considered stable. This mod can have a noticable improvement in performance when using a mouse with a very high polling rate. See the mod page for more info. Please let us know if Ixeris causes any issues for you.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
07.03.2026 · 267 downloads
YOSBR has been replaced with Config Manager. Config Manager is nice because it has a better folder name ("modpack_defaults" rather than "YOSBR", which is more indicative to the user of what it's supposed to do), and because it has a feature that lets the user easily overwrite or entirely reset their config folder with the modpack defaults, which can help in the case of a corrupted instance or if you just want a fresh start. This is only accessible through Mod Menu, so...
Mod Menu has been added to Adrenaline based on community vote in our Discord. The reasoning behind this is because it's a mod that basically 90% of Adrenaline users and modpack creators install anyway, and it allows the user to access Config Manager's features. It's also just really nice to have so that you can edit mod configurations to your liking.
This technically goes against Adrenaline's "no QoL mods" approach, but I think this is probably the only case where it's perfectly acceptable to have. It's not going to decrease performance or anything, and I've intentionally configured it so that it's out of your way (update check is off, and button type is set to "icon" so that it doesn't shift around menus and it's just a small button on the main menu).
Ixeris has been added to Adrenaline as buffered raw input (Windows only) is now enabled by default and considered stable. This mod can have a noticable improvement in performance when using a mouse with a very high polling rate. See the mod page for more info. Please let us know if Ixeris causes any issues for you.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
07.03.2026 · 158 downloads
YOSBR has been replaced with Config Manager. Config Manager is nice because it has a better folder name ("modpack_defaults" rather than "YOSBR", which is more indicative to the user of what it's supposed to do), and because it has a feature that lets the user easily overwrite or entirely reset their config folder with the modpack defaults, which can help in the case of a corrupted instance or if you just want a fresh start. This is only accessible through Mod Menu, so...
Mod Menu has been added to Adrenaline based on community vote in our Discord. The reasoning behind this is because it's a mod that basically 90% of Adrenaline users and modpack creators install anyway, and it allows the user to access Config Manager's features. It's also just really nice to have so that you can edit mod configurations to your liking.
This technically goes against Adrenaline's "no QoL mods" approach, but I think this is probably the only case where it's perfectly acceptable to have. It's not going to decrease performance or anything, and I've intentionally configured it so that it's out of your way (update check is off, and button type is set to "icon" so that it doesn't shift around menus and it's just a small button on the main menu).
Ixeris has been added to Adrenaline as buffered raw input (Windows only) is now enabled by default and considered stable. This mod can have a noticable improvement in performance when using a mouse with a very high polling rate. See the mod page for more info. Please let us know if Ixeris causes any issues for you.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
28.02.2026 · 1 430 downloads
Crash Assistant has been added to Adrenaline. It helps the user when experiencing a crash with log analysis. It also allows the user to click one button to upload multiple different logs (like crash_report and latest log) to mclo.gs at once, along with a button that lets the user easily join the Discord server and get help with their issue. It also shows a warning to the user when they are on an integrated GPU, or are using microcode known to have critical stability bugs. It also lets you easily share what you've changed from Adrenaline's default mod list to make support easier for us.
Technically, yes. However, it should not affect the actual game during runtime at all.
The reasoning for adding this to Adrenaline is because I added CA to Additive a few weeks ago, which I noticed heavily increased the amount of support posts and bug reports in our server. It allows me to help more people and, in the future, fix issues that may not have gotten reported otherwise. So I think adding it to Adrenaline is a good idea, as it doesn't affect the game anyway.
An important thing for modpack creators using Adrenaline to keep in mind: You will need to change Crash Assistant's config to use your branding and also update the CA modlist, or just remove the mod from your fork altogether if you don't want it.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
28.02.2026 · 111 downloads
Crash Assistant has been added to Adrenaline. It helps the user when experiencing a crash with log analysis. It also allows the user to click one button to upload multiple different logs (like crash_report and latest log) to mclo.gs at once, along with a button that lets the user easily join the Discord server and get help with their issue. It also shows a warning to the user when they are on an integrated GPU, or are using microcode known to have critical stability bugs. It also lets you easily share what you've changed from Adrenaline's default mod list to make support easier for us.
Technically, yes. However, it should not affect the actual game during runtime at all.
The reasoning for adding this to Adrenaline is because I added CA to Additive a few weeks ago, which I noticed heavily increased the amount of support posts and bug reports in our server. It allows me to help more people and, in the future, fix issues that may not have gotten reported otherwise. So I think adding it to Adrenaline is a good idea, as it doesn't affect the game anyway.
An important thing for modpack creators using Adrenaline to keep in mind: You will need to change Crash Assistant's config to use your branding and also update the CA modlist, or just remove the mod from your fork altogether if you don't want it.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
28.02.2026 · 183 downloads
Crash Assistant has been added to Adrenaline. It helps the user when experiencing a crash with log analysis. It also allows the user to click one button to upload multiple different logs (like crash_report and latest log) to mclo.gs at once, along with a button that lets the user easily join the Discord server and get help with their issue. It also shows a warning to the user when they are on an integrated GPU, or are using microcode known to have critical stability bugs. It also lets you easily share what you've changed from Adrenaline's default mod list to make support easier for us.
Technically, yes. However, it should not affect the actual game during runtime at all.
The reasoning for adding this to Adrenaline is because I added CA to Additive a few weeks ago, which I noticed heavily increased the amount of support posts and bug reports in our server. It allows me to help more people and, in the future, fix issues that may not have gotten reported otherwise. So I think adding it to Adrenaline is a good idea, as it doesn't affect the game anyway.
An important thing for modpack creators using Adrenaline to keep in mind: You will need to change Crash Assistant's config to use your branding and also update the CA modlist, or just remove the mod from your fork altogether if you don't want it.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
28.02.2026 · 158 downloads
Crash Assistant has been added to Adrenaline. It helps the user when experiencing a crash with log analysis. It also allows the user to click one button to upload multiple different logs (like crash_report and latest log) to mclo.gs at once, along with a button that lets the user easily join the Discord server and get help with their issue. It also shows a warning to the user when they are on an integrated GPU, or are using microcode known to have critical stability bugs. It also lets you easily share what you've changed from Adrenaline's default mod list to make support easier for us.
Technically, yes. However, it should not affect the actual game during runtime at all.
The reasoning for adding this to Adrenaline is because I added CA to Additive a few weeks ago, which I noticed heavily increased the amount of support posts and bug reports in our server. It allows me to help more people and, in the future, fix issues that may not have gotten reported otherwise. So I think adding it to Adrenaline is a good idea, as it doesn't affect the game anyway.
An important thing for modpack creators using Adrenaline to keep in mind: You will need to change Crash Assistant's config to use your branding and also update the CA modlist, or just remove the mod from your fork altogether if you don't want it.
Mods have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
24.02.2026 · 598 downloads
ThreadTweak is no longer shipped with Adrenaline/Additive. Read through issue #66 for the reasoning on this change. TLDR, we do not want to mess with thread priorities out of the box. ThreadTweak does not improve performance for the majority of players anyway.
- Instructions will soon be added to the post-install page on the wiki about whether or not you should install ThreadTweak (or it's alternatives) for anyone who still needs it.
- Typically, you should only need this mod if you are on a very slow CPU with a small amount of cores to reduce stuttering. Otherwise it can hurt performance!
Please report them on the issue tracker. I'll try to get to them whenever I can.
24.02.2026 · 57 downloads
ThreadTweak is no longer shipped with Adrenaline/Additive. Read through issue #66 for the reasoning on this change. TLDR, we do not want to mess with thread priorities out of the box. ThreadTweak does not improve performance for the majority of players anyway.
- Instructions will soon be added to the post-install page on the wiki about whether or not you should install ThreadTweak (or it's alternatives) for anyone who still needs it.
- Typically, you should only need this mod if you are on a very slow CPU with a small amount of cores to reduce stuttering. Otherwise it can hurt performance!
Please report them on the issue tracker. I'll try to get to them whenever I can.
24.02.2026 · 96 downloads
ThreadTweak is no longer shipped with Adrenaline/Additive. Read through issue #66 for the reasoning on this change. TLDR, we do not want to mess with thread priorities out of the box. ThreadTweak does not improve performance for the majority of players anyway.
- Instructions will soon be added to the post-install page on the wiki about whether or not you should install ThreadTweak (or it's alternatives) for anyone who still needs it.
- Typically, you should only need this mod if you are on a very slow CPU with a small amount of cores to reduce stuttering. Otherwise it can hurt performance!
Please report them on the issue tracker. I'll try to get to them whenever I can.
24.02.2026 · 84 downloads
ThreadTweak is no longer shipped with Adrenaline/Additive. Read through issue #66 for the reasoning on this change. TLDR, we do not want to mess with thread priorities out of the box. ThreadTweak does not improve performance for the majority of players anyway.
- Instructions will soon be added to the post-install page on the wiki about whether or not you should install ThreadTweak (or it's alternatives) for anyone who still needs it.
- Typically, you should only need this mod if you are on a very slow CPU with a small amount of cores to reduce stuttering. Otherwise it can hurt performance!
Please report them on the issue tracker. I'll try to get to them whenever I can.
24.02.2026 · 132 downloads
This is just a quick patch that updates Sodium (along with Iris and Polytone). The new Sodium update fixes a few bugs on mc1.21.11 and also offers a small improvement in performance.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
24.02.2026 · 21 downloads
This is just a quick patch that updates Sodium (along with Iris and Polytone). The new Sodium update fixes a few bugs on mc1.21.11 and also offers a small improvement in performance.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
24.02.2026 · 62 downloads
This is just a quick patch that updates Sodium (along with Iris and Polytone). The new Sodium update fixes a few bugs on mc1.21.11 and also offers a small improvement in performance.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
24.02.2026 · 39 downloads
This is just a quick patch that updates Sodium (along with Iris and Polytone). The new Sodium update fixes a few bugs on mc1.21.11 and also offers a small improvement in performance.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
23.02.2026 · 145 downloads
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
23.02.2026 · 20 downloads
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
23.02.2026 · 42 downloads
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
23.02.2026 · 33 downloads
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
20.02.2026 · 865 downloads
Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes:
Both are no longer considered beta versions, but may still be missing something.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
20.02.2026 · 104 downloads
Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes:
Both are no longer considered beta versions, but may still be missing something.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
20.02.2026 · 106 downloads
Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes:
Both are no longer considered beta versions, but may still be missing something.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
20.02.2026 · 95 downloads
Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes:
Both are no longer considered beta versions, but may still be missing something.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
16.02.2026 · 520 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
16.02.2026 · 54 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
16.02.2026 · 121 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
16.02.2026 · 84 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.01.2026 · 3 183 downloads
This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.01.2026 · 365 downloads
This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.01.2026 · 530 downloads
This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.01.2026 · 395 downloads
This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.01.2026 · 188 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.01.2026 · 60 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.01.2026 · 76 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.01.2026 · 105 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found.
Mods in the pack have been updated to their latest versions.
Please report them on the issue tracker. I'll try to get to them whenever I can.
02.01.2026 · 1 544 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable.
Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak
Mods in the pack have been updated to their latest versions. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
02.01.2026 · 260 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable.
Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak
Mods in the pack have been updated to their latest versions. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
02.01.2026 · 325 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable.
Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak
Mods in the pack have been updated to their latest versions. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
02.01.2026 · 237 downloads
Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable.
Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak
Mods in the pack have been updated to their latest versions. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
15.12.2025 · 1 850 downloads
Supports 1.21.10 beta and 1.21.11 beta.
As explained in the last release note, 1.21.4 and 1.21.5 have been dropped. The currently supported versions are 1.20.1 (LTS), 1.21.1 (LTS), 1.21.10, and 1.21.11.
For now I plan on supporting LTS versions along with the 2 latest hotfixes (may vary depending on situation)
Missing on 1.21.10 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Missing on 1.21.11 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
15.12.2025 · 444 downloads
Supports 1.21.10 beta and 1.21.11 beta.
As explained in the last release note, 1.21.4 and 1.21.5 have been dropped. The currently supported versions are 1.20.1 (LTS), 1.21.1 (LTS), 1.21.10, and 1.21.11.
For now I plan on supporting LTS versions along with the 2 latest hotfixes (may vary depending on situation)
Missing on 1.21.10 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Missing on 1.21.11 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
15.12.2025 · 381 downloads
Supports 1.21.10 beta and 1.21.11 beta.
As explained in the last release note, 1.21.4 and 1.21.5 have been dropped. The currently supported versions are 1.20.1 (LTS), 1.21.1 (LTS), 1.21.10, and 1.21.11.
For now I plan on supporting LTS versions along with the 2 latest hotfixes (may vary depending on situation)
Missing on 1.21.10 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Missing on 1.21.11 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
15.12.2025 · 329 downloads
Supports 1.21.10 beta and 1.21.11 beta.
As explained in the last release note, 1.21.4 and 1.21.5 have been dropped. The currently supported versions are 1.20.1 (LTS), 1.21.1 (LTS), 1.21.10, and 1.21.11.
For now I plan on supporting LTS versions along with the 2 latest hotfixes (may vary depending on situation)
Missing on 1.21.10 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Missing on 1.21.11 beta: ebe, modernfix, noisium, leaf culling, threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.10.2025 · 4 135 downloads
Now supports 1.21.10 beta.
Support for 1.21.7 and 1.21.8 has been dropped in favor of 1.21.10. In the future, I will likely only actively support LTS releases (1.20.1, 1.21.1) and the latest hotfix (1.21.10 currently). If you still need 1.21.4/1.21.5, let me know.
missing on 1.21.4: ebe and leaf culling
missing on 1.21.5: previous missing, modernfix
missing on 1.21.10 beta: previous missing, noisium, and threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.10.2025 · 1 282 downloads
Now supports 1.21.10 beta.
Support for 1.21.7 and 1.21.8 has been dropped in favor of 1.21.10. In the future, I will likely only actively support LTS releases (1.20.1, 1.21.1) and the latest hotfix (1.21.10 currently). If you still need 1.21.4/1.21.5, let me know.
missing on 1.21.4: ebe and leaf culling
missing on 1.21.5: previous missing, modernfix
missing on 1.21.10 beta: previous missing, noisium, and threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.10.2025 · 2 948 downloads
Now supports 1.21.10 beta.
Support for 1.21.7 and 1.21.8 has been dropped in favor of 1.21.10. In the future, I will likely only actively support LTS releases (1.20.1, 1.21.1) and the latest hotfix (1.21.10 currently). If you still need 1.21.4/1.21.5, let me know.
missing on 1.21.4: ebe and leaf culling
missing on 1.21.5: previous missing, modernfix
missing on 1.21.10 beta: previous missing, noisium, and threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.10.2025 · 713 downloads
Now supports 1.21.10 beta.
Support for 1.21.7 and 1.21.8 has been dropped in favor of 1.21.10. In the future, I will likely only actively support LTS releases (1.20.1, 1.21.1) and the latest hotfix (1.21.10 currently). If you still need 1.21.4/1.21.5, let me know.
missing on 1.21.4: ebe and leaf culling
missing on 1.21.5: previous missing, modernfix
missing on 1.21.10 beta: previous missing, noisium, and threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
19.10.2025 · 680 downloads
Now supports 1.21.10 beta.
Support for 1.21.7 and 1.21.8 has been dropped in favor of 1.21.10. In the future, I will likely only actively support LTS releases (1.20.1, 1.21.1) and the latest hotfix (1.21.10 currently). If you still need 1.21.4/1.21.5, let me know.
missing on 1.21.4: ebe and leaf culling
missing on 1.21.5: previous missing, modernfix
missing on 1.21.10 beta: previous missing, noisium, and threadtweak
Most of the mods in the pack have been updated. Fabric has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.09.2025 · 4 854 downloads
Now supports 1.21.8. Should be pretty stable, but is missing some features.
Most of the mods in the pack have been updated. Fabric has also been updated.
The project's internal structure has been cleaned up. Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.09.2025 · 384 downloads
Now supports 1.21.8. Should be pretty stable, but is missing some features.
Most of the mods in the pack have been updated. Fabric has also been updated.
The project's internal structure has been cleaned up. Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.09.2025 · 561 downloads
Now supports 1.21.8. Should be pretty stable, but is missing some features.
Most of the mods in the pack have been updated. Fabric has also been updated.
The project's internal structure has been cleaned up. Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.09.2025 · 549 downloads
Now supports 1.21.8. Should be pretty stable, but is missing some features.
Most of the mods in the pack have been updated. Fabric has also been updated.
The project's internal structure has been cleaned up. Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.09.2025 · 637 downloads
Now supports 1.21.8. Should be pretty stable, but is missing some features.
Most of the mods in the pack have been updated. Fabric has also been updated.
The project's internal structure has been cleaned up. Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.09.2025 · 517 downloads
Now supports 1.21.8. Should be pretty stable, but is missing some features.
Most of the mods in the pack have been updated. Fabric has also been updated.
The project's internal structure has been cleaned up. Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.07.2025 · 3 323 downloads
I've marked 1.21.4 and 1.21.5 as stable since they aren't buggy, but they are still missing a few mods. 1.21.7 may possibly be buggy. No release was made for 1.21.6 as the changes between 1.21.6 and 1.21.7 are pretty minimal.
Missing mods in 1.21.4
Missing mods in 1.21.5
Missing mods in 1.21.7 beta
Since these mods still can provide a major benefit on servers that have C2ME installed, ScalableLux has been added to 1.21.7, 1.21.5, 1.21.4, and 1.21.1, and Starlight has been added to 1.20.1. They have been added as server-side mods - they will not installed when Adrenaline is installed through a traditional launcher such as Prism Launcher.
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.07.2025 · 1 314 downloads
I've marked 1.21.4 and 1.21.5 as stable since they aren't buggy, but they are still missing a few mods. 1.21.7 may possibly be buggy. No release was made for 1.21.6 as the changes between 1.21.6 and 1.21.7 are pretty minimal.
Missing mods in 1.21.4
Missing mods in 1.21.5
Missing mods in 1.21.7 beta
Since these mods still can provide a major benefit on servers that have C2ME installed, ScalableLux has been added to 1.21.7, 1.21.5, 1.21.4, and 1.21.1, and Starlight has been added to 1.20.1. They have been added as server-side mods - they will not installed when Adrenaline is installed through a traditional launcher such as Prism Launcher.
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.07.2025 · 984 downloads
I've marked 1.21.4 and 1.21.5 as stable since they aren't buggy, but they are still missing a few mods. 1.21.7 may possibly be buggy. No release was made for 1.21.6 as the changes between 1.21.6 and 1.21.7 are pretty minimal.
Missing mods in 1.21.4
Missing mods in 1.21.5
Missing mods in 1.21.7 beta
Since these mods still can provide a major benefit on servers that have C2ME installed, ScalableLux has been added to 1.21.7, 1.21.5, 1.21.4, and 1.21.1, and Starlight has been added to 1.20.1. They have been added as server-side mods - they will not installed when Adrenaline is installed through a traditional launcher such as Prism Launcher.
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.07.2025 · 1 049 downloads
I've marked 1.21.4 and 1.21.5 as stable since they aren't buggy, but they are still missing a few mods. 1.21.7 may possibly be buggy. No release was made for 1.21.6 as the changes between 1.21.6 and 1.21.7 are pretty minimal.
Missing mods in 1.21.4
Missing mods in 1.21.5
Missing mods in 1.21.7 beta
Since these mods still can provide a major benefit on servers that have C2ME installed, ScalableLux has been added to 1.21.7, 1.21.5, 1.21.4, and 1.21.1, and Starlight has been added to 1.20.1. They have been added as server-side mods - they will not installed when Adrenaline is installed through a traditional launcher such as Prism Launcher.
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
09.07.2025 · 992 downloads
I've marked 1.21.4 and 1.21.5 as stable since they aren't buggy, but they are still missing a few mods. 1.21.7 may possibly be buggy. No release was made for 1.21.6 as the changes between 1.21.6 and 1.21.7 are pretty minimal.
Missing mods in 1.21.4
Missing mods in 1.21.5
Missing mods in 1.21.7 beta
Since these mods still can provide a major benefit on servers that have C2ME installed, ScalableLux has been added to 1.21.7, 1.21.5, 1.21.4, and 1.21.1, and Starlight has been added to 1.20.1. They have been added as server-side mods - they will not installed when Adrenaline is installed through a traditional launcher such as Prism Launcher.
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.05.2025 · 3 857 downloads
1.21.4 and 1.21.5 should be mostly stable, but are missing a few features.
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 beta
* EBE
* CLL/SLC
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.05.2025 · 1 085 downloads
1.21.4 and 1.21.5 should be mostly stable, but are missing a few features.
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 beta
* EBE
* CLL/SLC
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.05.2025 · 1 302 downloads
1.21.4 and 1.21.5 should be mostly stable, but are missing a few features.
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 beta
* EBE
* CLL/SLC
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.05.2025 · 867 downloads
1.21.4 and 1.21.5 should be mostly stable, but are missing a few features.
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 beta
* EBE
* CLL/SLC
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
01.04.2025 · 4 479 downloads
1.21.4 is mostly stable, 1.21.5 will likely have bugs
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 alpha
* EBE
* CLL/SLC
* Noisium
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
01.04.2025 · 1 745 downloads
1.21.4 is mostly stable, 1.21.5 will likely have bugs
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 alpha
* EBE
* CLL/SLC
* Noisium
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
01.04.2025 · 1 464 downloads
1.21.4 is mostly stable, 1.21.5 will likely have bugs
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 alpha
* EBE
* CLL/SLC
* Noisium
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
01.04.2025 · 928 downloads
1.21.4 is mostly stable, 1.21.5 will likely have bugs
Missing mods in 1.21.4 beta
* EBE
* CLL/SLC
Missing mods in 1.21.5 alpha
* EBE
* CLL/SLC
* Noisium
* ModernFix
Most of the mods in the pack have been updated.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.02.2025 · 4 086 downloads
mc1.21.4 beta is missing Enhanced Block Entities (normally launches but has bugs) and leaf culling. Other than that, it should be stable.
Missing mods - Enhanced Block Entities - Cull Less Leaves/Sodium Leaf CullingMost of the mods in the modpack have been updated. Fabric loader has been updated.
Improves vanilla parity with mob spawning. This should not matter if you play on servers. If you play in single player and need the most performance, you can change it back.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.02.2025 · 1 348 downloads
mc1.21.4 beta is missing Enhanced Block Entities (normally launches but has bugs) and leaf culling. Other than that, it should be stable.
Missing mods - Enhanced Block Entities - Cull Less Leaves/Sodium Leaf CullingMost of the mods in the modpack have been updated. Fabric loader has been updated.
Improves vanilla parity with mob spawning. This should not matter if you play on servers. If you play in single player and need the most performance, you can change it back.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
18.02.2025 · 1 114 downloads
mc1.21.4 beta is missing Enhanced Block Entities (normally launches but has bugs) and leaf culling. Other than that, it should be stable.
Missing mods - Enhanced Block Entities - Cull Less Leaves/Sodium Leaf CullingMost of the mods in the modpack have been updated. Fabric loader has been updated.
Improves vanilla parity with mob spawning. This should not matter if you play on servers. If you play in single player and need the most performance, you can change it back.
Other changes can be found in the commit history.
Please report them on the issue tracker. I'll try to get to them whenever I can.
05.01.2025 · 3 844 downloads
The mc1.21.3 and mc1.21.4 builds should be mostly stable at this point, however they may be missing a few performance features.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 beta) - Enhanced Block Entities - Sodium Leaf CullingMost of the mods in the modpack have been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
05.01.2025 · 653 downloads
The mc1.21.3 and mc1.21.4 builds should be mostly stable at this point, however they may be missing a few performance features.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 beta) - Enhanced Block Entities - Sodium Leaf CullingMost of the mods in the modpack have been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
05.01.2025 · 1 372 downloads
The mc1.21.3 and mc1.21.4 builds should be mostly stable at this point, however they may be missing a few performance features.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 beta) - Enhanced Block Entities - Sodium Leaf CullingMost of the mods in the modpack have been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
05.01.2025 · 1 117 downloads
The mc1.21.3 and mc1.21.4 builds should be mostly stable at this point, however they may be missing a few performance features.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 beta) - Enhanced Block Entities - Sodium Leaf CullingMost of the mods in the modpack have been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
06.12.2024 · 1 835 downloads
Sodium 0.6.x is now out of beta and fully released! This release adds FRAPI support, translucency sorting, and much more. This is available on mc1.21.1, mc1.21.3, and mc1.21.4. Sodium 0.5.11 is used on mc1.20.1.
⚠️ Nvidium is temporarily missing, as it does not support the latest version of Sodium yet. Do not message Cortex about this.
The mc1.21.3 build should be mostly stable at this point, however it is missing a few performance features. mc1.21.4 is also missing quite a few features, and may be unstable as it has just been released.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 alpha) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - NoisiumMost of the mods in the modpack have been updated. Fabric loader has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
06.12.2024 · 1 155 downloads
Sodium 0.6.x is now out of beta and fully released! This release adds FRAPI support, translucency sorting, and much more. This is available on mc1.21.1, mc1.21.3, and mc1.21.4. Sodium 0.5.11 is used on mc1.20.1.
⚠️ Nvidium is temporarily missing, as it does not support the latest version of Sodium yet. Do not message Cortex about this.
The mc1.21.3 build should be mostly stable at this point, however it is missing a few performance features. mc1.21.4 is also missing quite a few features, and may be unstable as it has just been released.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 alpha) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - NoisiumMost of the mods in the modpack have been updated. Fabric loader has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
06.12.2024 · 760 downloads
Sodium 0.6.x is now out of beta and fully released! This release adds FRAPI support, translucency sorting, and much more. This is available on mc1.21.1, mc1.21.3, and mc1.21.4. Sodium 0.5.11 is used on mc1.20.1.
⚠️ Nvidium is temporarily missing, as it does not support the latest version of Sodium yet. Do not message Cortex about this.
The mc1.21.3 build should be mostly stable at this point, however it is missing a few performance features. mc1.21.4 is also missing quite a few features, and may be unstable as it has just been released.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 alpha) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - NoisiumMost of the mods in the modpack have been updated. Fabric loader has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
06.12.2024 · 1 197 downloads
Sodium 0.6.x is now out of beta and fully released! This release adds FRAPI support, translucency sorting, and much more. This is available on mc1.21.1, mc1.21.3, and mc1.21.4. Sodium 0.5.11 is used on mc1.20.1.
⚠️ Nvidium is temporarily missing, as it does not support the latest version of Sodium yet. Do not message Cortex about this.
The mc1.21.3 build should be mostly stable at this point, however it is missing a few performance features. mc1.21.4 is also missing quite a few features, and may be unstable as it has just been released.
Missing mods (mc1.21.3 beta) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling Missing mods (mc1.21.4 alpha) - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - NoisiumMost of the mods in the modpack have been updated. Fabric loader has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
28.10.2024 · 3 361 downloads
This beta release of Sodium (compared to beta 1) contains some new terrain rendering optimizations, mod compatibility improvements, and many other notable performance improvements.
Nvidium is temporarily missing as it does not support the latest version of Sodium yet. Please do not message Cortex about this.
Based on community feedback in our Discord, I've archived mc1.20.4 and mc1.20.6 to make it easier on me for maintenance. These versions had a significantly smaller amount of downloads than mc1.21.1 did so it didn't make much sense to keep maintaining them. If a lot of people ask for these versions, then I'll probably start supporting them again.
As an example, here is a table of the download counts of each variant of Adrenaline 1.24.0. You can see that 1.20.6 is only 2% and 1.20.4 is 7% of what 1.21.1 has.
| mc(ver) | downloads |
|---|---|
| 1.21.1 | 7.9k |
| 1.20.6 | 208 |
| 1.20.4 | 571 |
| 1.20.1 | 1.3k |
Keep in mind that this is an very early alpha build of the modpack and you may experience issues. There are quite a few mods missing. If you experience bugs, you may report them on the issue tracker linked further in this changelog. I've uploaded this version first so that it won't be auto-selected in launchers. You should stick with mc1.21.1 for now unless you really need this.
Missing mods - Noisium - Lithium - ThreadTweak - ModernFix - Enhanced Block Entities - EntityCulling - Sodium Leaf Culling - ImmediatelyFastMost of the mods in the modpack have been updated. Fabric loader has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
28.10.2024 · 967 downloads
This beta release of Sodium (compared to beta 1) contains some new terrain rendering optimizations, mod compatibility improvements, and many other notable performance improvements.
Nvidium is temporarily missing as it does not support the latest version of Sodium yet. Please do not message Cortex about this.
Based on community feedback in our Discord, I've archived mc1.20.4 and mc1.20.6 to make it easier on me for maintenance. These versions had a significantly smaller amount of downloads than mc1.21.1 did so it didn't make much sense to keep maintaining them. If a lot of people ask for these versions, then I'll probably start supporting them again.
As an example, here is a table of the download counts of each variant of Adrenaline 1.24.0. You can see that 1.20.6 is only 2% and 1.20.4 is 7% of what 1.21.1 has.
| mc(ver) | downloads |
|---|---|
| 1.21.1 | 7.9k |
| 1.20.6 | 208 |
| 1.20.4 | 571 |
| 1.20.1 | 1.3k |
Keep in mind that this is an very early alpha build of the modpack and you may experience issues. There are quite a few mods missing. If you experience bugs, you may report them on the issue tracker linked further in this changelog. I've uploaded this version first so that it won't be auto-selected in launchers. You should stick with mc1.21.1 for now unless you really need this.
Missing mods - Noisium - Lithium - ThreadTweak - ModernFix - Enhanced Block Entities - EntityCulling - Sodium Leaf Culling - ImmediatelyFastMost of the mods in the modpack have been updated. Fabric loader has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
28.10.2024 · 1 030 downloads
This beta release of Sodium (compared to beta 1) contains some new terrain rendering optimizations, mod compatibility improvements, and many other notable performance improvements.
Nvidium is temporarily missing as it does not support the latest version of Sodium yet. Please do not message Cortex about this.
Based on community feedback in our Discord, I've archived mc1.20.4 and mc1.20.6 to make it easier on me for maintenance. These versions had a significantly smaller amount of downloads than mc1.21.1 did so it didn't make much sense to keep maintaining them. If a lot of people ask for these versions, then I'll probably start supporting them again.
As an example, here is a table of the download counts of each variant of Adrenaline 1.24.0. You can see that 1.20.6 is only 2% and 1.20.4 is 7% of what 1.21.1 has.
| mc(ver) | downloads |
|---|---|
| 1.21.1 | 7.9k |
| 1.20.6 | 208 |
| 1.20.4 | 571 |
| 1.20.1 | 1.3k |
Keep in mind that this is an very early alpha build of the modpack and you may experience issues. There are quite a few mods missing. If you experience bugs, you may report them on the issue tracker linked further in this changelog. I've uploaded this version first so that it won't be auto-selected in launchers. You should stick with mc1.21.1 for now unless you really need this.
Missing mods - Noisium - Lithium - ThreadTweak - ModernFix - Enhanced Block Entities - EntityCulling - Sodium Leaf Culling - ImmediatelyFastMost of the mods in the modpack have been updated. Fabric loader has also been updated.
Please report them on the issue tracker. I'll try to get to them whenever I can.
16.09.2024 · 4 880 downloads
Adrenaserver has been merged into Adrenaline! You can now install Adrenaline through a server modpack installer, such as mrpack-install or Docker Minecraft Server, and client-side mods will be excluded.
For usual users, this will not affect anything. The mods that have been added with this update will not be installed when you install through a launcher, since they exclude server-side mods.
The only case where this might affect clients is if you are using the Additive Installer, as it does not yet check if a mod is marked as server-side. Please see this issue. This shouldn't really affect anyone performance-wise or gameplay-wise however.
This should offer a simplified experience for server admins and will significantly decrease the amount of work we need to do when updating. I will be updating the wiki pages and description to reflect this change in the future. Thank you for your patience :)
This release contains the beta version of Sodium 0.6.0 on mc1.21.1, the largest update in Sodium's history. This contains a wide array of performance improvements and bug fixes. One notable feature is the addition of Translucency Sorting, which fixes how translucent objects look when stacked behind each other. For example, visual bugs with water. Another thing to add is that FRAPI is now supported out of the box, so you won't need mods like Indium anymore.
A patched version of Enhanced Block Entities is included which fixes an issue with this Sodium update. The official mod will be added back once the PR gets merged to upstream.
For more information about this update, see the Beta 1 and Beta 2 changelogs on Modrinth.
Nvidium is temporarily missing from the mc1.21.1 version of Adrenaline as it does not support the latest version of Sodium yet. If you are on a relatively newer Nvidia GPU, for now you might possibly notice a performance decrease from last update. Please do not message Cortex about updating Nvidium.
Most of the mods in the modpack have been updated and mc1.21 has been upgraded to mc1.21.1. Fabric loader has also been updated.
I've added Sodium Leaf Culling to this version which is supposedly meant to have better performance (Cull Less Leaves is not updated to mc1.21.1 and it seems like it's not compatible with Sodium 0.6.0)
Please report them on the issue tracker. This release contains a lot of changes, and so, especially with Sodium 0.6 and the Adrenaserver merge, you might possibly experience an issue or two. I'll try to get to them whenever I can.
16.09.2024 · 757 downloads
Adrenaserver has been merged into Adrenaline! You can now install Adrenaline through a server modpack installer, such as mrpack-install or Docker Minecraft Server, and client-side mods will be excluded.
For usual users, this will not affect anything. The mods that have been added with this update will not be installed when you install through a launcher, since they exclude server-side mods.
The only case where this might affect clients is if you are using the Additive Installer, as it does not yet check if a mod is marked as server-side. Please see this issue. This shouldn't really affect anyone performance-wise or gameplay-wise however.
This should offer a simplified experience for server admins and will significantly decrease the amount of work we need to do when updating. I will be updating the wiki pages and description to reflect this change in the future. Thank you for your patience :)
This release contains the beta version of Sodium 0.6.0 on mc1.21.1, the largest update in Sodium's history. This contains a wide array of performance improvements and bug fixes. One notable feature is the addition of Translucency Sorting, which fixes how translucent objects look when stacked behind each other. For example, visual bugs with water. Another thing to add is that FRAPI is now supported out of the box, so you won't need mods like Indium anymore.
A patched version of Enhanced Block Entities is included which fixes an issue with this Sodium update. The official mod will be added back once the PR gets merged to upstream.
For more information about this update, see the Beta 1 and Beta 2 changelogs on Modrinth.
Nvidium is temporarily missing from the mc1.21.1 version of Adrenaline as it does not support the latest version of Sodium yet. If you are on a relatively newer Nvidia GPU, for now you might possibly notice a performance decrease from last update. Please do not message Cortex about updating Nvidium.
Most of the mods in the modpack have been updated and mc1.21 has been upgraded to mc1.21.1. Fabric loader has also been updated.
I've added Sodium Leaf Culling to this version which is supposedly meant to have better performance (Cull Less Leaves is not updated to mc1.21.1 and it seems like it's not compatible with Sodium 0.6.0)
Please report them on the issue tracker. This release contains a lot of changes, and so, especially with Sodium 0.6 and the Adrenaserver merge, you might possibly experience an issue or two. I'll try to get to them whenever I can.
16.09.2024 · 2 245 downloads
Adrenaserver has been merged into Adrenaline! You can now install Adrenaline through a server modpack installer, such as mrpack-install or Docker Minecraft Server, and client-side mods will be excluded.
For usual users, this will not affect anything. The mods that have been added with this update will not be installed when you install through a launcher, since they exclude server-side mods.
The only case where this might affect clients is if you are using the Additive Installer, as it does not yet check if a mod is marked as server-side. Please see this issue. This shouldn't really affect anyone performance-wise or gameplay-wise however.
This should offer a simplified experience for server admins and will significantly decrease the amount of work we need to do when updating. I will be updating the wiki pages and description to reflect this change in the future. Thank you for your patience :)
This release contains the beta version of Sodium 0.6.0 on mc1.21.1, the largest update in Sodium's history. This contains a wide array of performance improvements and bug fixes. One notable feature is the addition of Translucency Sorting, which fixes how translucent objects look when stacked behind each other. For example, visual bugs with water. Another thing to add is that FRAPI is now supported out of the box, so you won't need mods like Indium anymore.
A patched version of Enhanced Block Entities is included which fixes an issue with this Sodium update. The official mod will be added back once the PR gets merged to upstream.
For more information about this update, see the Beta 1 and Beta 2 changelogs on Modrinth.
Nvidium is temporarily missing from the mc1.21.1 version of Adrenaline as it does not support the latest version of Sodium yet. If you are on a relatively newer Nvidia GPU, for now you might possibly notice a performance decrease from last update. Please do not message Cortex about updating Nvidium.
Most of the mods in the modpack have been updated and mc1.21 has been upgraded to mc1.21.1. Fabric loader has also been updated.
I've added Sodium Leaf Culling to this version which is supposedly meant to have better performance (Cull Less Leaves is not updated to mc1.21.1 and it seems like it's not compatible with Sodium 0.6.0)
Please report them on the issue tracker. This release contains a lot of changes, and so, especially with Sodium 0.6 and the Adrenaserver merge, you might possibly experience an issue or two. I'll try to get to them whenever I can.
16.09.2024 · 1 283 downloads
Adrenaserver has been merged into Adrenaline! You can now install Adrenaline through a server modpack installer, such as mrpack-install or Docker Minecraft Server, and client-side mods will be excluded.
For usual users, this will not affect anything. The mods that have been added with this update will not be installed when you install through a launcher, since they exclude server-side mods.
The only case where this might affect clients is if you are using the Additive Installer, as it does not yet check if a mod is marked as server-side. Please see this issue. This shouldn't really affect anyone performance-wise or gameplay-wise however.
This should offer a simplified experience for server admins and will significantly decrease the amount of work we need to do when updating. I will be updating the wiki pages and description to reflect this change in the future. Thank you for your patience :)
This release contains the beta version of Sodium 0.6.0 on mc1.21.1, the largest update in Sodium's history. This contains a wide array of performance improvements and bug fixes. One notable feature is the addition of Translucency Sorting, which fixes how translucent objects look when stacked behind each other. For example, visual bugs with water. Another thing to add is that FRAPI is now supported out of the box, so you won't need mods like Indium anymore.
A patched version of Enhanced Block Entities is included which fixes an issue with this Sodium update. The official mod will be added back once the PR gets merged to upstream.
For more information about this update, see the Beta 1 and Beta 2 changelogs on Modrinth.
Nvidium is temporarily missing from the mc1.21.1 version of Adrenaline as it does not support the latest version of Sodium yet. If you are on a relatively newer Nvidia GPU, for now you might possibly notice a performance decrease from last update. Please do not message Cortex about updating Nvidium.
Most of the mods in the modpack have been updated and mc1.21 has been upgraded to mc1.21.1. Fabric loader has also been updated.
I've added Sodium Leaf Culling to this version which is supposedly meant to have better performance (Cull Less Leaves is not updated to mc1.21.1 and it seems like it's not compatible with Sodium 0.6.0)
Please report them on the issue tracker. This release contains a lot of changes, and so, especially with Sodium 0.6 and the Adrenaserver merge, you might possibly experience an issue or two. I'll try to get to them whenever I can.
09.07.2024 · 13 014 downloads
Just some mod updates.
09.07.2024 · 581 downloads
Just some mod updates.
09.07.2024 · 1 027 downloads
Just some mod updates.
09.07.2024 · 1 717 downloads
Just some mod updates.
03.07.2024 · 1 199 downloads
Adrenaline for mc1.21 is now considered stable and ready for production use.
As of this release, all Quilt versions of Adrenaline have been archived and the pack will mainly focus on Fabric (for the time being). I had to do this as it puts a huge burden on me when I have to support multiple loaders, since it nearly doubles the amount of versions I need to update and thoroughly test.
Quilt also simply seems to be dying as a project and is pretty behind on updates, and there aren't very many reasons to use it nowadays as the majority of popular Quilt-exclusive mods have been ported back to Fabric or have alternatives on Fabric. This wasn't because of anything personal to the Quilt developers or anything, it's simply because it makes it so much more difficult for me to maintain the modpack when I have so many versions to manage.
If you still need to use Quilt, it should be relatively easy for you to switch Fabric loader over to Quilt loader and then switch Fabric API to QSL/QFAPI after installation. It should just work in most cases since Quilt is compatible with Fabric mods. Thanks for understanding and I apologize if this causes any issues for anyone.
03.07.2024 · 209 downloads
Adrenaline for mc1.21 is now considered stable and ready for production use.
As of this release, all Quilt versions of Adrenaline have been archived and the pack will mainly focus on Fabric (for the time being). I had to do this as it puts a huge burden on me when I have to support multiple loaders, since it nearly doubles the amount of versions I need to update and thoroughly test.
Quilt also simply seems to be dying as a project and is pretty behind on updates, and there aren't very many reasons to use it nowadays as the majority of popular Quilt-exclusive mods have been ported back to Fabric or have alternatives on Fabric. This wasn't because of anything personal to the Quilt developers or anything, it's simply because it makes it so much more difficult for me to maintain the modpack when I have so many versions to manage.
If you still need to use Quilt, it should be relatively easy for you to switch Fabric loader over to Quilt loader and then switch Fabric API to QSL/QFAPI after installation. It should just work in most cases since Quilt is compatible with Fabric mods. Thanks for understanding and I apologize if this causes any issues for anyone.
03.07.2024 · 353 downloads
Adrenaline for mc1.21 is now considered stable and ready for production use.
As of this release, all Quilt versions of Adrenaline have been archived and the pack will mainly focus on Fabric (for the time being). I had to do this as it puts a huge burden on me when I have to support multiple loaders, since it nearly doubles the amount of versions I need to update and thoroughly test.
Quilt also simply seems to be dying as a project and is pretty behind on updates, and there aren't very many reasons to use it nowadays as the majority of popular Quilt-exclusive mods have been ported back to Fabric or have alternatives on Fabric. This wasn't because of anything personal to the Quilt developers or anything, it's simply because it makes it so much more difficult for me to maintain the modpack when I have so many versions to manage.
If you still need to use Quilt, it should be relatively easy for you to switch Fabric loader over to Quilt loader and then switch Fabric API to QSL/QFAPI after installation. It should just work in most cases since Quilt is compatible with Fabric mods. Thanks for understanding and I apologize if this causes any issues for anyone.
03.07.2024 · 486 downloads
Adrenaline for mc1.21 is now considered stable and ready for production use.
As of this release, all Quilt versions of Adrenaline have been archived and the pack will mainly focus on Fabric (for the time being). I had to do this as it puts a huge burden on me when I have to support multiple loaders, since it nearly doubles the amount of versions I need to update and thoroughly test.
Quilt also simply seems to be dying as a project and is pretty behind on updates, and there aren't very many reasons to use it nowadays as the majority of popular Quilt-exclusive mods have been ported back to Fabric or have alternatives on Fabric. This wasn't because of anything personal to the Quilt developers or anything, it's simply because it makes it so much more difficult for me to maintain the modpack when I have so many versions to manage.
If you still need to use Quilt, it should be relatively easy for you to switch Fabric loader over to Quilt loader and then switch Fabric API to QSL/QFAPI after installation. It should just work in most cases since Quilt is compatible with Fabric mods. Thanks for understanding and I apologize if this causes any issues for anyone.
21.06.2024 · 1 583 downloads
Adrenaline is now available for mc1.21 as a beta! Beware of bugs, if you experience issues then make sure to use the issue tracker. Currently missing mods:
- Noisium
- Nvidium
Here are the mods force-enabled through loader dependency overrides:
- Cull Less Leaves
- ThreadTweak
CLL's Random Rejection has been set to 0, which should make leaves look normal for the most part. This shouldn't affect performance.
Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet.
For a list of detailed changes, see the Git commit history.
21.06.2024 · 388 downloads
Adrenaline is now available for mc1.21 as a beta! Beware of bugs, if you experience issues then make sure to use the issue tracker. Currently missing mods:
- Noisium
- Nvidium
Here are the mods force-enabled through loader dependency overrides:
- Cull Less Leaves
- ThreadTweak
CLL's Random Rejection has been set to 0, which should make leaves look normal for the most part. This shouldn't affect performance.
Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet.
For a list of detailed changes, see the Git commit history.
21.06.2024 · 366 downloads
Adrenaline is now available for mc1.21 as a beta! Beware of bugs, if you experience issues then make sure to use the issue tracker. Currently missing mods:
- Noisium
- Nvidium
Here are the mods force-enabled through loader dependency overrides:
- Cull Less Leaves
- ThreadTweak
CLL's Random Rejection has been set to 0, which should make leaves look normal for the most part. This shouldn't affect performance.
Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet.
For a list of detailed changes, see the Git commit history.
21.06.2024 · 312 downloads
Adrenaline is now available for mc1.21 as a beta! Beware of bugs, if you experience issues then make sure to use the issue tracker. Currently missing mods:
- Noisium
- Nvidium
Here are the mods force-enabled through loader dependency overrides:
- Cull Less Leaves
- ThreadTweak
CLL's Random Rejection has been set to 0, which should make leaves look normal for the most part. This shouldn't affect performance.
Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet.
For a list of detailed changes, see the Git commit history.
21.06.2024 · 515 downloads
Adrenaline is now available for mc1.21 as a beta! Beware of bugs, if you experience issues then make sure to use the issue tracker. Currently missing mods:
- Noisium
- Nvidium
Here are the mods force-enabled through loader dependency overrides:
- Cull Less Leaves
- ThreadTweak
CLL's Random Rejection has been set to 0, which should make leaves look normal for the most part. This shouldn't affect performance.
Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet.
For a list of detailed changes, see the Git commit history.
21.06.2024 · 432 downloads
Adrenaline is now available for mc1.21 as a beta! Beware of bugs, if you experience issues then make sure to use the issue tracker. Currently missing mods:
- Noisium
- Nvidium
Here are the mods force-enabled through loader dependency overrides:
- Cull Less Leaves
- ThreadTweak
CLL's Random Rejection has been set to 0, which should make leaves look normal for the most part. This shouldn't affect performance.
Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet.
For a list of detailed changes, see the Git commit history.
05.06.2024 · 1 849 downloads
All mods are available in 1.20.6 now.
MoreCulling causes a ton of mod incompatibilities, breaks item frame rendering in some cases, and also breaks some resource packs such as the 3D models feature from VanillaTweaks. The majority of it's unique optimizations (and issues) are from it's blockstate culling feature, which has not been proven to improve performance in any major way. I've decided to simply replace More Culling with Cull Less Leaves, which should barely affect performance while greatly improving mod compatibility and stability.
Updated many mods and also updated Quilt loader.
Detailed changes are available by looking through the commit history on the repository.
05.06.2024 · 579 downloads
All mods are available in 1.20.6 now.
MoreCulling causes a ton of mod incompatibilities, breaks item frame rendering in some cases, and also breaks some resource packs such as the 3D models feature from VanillaTweaks. The majority of it's unique optimizations (and issues) are from it's blockstate culling feature, which has not been proven to improve performance in any major way. I've decided to simply replace More Culling with Cull Less Leaves, which should barely affect performance while greatly improving mod compatibility and stability.
Updated many mods and also updated Quilt loader.
Detailed changes are available by looking through the commit history on the repository.
05.06.2024 · 166 downloads
All mods are available in 1.20.6 now.
MoreCulling causes a ton of mod incompatibilities, breaks item frame rendering in some cases, and also breaks some resource packs such as the 3D models feature from VanillaTweaks. The majority of it's unique optimizations (and issues) are from it's blockstate culling feature, which has not been proven to improve performance in any major way. I've decided to simply replace More Culling with Cull Less Leaves, which should barely affect performance while greatly improving mod compatibility and stability.
Updated many mods and also updated Quilt loader.
Detailed changes are available by looking through the commit history on the repository.
05.06.2024 · 653 downloads
All mods are available in 1.20.6 now.
MoreCulling causes a ton of mod incompatibilities, breaks item frame rendering in some cases, and also breaks some resource packs such as the 3D models feature from VanillaTweaks. The majority of it's unique optimizations (and issues) are from it's blockstate culling feature, which has not been proven to improve performance in any major way. I've decided to simply replace More Culling with Cull Less Leaves, which should barely affect performance while greatly improving mod compatibility and stability.
Updated many mods and also updated Quilt loader.
Detailed changes are available by looking through the commit history on the repository.
05.06.2024 · 235 downloads
All mods are available in 1.20.6 now.
MoreCulling causes a ton of mod incompatibilities, breaks item frame rendering in some cases, and also breaks some resource packs such as the 3D models feature from VanillaTweaks. The majority of it's unique optimizations (and issues) are from it's blockstate culling feature, which has not been proven to improve performance in any major way. I've decided to simply replace More Culling with Cull Less Leaves, which should barely affect performance while greatly improving mod compatibility and stability.
Updated many mods and also updated Quilt loader.
Detailed changes are available by looking through the commit history on the repository.
12.05.2024 · 2 155 downloads
Modpack is now available for Minecraft 1.20.6! Currently missing:
Keep in mind that you will need to update to Java 21 on third-party launchers in order for it to launch properly. Modrinth App can do this automatically. For Prism Launcher, see here.
Nvidium has been added back as the memory leak issue has been fixed. Nvidium uses Nvidia-only OpenGL extensions to significantly increase FPS. It is only compatible with Nvidia cards past 16 series. It will automatically disable itself when incompatible, for example if you are on an AMD/Intel card or if you are actively using shaders.
*Nvidium has only been added on the Minecraft 1.20.6 version of the modpack as previous versions of the mod don't have the fix for the memory leak. If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions.
Noisium is a mod that optimizes world generation performance. It can improve chunk generation speed by around 20-40%. It has full 1:1 parity with Vanilla's world generation.
BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering.
Updated many mods and also updated Fabric loader.
Detailed changes are available by looking through the commit history on the repository.
12.05.2024 · 1 075 downloads
Modpack is now available for Minecraft 1.20.6! Currently missing:
Keep in mind that you will need to update to Java 21 on third-party launchers in order for it to launch properly. Modrinth App can do this automatically. For Prism Launcher, see here.
Nvidium has been added back as the memory leak issue has been fixed. Nvidium uses Nvidia-only OpenGL extensions to significantly increase FPS. It is only compatible with Nvidia cards past 16 series. It will automatically disable itself when incompatible, for example if you are on an AMD/Intel card or if you are actively using shaders.
*Nvidium has only been added on the Minecraft 1.20.6 version of the modpack as previous versions of the mod don't have the fix for the memory leak. If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions.
Noisium is a mod that optimizes world generation performance. It can improve chunk generation speed by around 20-40%. It has full 1:1 parity with Vanilla's world generation.
BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering.
Updated many mods and also updated Fabric loader.
Detailed changes are available by looking through the commit history on the repository.
12.05.2024 · 153 downloads
Modpack is now available for Minecraft 1.20.6! Currently missing:
Keep in mind that you will need to update to Java 21 on third-party launchers in order for it to launch properly. Modrinth App can do this automatically. For Prism Launcher, see here.
Nvidium has been added back as the memory leak issue has been fixed. Nvidium uses Nvidia-only OpenGL extensions to significantly increase FPS. It is only compatible with Nvidia cards past 16 series. It will automatically disable itself when incompatible, for example if you are on an AMD/Intel card or if you are actively using shaders.
*Nvidium has only been added on the Minecraft 1.20.6 version of the modpack as previous versions of the mod don't have the fix for the memory leak. If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions.
Noisium is a mod that optimizes world generation performance. It can improve chunk generation speed by around 20-40%. It has full 1:1 parity with Vanilla's world generation.
BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering.
Updated many mods and also updated Fabric loader.
Detailed changes are available by looking through the commit history on the repository.
12.05.2024 · 822 downloads
Modpack is now available for Minecraft 1.20.6! Currently missing:
Keep in mind that you will need to update to Java 21 on third-party launchers in order for it to launch properly. Modrinth App can do this automatically. For Prism Launcher, see here.
Nvidium has been added back as the memory leak issue has been fixed. Nvidium uses Nvidia-only OpenGL extensions to significantly increase FPS. It is only compatible with Nvidia cards past 16 series. It will automatically disable itself when incompatible, for example if you are on an AMD/Intel card or if you are actively using shaders.
*Nvidium has only been added on the Minecraft 1.20.6 version of the modpack as previous versions of the mod don't have the fix for the memory leak. If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions.
Noisium is a mod that optimizes world generation performance. It can improve chunk generation speed by around 20-40%. It has full 1:1 parity with Vanilla's world generation.
BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering.
Updated many mods and also updated Fabric loader.
Detailed changes are available by looking through the commit history on the repository.
12.05.2024 · 251 downloads
Modpack is now available for Minecraft 1.20.6! Currently missing:
Keep in mind that you will need to update to Java 21 on third-party launchers in order for it to launch properly. Modrinth App can do this automatically. For Prism Launcher, see here.
Nvidium has been added back as the memory leak issue has been fixed. Nvidium uses Nvidia-only OpenGL extensions to significantly increase FPS. It is only compatible with Nvidia cards past 16 series. It will automatically disable itself when incompatible, for example if you are on an AMD/Intel card or if you are actively using shaders.
*Nvidium has only been added on the Minecraft 1.20.6 version of the modpack as previous versions of the mod don't have the fix for the memory leak. If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions.
Noisium is a mod that optimizes world generation performance. It can improve chunk generation speed by around 20-40%. It has full 1:1 parity with Vanilla's world generation.
BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering.
Updated many mods and also updated Fabric loader.
Detailed changes are available by looking through the commit history on the repository.
22.04.2024 · 1 551 downloads
Updated mods. Important changes include:
- Updated Fabric Loader from 0.15.9 -> 0.15.10
Detailed changes are available by looking through the commit history on the repository.
22.04.2024 · 172 downloads
Updated mods. Important changes include:
- Updated Fabric Loader from 0.15.9 -> 0.15.10
Detailed changes are available by looking through the commit history on the repository.
22.04.2024 · 475 downloads
Updated mods. Important changes include:
- Updated Fabric Loader from 0.15.9 -> 0.15.10
Detailed changes are available by looking through the commit history on the repository.
22.04.2024 · 181 downloads
Updated mods. Important changes include:
- Updated Fabric Loader from 0.15.9 -> 0.15.10
Detailed changes are available by looking through the commit history on the repository.
11.04.2024 · 969 downloads
QFAPI and QSL now support mc1.20.4. It could possibly be unstable as of right now, so I've marked the Quilt mc1.20.4 version as a beta.
Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9.
Detailed changes are available by looking through the commit history on the repository.
11.04.2024 · 144 downloads
QFAPI and QSL now support mc1.20.4. It could possibly be unstable as of right now, so I've marked the Quilt mc1.20.4 version as a beta.
Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9.
Detailed changes are available by looking through the commit history on the repository.
11.04.2024 · 392 downloads
QFAPI and QSL now support mc1.20.4. It could possibly be unstable as of right now, so I've marked the Quilt mc1.20.4 version as a beta.
Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9.
Detailed changes are available by looking through the commit history on the repository.
11.04.2024 · 134 downloads
QFAPI and QSL now support mc1.20.4. It could possibly be unstable as of right now, so I've marked the Quilt mc1.20.4 version as a beta.
Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9.
Detailed changes are available by looking through the commit history on the repository.
25.03.2024 · 1 439 downloads
Updated mods in the pack.
Detailed changes are available by looking through the commit history on the repository.
25.03.2024 · 454 downloads
Updated mods in the pack.
Detailed changes are available by looking through the commit history on the repository.
25.03.2024 · 129 downloads
Updated mods in the pack.
Detailed changes are available by looking through the commit history on the repository.
20.03.2024 · 561 downloads
Updated Fabric API. There isn't anything else in this release - I was updating Additive and just decided to also update Adrenaline.
Detailed changes are available by looking through the commit history on the repository.
20.03.2024 · 163 downloads
Updated Fabric API. There isn't anything else in this release - I was updating Additive and just decided to also update Adrenaline.
Detailed changes are available by looking through the commit history on the repository.
20.03.2024 · 213 downloads
Updated Fabric API. There isn't anything else in this release - I was updating Additive and just decided to also update Adrenaline.
Detailed changes are available by looking through the commit history on the repository.
18.03.2024 · 273 downloads
I've temporarily reverted adding Nvidium until pull request #173 gets merged. It'll be added back after that.
If you are not on Linux, you can add Nvidium back and it should work just fine.
Detailed changes are available by looking through the commit history on the repository.
18.03.2024 · 108 downloads
I've temporarily reverted adding Nvidium until pull request #173 gets merged. It'll be added back after that.
If you are not on Linux, you can add Nvidium back and it should work just fine.
Detailed changes are available by looking through the commit history on the repository.
18.03.2024 · 120 downloads
I've temporarily reverted adding Nvidium until pull request #173 gets merged. It'll be added back after that.
If you are not on Linux, you can add Nvidium back and it should work just fine.
Detailed changes are available by looking through the commit history on the repository.
18.03.2024 · 287 downloads
After some careful planning and community feedback, Nvidium is now included in Adrenaline by default. Nvidium is a replacement rendering backend for Sodium that uses Nvidia-only OpenGL extensions to increase FPS by a significant amount. The mod is considered stable enough for general usage (as said by Cortex, the maintainer, and also various community members), so I've added it to the modpack.
Some individuals have stated having between a 30%-250% increase in FPS, which is a very major amount. It's worth noting that Nvidium only really works well at high render distances. It likely won't improve too much at a low render distance.
Nvidium will only function on Nvidia cards from the Turing microarchitecture and after, so this means any card in the 16xx series or later. On incompatible cards, such as old Nvidia cards and all AMD/Intel cards, the mod will automatically disable itself, so it won't interrupt your gameplay or anything. Nvidium will also automatically disable itself when Iris is actively using shaders.
If you run into any issues with the mod, report them on Nvidium's issue tracker. Enjoy!
Detailed changes are available by looking through the commit history on the repository.
18.03.2024 · 142 downloads
After some careful planning and community feedback, Nvidium is now included in Adrenaline by default. Nvidium is a replacement rendering backend for Sodium that uses Nvidia-only OpenGL extensions to increase FPS by a significant amount. The mod is considered stable enough for general usage (as said by Cortex, the maintainer, and also various community members), so I've added it to the modpack.
Some individuals have stated having between a 30%-250% increase in FPS, which is a very major amount. It's worth noting that Nvidium only really works well at high render distances. It likely won't improve too much at a low render distance.
Nvidium will only function on Nvidia cards from the Turing microarchitecture and after, so this means any card in the 16xx series or later. On incompatible cards, such as old Nvidia cards and all AMD/Intel cards, the mod will automatically disable itself, so it won't interrupt your gameplay or anything. Nvidium will also automatically disable itself when Iris is actively using shaders.
If you run into any issues with the mod, report them on Nvidium's issue tracker. Enjoy!
Detailed changes are available by looking through the commit history on the repository.
18.03.2024 · 133 downloads
After some careful planning and community feedback, Nvidium is now included in Adrenaline by default. Nvidium is a replacement rendering backend for Sodium that uses Nvidia-only OpenGL extensions to increase FPS by a significant amount. The mod is considered stable enough for general usage (as said by Cortex, the maintainer, and also various community members), so I've added it to the modpack.
Some individuals have stated having between a 30%-250% increase in FPS, which is a very major amount. It's worth noting that Nvidium only really works well at high render distances. It likely won't improve too much at a low render distance.
Nvidium will only function on Nvidia cards from the Turing microarchitecture and after, so this means any card in the 16xx series or later. On incompatible cards, such as old Nvidia cards and all AMD/Intel cards, the mod will automatically disable itself, so it won't interrupt your gameplay or anything. Nvidium will also automatically disable itself when Iris is actively using shaders.
If you run into any issues with the mod, report them on Nvidium's issue tracker. Enjoy!
Detailed changes are available by looking through the commit history on the repository.
17.03.2024 · 115 downloads
I've formatted all config files and removed unnecessary lines, along with updating them to be compatible with the latest mod versions if they weren't. This shouldn't come with any issues, but do make use of the issue tracker if you experience any.
Detailed changes are available by looking through the commit history on the repository.
17.03.2024 · 78 downloads
I've formatted all config files and removed unnecessary lines, along with updating them to be compatible with the latest mod versions if they weren't. This shouldn't come with any issues, but do make use of the issue tracker if you experience any.
Detailed changes are available by looking through the commit history on the repository.
17.03.2024 · 77 downloads
I've formatted all config files and removed unnecessary lines, along with updating them to be compatible with the latest mod versions if they weren't. This shouldn't come with any issues, but do make use of the issue tracker if you experience any.
Detailed changes are available by looking through the commit history on the repository.
17.03.2024 · 228 downloads
Many of the mods in the pack have been updated. Important updates include:
- Sodium has been updated from 0.5.5 to 0.5.8, which has many bug fixes and compatibility improvements. Consider supporting Sodium's development by donating to JellySquid.
Detailed changes are available by looking through the commit history on the repository.
17.03.2024 · 91 downloads
Many of the mods in the pack have been updated. Important updates include:
- Sodium has been updated from 0.5.5 to 0.5.8, which has many bug fixes and compatibility improvements. Consider supporting Sodium's development by donating to JellySquid.
Detailed changes are available by looking through the commit history on the repository.
17.03.2024 · 118 downloads
Many of the mods in the pack have been updated. Important updates include:
- Sodium has been updated from 0.5.5 to 0.5.8, which has many bug fixes and compatibility improvements. Consider supporting Sodium's development by donating to JellySquid.
Detailed changes are available by looking through the commit history on the repository.
27.12.2023 · 6 681 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 1 273 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 1 810 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 394 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 1 166 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 171 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 1 341 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 295 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 1 231 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 194 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)27.12.2023 · 3 273 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)1.20.4/ (fabric-only)03.12.2023 · 1 987 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 529 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 166 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 256 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 98 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 243 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 136 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 195 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 89 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 335 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 4 488 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 989 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 261 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 251 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 85 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 281 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 119 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 206 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 91 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 328 downloads
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)08.10.2023 · 2 513 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 579 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 185 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 180 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 83 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 257 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 94 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 125 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 85 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!08.10.2023 · 223 downloads
reduce_blockstate_cache_rebuilds mixin now enabled in mc1.20.21.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)reduce_blockstate_cache_rebuilds mixin has now been re-enabled as the bug has been fixed, expect improved startup times and more. Thank you embeddedt!28.09.2023 · 723 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 309 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 119 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 118 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 70 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 109 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 67 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 101 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 72 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin28.09.2023 · 238 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/reduce_blockstate_cache_rebuilds mixin17.09.2023 · 855 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 141 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 172 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 68 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 92 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 96 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 91 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 58 downloads
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 203 downloads
*/1.19.2/1.19.4/1.20.1/29.08.2023 · 1 233 downloads
*/29.08.2023 · 209 downloads
*/29.08.2023 · 145 downloads
*/29.08.2023 · 90 downloads
*/29.08.2023 · 180 downloads
*/29.08.2023 · 88 downloads
*/29.08.2023 · 112 downloads
*/29.08.2023 · 74 downloads
*/29.08.2023 · 176 downloads
*/27.08.2023 · 253 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 99 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 74 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 65 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 68 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 71 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 80 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 60 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 138 downloads
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties25.08.2023 · 300 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 84 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 77 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 122 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 78 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 57 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 71 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 62 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
25.08.2023 · 121 downloads
*/1.19.2/1.19.4/1.20.1/I'm pretty tired while writing this changelog so apologies if I missed anything. (b5a7873)
08.08.2023 · 1 368 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 192 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 197 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 89 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 165 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 84 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 87 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 64 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/08.08.2023 · 171 downloads
*/exordium.json as Exordium isn't presentfastload.properties as Fastload isn't present1.19.2/1.19.4/1.20.1/02.08.2023 · 636 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 144 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 113 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 63 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 94 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 133 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 60 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 71 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."02.08.2023 · 115 downloads
*/1.19.4/1.20.1/1.1.22 "Fixed AMD GPU detection (Fixes huge lag being caused by IF on some AMD GPUs)"1.1.23 "Fixed GPU driver detection once and for all (This time NVIDIA was being detected as AMD. This didn't cause significant performance issues for NVIDIA cards)"1.1.24 "Fixed GPU driver detection again. Thanks AMD for using two different vendor strings."31.07.2023 · 287 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 97 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 92 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 62 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 66 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 99 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 71 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 62 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 87 downloads
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 214 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 83 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 79 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 66 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 60 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 47 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 65 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 60 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 68 downloads
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/26.07.2023 · 345 downloads
26.07.2023 · 104 downloads
26.07.2023 · 96 downloads
26.07.2023 · 78 downloads
26.07.2023 · 74 downloads
26.07.2023 · 59 downloads
26.07.2023 · 68 downloads
26.07.2023 · 85 downloads
26.07.2023 · 82 downloads
06.07.2023 · 1 777 downloads
06.07.2023 · 253 downloads
06.07.2023 · 334 downloads
06.07.2023 · 107 downloads
06.07.2023 · 198 downloads
06.07.2023 · 107 downloads
06.07.2023 · 133 downloads
06.07.2023 · 65 downloads
06.07.2023 · 198 downloads
27.06.2023 · 896 downloads
27.06.2023 · 197 downloads
27.06.2023 · 215 downloads
27.06.2023 · 83 downloads
27.06.2023 · 138 downloads
27.06.2023 · 76 downloads
27.06.2023 · 94 downloads
27.06.2023 · 75 downloads
27.06.2023 · 121 downloads
23.06.2023 · 453 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 107 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 121 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 82 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 103 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 79 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 86 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 60 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 87 downloads
Small patch, removing Fastload for various reasons. No mods had updates this version.
22.06.2023 · 668 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 103 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 100 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 85 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 84 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 62 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 59 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 70 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
22.06.2023 · 96 downloads
1.20.1 is now a stable release, with every mod present. C2ME is no longer shipped with the modpack, more information in the "Removed" section
17.06.2023 · 768 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 159 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 249 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 87 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 139 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 75 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 84 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 50 downloads
Only one mod missing in 1.20.1!
17.06.2023 · 131 downloads
Only one mod missing in 1.20.1!
13.06.2023 · 535 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 120 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 227 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 105 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 98 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 63 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 78 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 56 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
13.06.2023 · 125 downloads
Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update
08.06.2023 · 1 935 downloads
Hotfix
08.06.2023 · 272 downloads
Hotfix
08.06.2023 · 331 downloads
Hotfix
08.06.2023 · 105 downloads
Hotfix
08.06.2023 · 108 downloads
Hotfix
08.06.2023 · 71 downloads
Hotfix
08.06.2023 · 74 downloads
Hotfix
08.06.2023 · 59 downloads
Hotfix
08.06.2023 · 162 downloads
Hotfix
08.06.2023 · 231 downloads
08.06.2023 · 92 downloads
08.06.2023 · 95 downloads
08.06.2023 · 84 downloads
08.06.2023 · 66 downloads
08.06.2023 · 53 downloads
08.06.2023 · 63 downloads
08.06.2023 · 48 downloads
08.06.2023 · 86 downloads
23.05.2023 · 1 546 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 225 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 358 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 122 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 316 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 100 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 111 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 67 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 897 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)23.05.2023 · 196 downloads
enableVsync and maxFps - this should be done by the user if wantedsimulationDistance as that can improve performance quite alot at not much of a costonboardAccessibility to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4)03.05.2023 · 1 708 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 248 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 207 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 72 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 410 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 115 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 132 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 87 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 114 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
03.05.2023 · 223 downloads
Another tiny patch so that I can update Additive. Sodium will stay on 0.4.9 (mc1.19.3) and 0.4.10 (mc1.19.4) for now, as there have been a few reported issues with 0.4.11. See the issue tracker on their repository for a list of them.
30.04.2023 · 316 downloads
Very small patch.
30.04.2023 · 75 downloads
Very small patch.
30.04.2023 · 81 downloads
Very small patch.
30.04.2023 · 47 downloads
Very small patch.
30.04.2023 · 103 downloads
Very small patch.
30.04.2023 · 52 downloads
Very small patch.
30.04.2023 · 74 downloads
Very small patch.
30.04.2023 · 88 downloads
Very small patch.
30.04.2023 · 71 downloads
Very small patch.
30.04.2023 · 81 downloads
Very small patch.
20.04.2023 · 761 downloads
20.04.2023 · 111 downloads
20.04.2023 · 120 downloads
20.04.2023 · 80 downloads
20.04.2023 · 188 downloads
20.04.2023 · 86 downloads
20.04.2023 · 85 downloads
20.04.2023 · 48 downloads
20.04.2023 · 70 downloads
20.04.2023 · 110 downloads
16.04.2023 · 295 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 74 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 61 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 97 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 114 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 53 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 58 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 54 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 74 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly16.04.2023 · 78 downloads
Small patch to fix an issue with Fastload's config. There are no other major changes.
instant-load in Fastload's config back to false, which fixes the respawn screen not working properly14.04.2023 · 244 downloads
14.04.2023 · 50 downloads
14.04.2023 · 54 downloads
14.04.2023 · 45 downloads
14.04.2023 · 125 downloads
14.04.2023 · 54 downloads
14.04.2023 · 59 downloads
14.04.2023 · 59 downloads
14.04.2023 · 58 downloads
14.04.2023 · 75 downloads
05.04.2023 · 591 downloads
05.04.2023 · 103 downloads
05.04.2023 · 156 downloads
05.04.2023 · 71 downloads
05.04.2023 · 141 downloads
05.04.2023 · 70 downloads
05.04.2023 · 123 downloads
05.04.2023 · 46 downloads
05.04.2023 · 81 downloads
05.04.2023 · 103 downloads
26.03.2023 · 528 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 111 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 154 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 69 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 174 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 61 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 87 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 48 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 75 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
26.03.2023 · 101 downloads
Not many changes, but I'm not waiting for EBE to update to 1.19.4 this time, so Adrenaline 1.19.4 is now considered a stable release. Fastload is still missing from Quilt 1.19.4.
16.03.2023 · 586 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 162 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 645 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 120 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 212 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 94 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 96 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 68 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 98 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
16.03.2023 · 131 downloads
Sorry for the long wait for 1.19.4! I was a little busy, wanted to wait for more mods to update, and wanted to test 1.19.4 a little bit before release.
Adrenaline 1.19.4 is in a very early alpha stage. Keep backups of important things, and expect issues to arise! Mods currently missing from 1.19.4:
05.03.2023 · 662 downloads
05.03.2023 · 164 downloads
05.03.2023 · 231 downloads
05.03.2023 · 79 downloads
05.03.2023 · 106 downloads
05.03.2023 · 102 downloads
05.03.2023 · 118 downloads
05.03.2023 · 140 downloads
27.02.2023 · 466 downloads
Adrenaline is now available on CurseForge!
27.02.2023 · 137 downloads
Adrenaline is now available on CurseForge!
27.02.2023 · 128 downloads
Adrenaline is now available on CurseForge!
27.02.2023 · 83 downloads
Adrenaline is now available on CurseForge!
27.02.2023 · 88 downloads
Adrenaline is now available on CurseForge!
27.02.2023 · 55 downloads
Adrenaline is now available on CurseForge!
27.02.2023 · 66 downloads
Adrenaline is now available on CurseForge!
27.02.2023 · 112 downloads
Adrenaline is now available on CurseForge!
20.02.2023 · 570 downloads
There are quite a few very specific changes in this update.
20.02.2023 · 139 downloads
There are quite a few very specific changes in this update.
20.02.2023 · 162 downloads
There are quite a few very specific changes in this update.
20.02.2023 · 76 downloads
There are quite a few very specific changes in this update.
20.02.2023 · 71 downloads
There are quite a few very specific changes in this update.
20.02.2023 · 55 downloads
There are quite a few very specific changes in this update.
20.02.2023 · 71 downloads
There are quite a few very specific changes in this update.
20.02.2023 · 101 downloads
There are quite a few very specific changes in this update.
15.02.2023 · 472 downloads
15.02.2023 · 122 downloads
15.02.2023 · 134 downloads
15.02.2023 · 75 downloads
15.02.2023 · 93 downloads
15.02.2023 · 71 downloads
15.02.2023 · 67 downloads
15.02.2023 · 2 700 downloads
29.01.2023 · 1 190 downloads
29.01.2023 · 191 downloads
29.01.2023 · 329 downloads
29.01.2023 · 139 downloads
29.01.2023 · 129 downloads
29.01.2023 · 66 downloads
29.01.2023 · 109 downloads
29.01.2023 · 126 downloads
14.01.2023 · 833 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
14.01.2023 · 231 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
14.01.2023 · 813 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
14.01.2023 · 121 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
14.01.2023 · 126 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
14.01.2023 · 89 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
14.01.2023 · 102 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
14.01.2023 · 178 downloads
Note
Some experimental config changes in this update. While you will likely not experience any issues, if you do, please send me a message on the server.
03.01.2023 · 305 downloads
03.01.2023 · 123 downloads
03.01.2023 · 211 downloads
03.01.2023 · 111 downloads
03.01.2023 · 78 downloads
03.01.2023 · 62 downloads
03.01.2023 · 72 downloads
03.01.2023 · 95 downloads
23.12.2022 · 247 downloads
23.12.2022 · 111 downloads
23.12.2022 · 216 downloads
23.12.2022 · 83 downloads
23.12.2022 · 84 downloads
23.12.2022 · 95 downloads
23.12.2022 · 58 downloads
23.12.2022 · 92 downloads
15.12.2022 · 200 downloads
15.12.2022 · 110 downloads
15.12.2022 · 212 downloads
15.12.2022 · 101 downloads
15.12.2022 · 57 downloads
15.12.2022 · 71 downloads
15.12.2022 · 66 downloads
15.12.2022 · 101 downloads
11.12.2022 · 107 downloads
11.12.2022 · 76 downloads
11.12.2022 · 103 downloads
11.12.2022 · 59 downloads
11.12.2022 · 73 downloads
11.12.2022 · 64 downloads
11.12.2022 · 72 downloads
11.12.2022 · 84 downloads
10.12.2022 · 89 downloads
10.12.2022 · 69 downloads
10.12.2022 · 81 downloads
10.12.2022 · 79 downloads
10.12.2022 · 60 downloads
10.12.2022 · 63 downloads
10.12.2022 · 66 downloads
10.12.2022 · 97 downloads
08.12.2022 · 103 downloads
08.12.2022 · 73 downloads
08.12.2022 · 114 downloads
08.12.2022 · 73 downloads
08.12.2022 · 74 downloads
08.12.2022 · 68 downloads
08.12.2022 · 64 downloads
08.12.2022 · 76 downloads
08.12.2022 · 120 downloads
08.12.2022 · 68 downloads
08.12.2022 · 79 downloads
08.12.2022 · 63 downloads
08.12.2022 · 85 downloads
08.12.2022 · 73 downloads
08.12.2022 · 62 downloads
08.12.2022 · 92 downloads
02.12.2022 · 168 downloads
02.12.2022 · 84 downloads
02.12.2022 · 96 downloads
02.12.2022 · 104 downloads
02.12.2022 · 68 downloads
02.12.2022 · 98 downloads
16.11.2022 · 245 downloads
16.11.2022 · 120 downloads
16.11.2022 · 79 downloads
16.11.2022 · 102 downloads
16.11.2022 · 88 downloads
16.11.2022 · 95 downloads
03.11.2022 · 224 downloads
03.11.2022 · 119 downloads
Updated mods
03.11.2022 · 78 downloads
03.11.2022 · 114 downloads
03.11.2022 · 86 downloads
03.11.2022 · 103 downloads
24.10.2022 · 201 downloads
24.10.2022 · 98 downloads
Updated mods
24.10.2022 · 98 downloads
24.10.2022 · 69 downloads
24.10.2022 · 78 downloads
24.10.2022 · 94 downloads
12.10.2022 · 284 downloads
12.10.2022 · 137 downloads
Updated mods
(Edited for Lithium 0.9.1 patch)
12.10.2022 · 111 downloads
12.10.2022 · 118 downloads
12.10.2022 · 84 downloads
12.10.2022 · 114 downloads
02.10.2022 · 143 downloads
02.10.2022 · 136 downloads
Updated mods. Added ImmediatelyFast for a great performance boost. Changed config files
02.10.2022 · 72 downloads
02.10.2022 · 67 downloads
02.10.2022 · 86 downloads
02.10.2022 · 94 downloads
25.09.2022 · 113 downloads
25.09.2022 · 83 downloads
Added Exordium for an immense performance boost, heavily optimizing guis by making them run at a lower frame rate, putting more priority on the rendering. Updated mods
25.09.2022 · 85 downloads
25.09.2022 · 64 downloads
25.09.2022 · 87 downloads
25.09.2022 · 91 downloads
19.09.2022 · 149 downloads
19.09.2022 · 95 downloads
EBE is still not up to date with 1.19.2, but it works completely fine
19.09.2022 · 167 downloads
19.09.2022 · 210 downloads
19.09.2022 · 310 downloads
19.09.2022 · 438 downloads
19.09.2022 · 104 downloads
19.09.2022 · 72 downloads
19.09.2022 · 108 downloads
19.09.2022 · 136 downloads
10.09.2022 · 123 downloads
10.09.2022 · 90 downloads
10.09.2022 · 100 downloads
10.09.2022 · 93 downloads
10.09.2022 · 151 downloads
10.09.2022 · 121 downloads
Updated mods. Fastload config file added to reduce chunks generated on load
10.09.2022 · 92 downloads
10.09.2022 · 105 downloads
10.09.2022 · 108 downloads
10.09.2022 · 80 downloads
29.08.2022 · 119 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 104 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 100 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 91 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 136 downloads
29.08.2022 · 87 downloads
Updated mods. Quilt versions are now available
29.08.2022 · 103 downloads
29.08.2022 · 99 downloads
29.08.2022 · 92 downloads
29.08.2022 · 138 downloads
25.08.2022 · 110 downloads
Missing mods, and other mods may be broken. Use at your own risk!
25.08.2022 · 97 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
25.08.2022 · 110 downloads
Updated mods
25.08.2022 · 96 downloads
25.08.2022 · 95 downloads
25.08.2022 · 102 downloads
19.08.2022 · 102 downloads
Missing mods, and other mods may be broken. Use at your own risk!
19.08.2022 · 94 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
19.08.2022 · 119 downloads
Updated mods
19.08.2022 · 84 downloads
19.08.2022 · 91 downloads
19.08.2022 · 109 downloads
13.08.2022 · 111 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
13.08.2022 · 75 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
13.08.2022 · 118 downloads
Updated mods. Removed Indium, I don't know why I had it there in the first place
13.08.2022 · 94 downloads
13.08.2022 · 72 downloads
13.08.2022 · 113 downloads
11.08.2022 · 85 downloads
Missing mods, and other mods may be broken. Use at your own risk!
11.08.2022 · 94 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
11.08.2022 · 100 downloads
Updated mods. Removed Alternate Current as it may interfere with Vanilla. Removed Not Enough Crashes as it is more of a QOL mod than a performance mod. Removed Bedrodium as it only gives a very, very minimal performance gain and isn't maintained anymore. Saw a little bit of a performance gain on my end
11.08.2022 · 80 downloads
11.08.2022 · 116 downloads
11.08.2022 · 106 downloads
09.08.2022 · 87 downloads
Missing mods, and other mods may be broken. Use at your own risk!
09.08.2022 · 74 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
09.08.2022 · 78 downloads
Updated mods. Removed Reese's Sodium Options to reduce mod count
09.08.2022 · 84 downloads
09.08.2022 · 109 downloads
09.08.2022 · 102 downloads
06.08.2022 · 98 downloads
Missing mods, and other mods may be broken. Use at your own risk!
06.08.2022 · 103 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
06.08.2022 · 138 downloads
Updated mods. Added Alternate Current. Added Reese's Sodium Options
06.08.2022 · 100 downloads
06.08.2022 · 92 downloads
06.08.2022 · 107 downloads
04.08.2022 · 92 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
04.08.2022 · 89 downloads
Updated mods
04.08.2022 · 77 downloads
04.08.2022 · 90 downloads
04.08.2022 · 109 downloads
02.08.2022 · 73 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
02.08.2022 · 94 downloads
Updated mods
02.08.2022 · 94 downloads
02.08.2022 · 88 downloads
02.08.2022 · 95 downloads
31.07.2022 · 86 downloads
Some mods may be broken. Use with caution, and have backups if necessary.
31.07.2022 · 101 downloads
Updated mods
31.07.2022 · 86 downloads
31.07.2022 · 112 downloads
31.07.2022 · 98 downloads
30.07.2022 · 98 downloads
Missing mods, and other mods may be broken. Use at your own risk!
30.07.2022 · 82 downloads
Updated config files for Sodium and EntityCulling and Minecraft settings. Lowered default graphics quality, however most people won't notice it. A good performance difference on my end
30.07.2022 · 92 downloads
30.07.2022 · 111 downloads
30.07.2022 · 90 downloads
29.07.2022 · 86 downloads
Missing mods, and other mods may be broken. Use at your own risk!
29.07.2022 · 90 downloads
Updated mods
29.07.2022 · 70 downloads
29.07.2022 · 76 downloads
29.07.2022 · 85 downloads
28.07.2022 · 90 downloads
Missing mods, and other mods may be broken. Use at your own risk!
25.07.2022 · 86 downloads
Replaced Ksyxis with Fastload as it is generally safer, and faster. Added Smooth Boot. Changed some config files. Updated mods
25.07.2022 · 72 downloads
25.07.2022 · 84 downloads
25.07.2022 · 99 downloads
19.07.2022 · 100 downloads
Updated mods
19.07.2022 · 64 downloads
19.07.2022 · 77 downloads
19.07.2022 · 99 downloads
05.07.2022 · 146 downloads
Added Very Many Players
05.07.2022 · 80 downloads
05.07.2022 · 172 downloads
05.07.2022 · 187 downloads
05.07.2022 · 102 downloads
Added Entity Culling
05.07.2022 · 75 downloads
05.07.2022 · 74 downloads
05.07.2022 · 116 downloads
01.07.2022 · 95 downloads
Updated fabric and a few mods on older versions
01.07.2022 · 96 downloads
01.07.2022 · 109 downloads
01.07.2022 · 120 downloads
22.06.2022 · 134 downloads
Added More Culling, and updated some mods
08.06.2022 · 98 downloads
08.06.2022 · 115 downloads
08.06.2022 · 143 downloads
04.06.2022 · 110 downloads
Removed Cloth Config, FLK and Mod Menu. Added Bedrodium. Now supports multiple versions
04.06.2022 · 150 downloads
04.06.2022 · 203 downloads
02.06.2022 · 122 downloads
Removed Iris shaders as when not in use it seems to decrease fps slightly, if you need shaders then I recommend installing Iris separately
01.06.2022 · 86 downloads
Removed a few unnecessary mods and added a couple good ones. Saw a pretty good fps difference on my end
24.05.2022 · 243 downloads
Ported from CurseForge, some mods were added and some were removed however this should not affect your performance in any major way