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
Условия использования, изменения и распространения этого товара.
05.07.2026 · Modrinth
Please report them on the issue tracker. I'll try to get to them whenever I can.
Full Changelog:...
Скриншоты и изображения из оригинальной страницы Modrinth.


Опубликованные версии и оригинальные файлы Modrinth.
05.07.2026 · 4 181 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
Just some mod updates.
09.07.2024 · 581 загрузки
Just some mod updates.
09.07.2024 · 1 027 загрузки
Just some mod updates.
09.07.2024 · 1 717 загрузки
Just some mod updates.
03.07.2024 · 1 199 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
Updated mods in the pack.
Detailed changes are available by looking through the commit history on the repository.
25.03.2024 · 454 загрузки
Updated mods in the pack.
Detailed changes are available by looking through the commit history on the repository.
25.03.2024 · 129 загрузки
Updated mods in the pack.
Detailed changes are available by looking through the commit history on the repository.
20.03.2024 · 561 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 529 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 166 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 256 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 98 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 243 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 136 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 195 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 89 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)03.12.2023 · 335 загрузки
*/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 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 989 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 261 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 251 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 85 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 281 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 119 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 206 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 91 загрузки
*/1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/1.20.2/ (fabric-only)27.10.2023 · 328 загрузки
*/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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 141 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 172 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 68 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 92 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 96 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 91 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 58 загрузки
*/1.19.2/1.19.4/1.20.1/17.09.2023 · 203 загрузки
*/1.19.2/1.19.4/1.20.1/29.08.2023 · 1 233 загрузки
*/29.08.2023 · 209 загрузки
*/29.08.2023 · 145 загрузки
*/29.08.2023 · 90 загрузки
*/29.08.2023 · 180 загрузки
*/29.08.2023 · 88 загрузки
*/29.08.2023 · 112 загрузки
*/29.08.2023 · 74 загрузки
*/29.08.2023 · 176 загрузки
*/27.08.2023 · 253 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 99 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 74 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 65 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 68 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 71 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 80 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 60 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties27.08.2023 · 138 загрузки
*/c2me.toml from 8.4.0 (with permission, thanks HyperSoop!)enhanced_bes.propertiesentityculling.jsonferritecore.mixin.propertiesmodernfix-mixins.propertiesvmp.properties25.08.2023 · 300 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
*/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 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 97 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 92 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 62 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 66 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 99 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 71 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 62 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/31.07.2023 · 87 загрузки
1.16.5/1.17.1/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 214 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 83 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 79 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 66 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 60 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 47 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 65 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 60 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/29.07.2023 · 68 загрузки
1.16.5/1.18.2/1.19.2/1.19.4/1.20.1/26.07.2023 · 345 загрузки
26.07.2023 · 104 загрузки
26.07.2023 · 96 загрузки
26.07.2023 · 78 загрузки
26.07.2023 · 74 загрузки
26.07.2023 · 59 загрузки
26.07.2023 · 68 загрузки
26.07.2023 · 85 загрузки
26.07.2023 · 82 загрузки
06.07.2023 · 1 777 загрузки
06.07.2023 · 253 загрузки
06.07.2023 · 334 загрузки
06.07.2023 · 107 загрузки
06.07.2023 · 198 загрузки
06.07.2023 · 107 загрузки
06.07.2023 · 133 загрузки
06.07.2023 · 65 загрузки
06.07.2023 · 198 загрузки
27.06.2023 · 896 загрузки
27.06.2023 · 197 загрузки
27.06.2023 · 215 загрузки
27.06.2023 · 83 загрузки
27.06.2023 · 138 загрузки
27.06.2023 · 76 загрузки
27.06.2023 · 94 загрузки
27.06.2023 · 75 загрузки
27.06.2023 · 121 загрузки
23.06.2023 · 453 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 107 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 121 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 82 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 103 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 79 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 86 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 60 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
23.06.2023 · 87 загрузки
Small patch, removing Fastload for various reasons. No mods had updates this version.
22.06.2023 · 668 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 159 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 249 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 87 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 139 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 75 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 84 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 50 загрузки
Only one mod missing in 1.20.1!
17.06.2023 · 131 загрузки
Only one mod missing in 1.20.1!
13.06.2023 · 535 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
Hotfix
08.06.2023 · 272 загрузки
Hotfix
08.06.2023 · 331 загрузки
Hotfix
08.06.2023 · 105 загрузки
Hotfix
08.06.2023 · 108 загрузки
Hotfix
08.06.2023 · 71 загрузки
Hotfix
08.06.2023 · 74 загрузки
Hotfix
08.06.2023 · 59 загрузки
Hotfix
08.06.2023 · 162 загрузки
Hotfix
08.06.2023 · 231 загрузки
08.06.2023 · 92 загрузки
08.06.2023 · 95 загрузки
08.06.2023 · 84 загрузки
08.06.2023 · 66 загрузки
08.06.2023 · 53 загрузки
08.06.2023 · 63 загрузки
08.06.2023 · 48 загрузки
08.06.2023 · 86 загрузки
23.05.2023 · 1 546 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
Very small patch.
30.04.2023 · 75 загрузки
Very small patch.
30.04.2023 · 81 загрузки
Very small patch.
30.04.2023 · 47 загрузки
Very small patch.
30.04.2023 · 103 загрузки
Very small patch.
30.04.2023 · 52 загрузки
Very small patch.
30.04.2023 · 74 загрузки
Very small patch.
30.04.2023 · 88 загрузки
Very small patch.
30.04.2023 · 71 загрузки
Very small patch.
30.04.2023 · 81 загрузки
Very small patch.
20.04.2023 · 761 загрузки
20.04.2023 · 111 загрузки
20.04.2023 · 120 загрузки
20.04.2023 · 80 загрузки
20.04.2023 · 188 загрузки
20.04.2023 · 86 загрузки
20.04.2023 · 85 загрузки
20.04.2023 · 48 загрузки
20.04.2023 · 70 загрузки
20.04.2023 · 110 загрузки
16.04.2023 · 295 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
14.04.2023 · 50 загрузки
14.04.2023 · 54 загрузки
14.04.2023 · 45 загрузки
14.04.2023 · 125 загрузки
14.04.2023 · 54 загрузки
14.04.2023 · 59 загрузки
14.04.2023 · 59 загрузки
14.04.2023 · 58 загрузки
14.04.2023 · 75 загрузки
05.04.2023 · 591 загрузки
05.04.2023 · 103 загрузки
05.04.2023 · 156 загрузки
05.04.2023 · 71 загрузки
05.04.2023 · 141 загрузки
05.04.2023 · 70 загрузки
05.04.2023 · 123 загрузки
05.04.2023 · 46 загрузки
05.04.2023 · 81 загрузки
05.04.2023 · 103 загрузки
26.03.2023 · 528 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
05.03.2023 · 164 загрузки
05.03.2023 · 231 загрузки
05.03.2023 · 79 загрузки
05.03.2023 · 106 загрузки
05.03.2023 · 102 загрузки
05.03.2023 · 118 загрузки
05.03.2023 · 140 загрузки
27.02.2023 · 466 загрузки
Adrenaline is now available on CurseForge!
27.02.2023 · 137 загрузки
Adrenaline is now available on CurseForge!
27.02.2023 · 128 загрузки
Adrenaline is now available on CurseForge!
27.02.2023 · 83 загрузки
Adrenaline is now available on CurseForge!
27.02.2023 · 88 загрузки
Adrenaline is now available on CurseForge!
27.02.2023 · 55 загрузки
Adrenaline is now available on CurseForge!
27.02.2023 · 66 загрузки
Adrenaline is now available on CurseForge!
27.02.2023 · 112 загрузки
Adrenaline is now available on CurseForge!
20.02.2023 · 570 загрузки
There are quite a few very specific changes in this update.
20.02.2023 · 139 загрузки
There are quite a few very specific changes in this update.
20.02.2023 · 162 загрузки
There are quite a few very specific changes in this update.
20.02.2023 · 76 загрузки
There are quite a few very specific changes in this update.
20.02.2023 · 71 загрузки
There are quite a few very specific changes in this update.
20.02.2023 · 55 загрузки
There are quite a few very specific changes in this update.
20.02.2023 · 71 загрузки
There are quite a few very specific changes in this update.
20.02.2023 · 101 загрузки
There are quite a few very specific changes in this update.
15.02.2023 · 472 загрузки
15.02.2023 · 122 загрузки
15.02.2023 · 134 загрузки
15.02.2023 · 75 загрузки
15.02.2023 · 93 загрузки
15.02.2023 · 71 загрузки
15.02.2023 · 67 загрузки
15.02.2023 · 2 700 загрузки
29.01.2023 · 1 190 загрузки
29.01.2023 · 191 загрузки
29.01.2023 · 329 загрузки
29.01.2023 · 139 загрузки
29.01.2023 · 129 загрузки
29.01.2023 · 66 загрузки
29.01.2023 · 109 загрузки
29.01.2023 · 126 загрузки
14.01.2023 · 833 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
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 загрузки
03.01.2023 · 123 загрузки
03.01.2023 · 211 загрузки
03.01.2023 · 111 загрузки
03.01.2023 · 78 загрузки
03.01.2023 · 62 загрузки
03.01.2023 · 72 загрузки
03.01.2023 · 95 загрузки
23.12.2022 · 247 загрузки
23.12.2022 · 111 загрузки
23.12.2022 · 216 загрузки
23.12.2022 · 83 загрузки
23.12.2022 · 84 загрузки
23.12.2022 · 95 загрузки
23.12.2022 · 58 загрузки
23.12.2022 · 92 загрузки
15.12.2022 · 200 загрузки
15.12.2022 · 110 загрузки
15.12.2022 · 212 загрузки
15.12.2022 · 101 загрузки
15.12.2022 · 57 загрузки
15.12.2022 · 71 загрузки
15.12.2022 · 66 загрузки
15.12.2022 · 101 загрузки
11.12.2022 · 107 загрузки
11.12.2022 · 76 загрузки
11.12.2022 · 103 загрузки
11.12.2022 · 59 загрузки
11.12.2022 · 73 загрузки
11.12.2022 · 64 загрузки
11.12.2022 · 72 загрузки
11.12.2022 · 84 загрузки
10.12.2022 · 89 загрузки
10.12.2022 · 69 загрузки
10.12.2022 · 81 загрузки
10.12.2022 · 79 загрузки
10.12.2022 · 60 загрузки
10.12.2022 · 63 загрузки
10.12.2022 · 66 загрузки
10.12.2022 · 97 загрузки
08.12.2022 · 103 загрузки
08.12.2022 · 73 загрузки
08.12.2022 · 114 загрузки
08.12.2022 · 73 загрузки
08.12.2022 · 74 загрузки
08.12.2022 · 68 загрузки
08.12.2022 · 64 загрузки
08.12.2022 · 76 загрузки
08.12.2022 · 120 загрузки
08.12.2022 · 68 загрузки
08.12.2022 · 79 загрузки
08.12.2022 · 63 загрузки
08.12.2022 · 85 загрузки
08.12.2022 · 73 загрузки
08.12.2022 · 62 загрузки
08.12.2022 · 92 загрузки
02.12.2022 · 168 загрузки
02.12.2022 · 84 загрузки
02.12.2022 · 96 загрузки
02.12.2022 · 104 загрузки
02.12.2022 · 68 загрузки
02.12.2022 · 98 загрузки
16.11.2022 · 245 загрузки
16.11.2022 · 120 загрузки
16.11.2022 · 79 загрузки
16.11.2022 · 102 загрузки
16.11.2022 · 88 загрузки
16.11.2022 · 95 загрузки
03.11.2022 · 224 загрузки
03.11.2022 · 119 загрузки
Updated mods
03.11.2022 · 78 загрузки
03.11.2022 · 114 загрузки
03.11.2022 · 86 загрузки
03.11.2022 · 103 загрузки
24.10.2022 · 201 загрузки
24.10.2022 · 98 загрузки
Updated mods
24.10.2022 · 98 загрузки
24.10.2022 · 69 загрузки
24.10.2022 · 78 загрузки
24.10.2022 · 94 загрузки
12.10.2022 · 284 загрузки
12.10.2022 · 137 загрузки
Updated mods
(Edited for Lithium 0.9.1 patch)
12.10.2022 · 111 загрузки
12.10.2022 · 118 загрузки
12.10.2022 · 84 загрузки
12.10.2022 · 114 загрузки
02.10.2022 · 143 загрузки
02.10.2022 · 136 загрузки
Updated mods. Added ImmediatelyFast for a great performance boost. Changed config files
02.10.2022 · 72 загрузки
02.10.2022 · 67 загрузки
02.10.2022 · 86 загрузки
02.10.2022 · 94 загрузки
25.09.2022 · 113 загрузки
25.09.2022 · 83 загрузки
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 загрузки
25.09.2022 · 64 загрузки
25.09.2022 · 87 загрузки
25.09.2022 · 91 загрузки
19.09.2022 · 149 загрузки
19.09.2022 · 95 загрузки
EBE is still not up to date with 1.19.2, but it works completely fine
19.09.2022 · 167 загрузки
19.09.2022 · 210 загрузки
19.09.2022 · 310 загрузки
19.09.2022 · 438 загрузки
19.09.2022 · 104 загрузки
19.09.2022 · 72 загрузки
19.09.2022 · 108 загрузки
19.09.2022 · 136 загрузки
10.09.2022 · 123 загрузки
10.09.2022 · 90 загрузки
10.09.2022 · 100 загрузки
10.09.2022 · 93 загрузки
10.09.2022 · 151 загрузки
10.09.2022 · 121 загрузки
Updated mods. Fastload config file added to reduce chunks generated on load
10.09.2022 · 92 загрузки
10.09.2022 · 105 загрузки
10.09.2022 · 108 загрузки
10.09.2022 · 80 загрузки
29.08.2022 · 119 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 104 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 100 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 91 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
29.08.2022 · 136 загрузки
29.08.2022 · 87 загрузки
Updated mods. Quilt versions are now available
29.08.2022 · 103 загрузки
29.08.2022 · 99 загрузки
29.08.2022 · 92 загрузки
29.08.2022 · 138 загрузки
25.08.2022 · 110 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
25.08.2022 · 97 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
25.08.2022 · 110 загрузки
Updated mods
25.08.2022 · 96 загрузки
25.08.2022 · 95 загрузки
25.08.2022 · 102 загрузки
19.08.2022 · 102 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
19.08.2022 · 94 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
19.08.2022 · 119 загрузки
Updated mods
19.08.2022 · 84 загрузки
19.08.2022 · 91 загрузки
19.08.2022 · 109 загрузки
13.08.2022 · 111 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
13.08.2022 · 75 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
13.08.2022 · 118 загрузки
Updated mods. Removed Indium, I don't know why I had it there in the first place
13.08.2022 · 94 загрузки
13.08.2022 · 72 загрузки
13.08.2022 · 113 загрузки
11.08.2022 · 85 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
11.08.2022 · 94 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
11.08.2022 · 100 загрузки
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 загрузки
11.08.2022 · 116 загрузки
11.08.2022 · 106 загрузки
09.08.2022 · 87 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
09.08.2022 · 74 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
09.08.2022 · 78 загрузки
Updated mods. Removed Reese's Sodium Options to reduce mod count
09.08.2022 · 84 загрузки
09.08.2022 · 109 загрузки
09.08.2022 · 102 загрузки
06.08.2022 · 98 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
06.08.2022 · 103 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
06.08.2022 · 138 загрузки
Updated mods. Added Alternate Current. Added Reese's Sodium Options
06.08.2022 · 100 загрузки
06.08.2022 · 92 загрузки
06.08.2022 · 107 загрузки
04.08.2022 · 92 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
04.08.2022 · 89 загрузки
Updated mods
04.08.2022 · 77 загрузки
04.08.2022 · 90 загрузки
04.08.2022 · 109 загрузки
02.08.2022 · 73 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
02.08.2022 · 94 загрузки
Updated mods
02.08.2022 · 94 загрузки
02.08.2022 · 88 загрузки
02.08.2022 · 95 загрузки
31.07.2022 · 86 загрузки
Some mods may be broken. Use with caution, and have backups if necessary.
31.07.2022 · 101 загрузки
Updated mods
31.07.2022 · 86 загрузки
31.07.2022 · 112 загрузки
31.07.2022 · 98 загрузки
30.07.2022 · 98 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
30.07.2022 · 82 загрузки
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 загрузки
30.07.2022 · 111 загрузки
30.07.2022 · 90 загрузки
29.07.2022 · 86 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
29.07.2022 · 90 загрузки
Updated mods
29.07.2022 · 70 загрузки
29.07.2022 · 76 загрузки
29.07.2022 · 85 загрузки
28.07.2022 · 90 загрузки
Missing mods, and other mods may be broken. Use at your own risk!
25.07.2022 · 86 загрузки
Replaced Ksyxis with Fastload as it is generally safer, and faster. Added Smooth Boot. Changed some config files. Updated mods
25.07.2022 · 72 загрузки
25.07.2022 · 84 загрузки
25.07.2022 · 99 загрузки
19.07.2022 · 100 загрузки
Updated mods
19.07.2022 · 64 загрузки
19.07.2022 · 77 загрузки
19.07.2022 · 99 загрузки
05.07.2022 · 146 загрузки
Added Very Many Players
05.07.2022 · 80 загрузки
05.07.2022 · 172 загрузки
05.07.2022 · 187 загрузки
05.07.2022 · 102 загрузки
Added Entity Culling
05.07.2022 · 75 загрузки
05.07.2022 · 74 загрузки
05.07.2022 · 116 загрузки
01.07.2022 · 95 загрузки
Updated fabric and a few mods on older versions
01.07.2022 · 96 загрузки
01.07.2022 · 109 загрузки
01.07.2022 · 120 загрузки
22.06.2022 · 134 загрузки
Added More Culling, and updated some mods
08.06.2022 · 98 загрузки
08.06.2022 · 115 загрузки
08.06.2022 · 143 загрузки
04.06.2022 · 110 загрузки
Removed Cloth Config, FLK and Mod Menu. Added Bedrodium. Now supports multiple versions
04.06.2022 · 150 загрузки
04.06.2022 · 203 загрузки
02.06.2022 · 122 загрузки
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 загрузки
Removed a few unnecessary mods and added a couple good ones. Saw a pretty good fps difference on my end
24.05.2022 · 243 загрузки
Ported from CurseForge, some mods were added and some were removed however this should not affect your performance in any major way