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