Modscraper Modscraper Minecraft
Adrenaline logo

Adrenaline

Modpack

A lightweight, open-source performance modpack for Fabric

Type

Modpack

Modrinth Downloads

311,647

Modrinth ID

BYN9yKrV

Last Updated

Jul 25, 2026

Description

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.

Available for Fabric Chat with us on Discord Available on GitHub

ðŸ“Ĩ Installation Guide

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.

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.

You can get a low-power, free server at Aternos. 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.

Download mrpack-install through GitHub releases (or your distro's package if it has one) and take a look at the commands on the README. In Adrenaline's case, to install in your server you would run:

mrpack-install adrenaline [optional version number]

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
  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.

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

mcman is a tool for managing the mods/plugins/configurations of a Minecraft server. First, install mcman from 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.

See the mrpack4server Git repository for installation info. modpack-info.json:

{ "project_id": "adrenaline", "version_id": "version id or name" }

Before doing any of this, be sure to have a backup of the server in case anything goes wrong.

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. 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).

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 and, if that doesn't help, ask in the packwiz Discord server.

⭐ Features

🚀 Major performance improvement

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.

ðŸŠķ Lightweight

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.

⚙ïļ Source-available

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.

✅ Hardware Compatibility

For Hardware Compatibility information, see the corresponding section in Sodium's Modrinth description.

🐛 How to Report Issues

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.

❓ Frequently Asked Questions

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.

🍉 Sponsor

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.

Bisect Hosting Image

Compatibility

Mod Loaders

Fabric Quilt

Game Versions

1.16.5 1.17.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 +16 more

Screenshots

Similar Modpacks

Contained Mods (24)

Cloth Config API (Fabric/Forge/NeoForge)

Cloth Config API (Fabric/Forge/NeoForge)

Config Screen API for Minecraft

Mod 511,423,981
ImmediatelyFast

ImmediatelyFast

Speed up immediate mode rendering in Minecraft

Mod 276,486,214
Entity Culling Fabric/Forge

Entity Culling Fabric/Forge

Using async path-tracing to hide Tiles/Entities that are not visible

Mod 357,621,728
Fabric API

Fabric API

Core API library for the Fabric toolchain

Mod 437,314,431
Sodium

Sodium

The fastest and most compatible rendering optimization mod for Minecraft. Now available for both NeoForge and Fabric!

Mod 332,931,125
FerriteCore

FerriteCore

Memory usage optimizations

Mod 133,178,761
Resourceful Config

Resourceful Config

Resourceful Config is a mod that allows for developers to make crossplatform configs

Mod 144,007,322
Crash Assistant

Crash Assistant

Shows a GUI after Minecraft crashes, immediately showing and analyzing all affected logs.

Mod 73,944,160
Lithium (Fabric/NeoForge)

Lithium (Fabric/NeoForge)

An optimization mod for Minecraft which improves server performance significantly.

Mod 202,601,566
Mod Menu

Mod Menu

Adds a mod menu to view the list of mods you have installed.

Mod 202,489,233
Fabric Language Kotlin

Fabric Language Kotlin

Fabric language module for Kotlin

Mod 181,632,251
Text Placeholder API

Text Placeholder API

Placeholder and Text manipulation library for your Minecraft mods.

Mod 53,731,983
Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

A Fabric mod designed to improve the chunk performance of Minecraft.

Mod 31,947,198
Dynamic FPS

Dynamic FPS

Improve performance when Minecraft is in the background

Mod 106,589,164
Structure Layout Optimizer

Structure Layout Optimizer

Attempts to optimize the generation of Jigsaw Structures and NBT pieces

Mod 31,246,119
ServerCore

ServerCore

A mod that aims to optimize the minecraft server.

Mod 53,987,662
Ixeris

Ixeris

Buffered raw input and threaded event polling

Mod 12,699,329
Config Manager

Config Manager

A minecraft mod that allows modpack developers to ship configuration file in the most user-friendly way possible

Mod 5,781,931
ScalableLux

ScalableLux

A Fabric mod based on Starlight that improves the performance of light updates in Minecraft.

Mod 20,900,583
ModernFix-mVUS

ModernFix-mVUS

A fork of ModernFix that adds minor version update support.

Mod 5,571,812
Fast Noise

Fast Noise

This optimizes noise generation

Mod 6,812,432
Cull Fewer Leaves

Cull Fewer Leaves

Cull leaves while looking hot! A continuation of Cull Less Leaves.

Mod 347,843
Very Many Players (Fabric)

Very Many Players (Fabric)

A Fabric mod designed to improve server performance at high playercounts.

Mod 17,805,369
Optimised Block Entities

Optimised Block Entities

A client-side optimization mod to make block entities render faster

Mod 338,027

External Resources