Назад в магазин
Adrenaline
Modrinth Modpack

Adrenaline

mc26.2 beta - A lightweight, open-source performance modpack for Fabric

Информация о Minecraft-продукте

Важное о товаре

Совместимость, версии Minecraft, загрузчики и данные внешнего источника.

Тип

Modpack

Доступ

Бесплатно

Последняя версия

26.3.1+mc26.2.fabric

Загрузки

310 917

Загрузчики / Платформы

fabric quilt

Minecraft версии

1.16.5 1.17.1 1.18.2 – 1.20.2 1.20.4 1.20.6 – 1.21.1 1.21.3 – 1.21.5 1.21.7 – 1.21.8 1.21.10 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категории

lightweight multiplayer optimization

Описание

Подробная информация

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](https://skywardmc.org/adrenaline/performance-features). Adrenaline can be installed on both clients and servers, so this list tells you what is installed depending on the environment. ![Available for Fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/supported/fabric_vector.svg) [![Chat with us on Discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/social/discord-plural_vector.svg)](https://discord.gg/36Tv44cYte) [![Available on GitHub](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/github_vector.svg)](https://github.com/skywardmc/adrenaline) # 📥 Installation Guide **Please be sure to read Sodium's [Driver Compatibility](https://github.com/CaffeineMC/sodium-fabric/wiki/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](https://skywardmc.org/adrenaline/installation). 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](https://skywardmc.org/adrenaline/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. <details> <summary>Installing Adrenaline on a server</summary> 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). <details> <summary> 🏷️ Install using Aternos </summary> 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. </details> <details> <summary> 📦 Install using mrpack-install </summary> 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: ```sh mrpack-install adrenaline [optional version number] ``` </details> <details> <summary> 🐋 Install using Docker Compose </summary> > 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). ```yaml 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 ``` </details> <details> <summary> ✨ Install using mcman </summary> [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: ```sh 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). </details> <details> <summary> 💿 Install using mrpack4server </summary> See the [mrpack4server](https://github.com/Patbox/mrpack4server) Git repository for installation info. `modpack-info.json`: ```json { "project_id": "adrenaline", "version_id": "version id or name" } ``` </details> <details> <summary> 🧙 Install using packwiz-installer </summary> > 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)). ```sh 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)._ </details> </details> # ⭐ 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](https://modrinth.com/mod/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](https://skywardmc.org/adrenaline/performance-features). 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](https://github.com/skywardmc/adrenaline) 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](https://modrinth.com/mod/sodium#hardware-compatibility). # 🐛 How to Report Issues Experiencing bugs, crashes, or other issues? Feel free to open an issue on the [issue tracker](https://github.com/skywardmc/Adrenaline/issues). 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](https://skywardmc.org/adrenaline). 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](https://modrinth.com/modpack/adrenaline) to improve your server's optimization while still allowing vanilla clients to join. [![Bisect Hosting Image](https://www.bisecthosting.com/partners/custom-banners/bddbdb84-1a70-405f-b773-01b20b7eda5e.webp)](https://www.bisecthosting.com/devin)

Разработчик

devin

Профиль и данные получены с Modrinth

Открыть на Modrinth

Галерея продукта

Изображения проекта

Скриншоты и изображения из оригинальной страницы Modrinth.

Banner

A collage of the mods present in Adrenaline as of version 1.21.0, excluding most libraries. May be subject to change

Список изменений

Версии проекта

Опубликованные версии и оригинальные файлы Modrinth.

26.3.1+mc26.2.fabric Актуальная Beta 05.07.2026

⚠ beta - 26.3.1+mc26.2.fabric

Поддерживаемые версии Minecraft
26.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Notable changes - Dropped mc1.21.10 due to low amount of users - Updated mods - Fixed mc26.2 server-side crashes - Krypton was included but [does not currently work on mc26.2](https://github.com/skywardmc/adrenaline/issues/94), sorry for any inconvenience! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
Войти

0.01 MB

26.3.1+mc26.1.2.fabric Release 05.07.2026

26.3.1+mc26.1.2.fabric

Поддерживаемые версии Minecraft
26.1.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Notable changes - Dropped mc1.21.10 due to low amount of users - Updated mods - Fixed mc26.2 server-side crashes - Krypton was included but [does not currently work on mc26.2](https://github.com/skywardmc/adrenaline/issues/94), sorry for any inconvenience! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
Войти

0.01 MB

26.3.1+mc1.21.11.fabric Release 05.07.2026

26.3.1+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Notable changes - Dropped mc1.21.10 due to low amount of users - Updated mods - Fixed mc26.2 server-side crashes - Krypton was included but [does not currently work on mc26.2](https://github.com/skywardmc/adrenaline/issues/94), sorry for any inconvenience! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
Войти

0.01 MB

26.3.1+mc1.21.1.fabric Release 05.07.2026

26.3.1+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Notable changes - Dropped mc1.21.10 due to low amount of users - Updated mods - Fixed mc26.2 server-side crashes - Krypton was included but [does not currently work on mc26.2](https://github.com/skywardmc/adrenaline/issues/94), sorry for any inconvenience! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
Войти

0.01 MB

26.3.1+mc1.20.1.fabric Release 05.07.2026

26.3.1+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Notable changes - Dropped mc1.21.10 due to low amount of users - Updated mods - Fixed mc26.2 server-side crashes - Krypton was included but [does not currently work on mc26.2](https://github.com/skywardmc/adrenaline/issues/94), sorry for any inconvenience! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.3.0...26.3.1
Войти

0.01 MB

26.3.0+mc26.2.fabric Alpha 21.06.2026

⚠ alpha - 26.3.0+mc26.2.fabric

Поддерживаемые версии Minecraft
26.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.2 alpha mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core. ### mc1.21.10 notice mc1.21.10 support will be dropped next release due to a low amount of users. ### Notable changes - Reverted Immersive Optimizations addition from last release. I'm not entirely sure about vanilla parity, and it seems to mainly benefit only in large content modpacks. It'll remain noted in the [post-install](https://skywardmc.org/adrenaline/post-install) page. - C2ME has moved into the beta stage and the new version offers many improvements. Additionally, the [experimental OpenCL hardware-acceleration addon](https://modrinth.com/mod/c2me-ocl) for C2ME is now available, which has been noted on the post-install page. - BBE and EBE have been replaced with [OBE](https://modrinth.com/mod/obe) on all versions (excl. mc1.21.1 temporarily due to chest rendering issues, keeping EBE there for now). OBE is much less intrusive to the renderer and offers better performance. This mod is relatively new, so let me know on the issue tracker if you have any issues. - Mods have been updated to their latest versions. mc1.21.1/mc26.1.2 Sodium betas (and deps) will remain downgraded for now due to incompatibilities and possible instability. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
Войти

0.01 MB

26.3.0+mc26.1.2.fabric Release 21.06.2026

26.3.0+mc26.1.2.fabric

Поддерживаемые версии Minecraft
26.1.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.2 alpha mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core. ### mc1.21.10 notice mc1.21.10 support will be dropped next release due to a low amount of users. ### Notable changes - Reverted Immersive Optimizations addition from last release. I'm not entirely sure about vanilla parity, and it seems to mainly benefit only in large content modpacks. It'll remain noted in the [post-install](https://skywardmc.org/adrenaline/post-install) page. - C2ME has moved into the beta stage and the new version offers many improvements. Additionally, the [experimental OpenCL hardware-acceleration addon](https://modrinth.com/mod/c2me-ocl) for C2ME is now available, which has been noted on the post-install page. - BBE and EBE have been replaced with [OBE](https://modrinth.com/mod/obe) on all versions (excl. mc1.21.1 temporarily due to chest rendering issues, keeping EBE there for now). OBE is much less intrusive to the renderer and offers better performance. This mod is relatively new, so let me know on the issue tracker if you have any issues. - Mods have been updated to their latest versions. mc1.21.1/mc26.1.2 Sodium betas (and deps) will remain downgraded for now due to incompatibilities and possible instability. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
Войти

0.01 MB

26.3.0+mc1.21.11.fabric Release 21.06.2026

26.3.0+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.2 alpha mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core. ### mc1.21.10 notice mc1.21.10 support will be dropped next release due to a low amount of users. ### Notable changes - Reverted Immersive Optimizations addition from last release. I'm not entirely sure about vanilla parity, and it seems to mainly benefit only in large content modpacks. It'll remain noted in the [post-install](https://skywardmc.org/adrenaline/post-install) page. - C2ME has moved into the beta stage and the new version offers many improvements. Additionally, the [experimental OpenCL hardware-acceleration addon](https://modrinth.com/mod/c2me-ocl) for C2ME is now available, which has been noted on the post-install page. - BBE and EBE have been replaced with [OBE](https://modrinth.com/mod/obe) on all versions (excl. mc1.21.1 temporarily due to chest rendering issues, keeping EBE there for now). OBE is much less intrusive to the renderer and offers better performance. This mod is relatively new, so let me know on the issue tracker if you have any issues. - Mods have been updated to their latest versions. mc1.21.1/mc26.1.2 Sodium betas (and deps) will remain downgraded for now due to incompatibilities and possible instability. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
Войти

0.01 MB

26.3.0+mc1.21.10.fabric Release 21.06.2026

26.3.0+mc1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.2 alpha mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core. ### mc1.21.10 notice mc1.21.10 support will be dropped next release due to a low amount of users. ### Notable changes - Reverted Immersive Optimizations addition from last release. I'm not entirely sure about vanilla parity, and it seems to mainly benefit only in large content modpacks. It'll remain noted in the [post-install](https://skywardmc.org/adrenaline/post-install) page. - C2ME has moved into the beta stage and the new version offers many improvements. Additionally, the [experimental OpenCL hardware-acceleration addon](https://modrinth.com/mod/c2me-ocl) for C2ME is now available, which has been noted on the post-install page. - BBE and EBE have been replaced with [OBE](https://modrinth.com/mod/obe) on all versions (excl. mc1.21.1 temporarily due to chest rendering issues, keeping EBE there for now). OBE is much less intrusive to the renderer and offers better performance. This mod is relatively new, so let me know on the issue tracker if you have any issues. - Mods have been updated to their latest versions. mc1.21.1/mc26.1.2 Sodium betas (and deps) will remain downgraded for now due to incompatibilities and possible instability. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
Войти

0.01 MB

26.3.0+mc1.21.1.fabric Release 21.06.2026

26.3.0+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.2 alpha mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core. ### mc1.21.10 notice mc1.21.10 support will be dropped next release due to a low amount of users. ### Notable changes - Reverted Immersive Optimizations addition from last release. I'm not entirely sure about vanilla parity, and it seems to mainly benefit only in large content modpacks. It'll remain noted in the [post-install](https://skywardmc.org/adrenaline/post-install) page. - C2ME has moved into the beta stage and the new version offers many improvements. Additionally, the [experimental OpenCL hardware-acceleration addon](https://modrinth.com/mod/c2me-ocl) for C2ME is now available, which has been noted on the post-install page. - BBE and EBE have been replaced with [OBE](https://modrinth.com/mod/obe) on all versions (excl. mc1.21.1 temporarily due to chest rendering issues, keeping EBE there for now). OBE is much less intrusive to the renderer and offers better performance. This mod is relatively new, so let me know on the issue tracker if you have any issues. - Mods have been updated to their latest versions. mc1.21.1/mc26.1.2 Sodium betas (and deps) will remain downgraded for now due to incompatibilities and possible instability. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
Войти

0.01 MB

26.3.0+mc1.20.1.fabric Release 21.06.2026

26.3.0+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.2 alpha mc26.2 alpha versions are now available. Not recommended for use in production, may be unstable. Currently missing Particle Core. ### mc1.21.10 notice mc1.21.10 support will be dropped next release due to a low amount of users. ### Notable changes - Reverted Immersive Optimizations addition from last release. I'm not entirely sure about vanilla parity, and it seems to mainly benefit only in large content modpacks. It'll remain noted in the [post-install](https://skywardmc.org/adrenaline/post-install) page. - C2ME has moved into the beta stage and the new version offers many improvements. Additionally, the [experimental OpenCL hardware-acceleration addon](https://modrinth.com/mod/c2me-ocl) for C2ME is now available, which has been noted on the post-install page. - BBE and EBE have been replaced with [OBE](https://modrinth.com/mod/obe) on all versions (excl. mc1.21.1 temporarily due to chest rendering issues, keeping EBE there for now). OBE is much less intrusive to the renderer and offers better performance. This mod is relatively new, so let me know on the issue tracker if you have any issues. - Mods have been updated to their latest versions. mc1.21.1/mc26.1.2 Sodium betas (and deps) will remain downgraded for now due to incompatibilities and possible instability. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.2.0...26.3.0
Войти

0.01 MB

26.2.0+mc26.1.2.fabric Release 14.06.2026

26.2.0+mc26.1.2.fabric

Поддерживаемые версии Minecraft
26.1.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 stable mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods. ### Additions - Immersive Optimization has been added to client and server - Structure Layout Optimizer has been added to client and server - ScalableLux/Starlight has been set to both-side as we also set C2ME to both-side earlier ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
Войти

0.01 MB

26.2.0+mc1.21.11.fabric Release 14.06.2026

26.2.0+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 stable mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods. ### Additions - Immersive Optimization has been added to client and server - Structure Layout Optimizer has been added to client and server - ScalableLux/Starlight has been set to both-side as we also set C2ME to both-side earlier ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
Войти

0.01 MB

26.2.0+mc1.21.10.fabric Release 14.06.2026

26.2.0+mc1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 stable mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods. ### Additions - Immersive Optimization has been added to client and server - Structure Layout Optimizer has been added to client and server - ScalableLux/Starlight has been set to both-side as we also set C2ME to both-side earlier ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
Войти

0.01 MB

26.2.0+mc1.21.1.fabric Release 14.06.2026

26.2.0+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 stable mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods. ### Additions - Immersive Optimization has been added to client and server - Structure Layout Optimizer has been added to client and server - ScalableLux/Starlight has been set to both-side as we also set C2ME to both-side earlier ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
Войти

0.01 MB

26.2.0+mc1.20.1.fabric Release 14.06.2026

26.2.0+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 stable mc26.1.2 is marked as stable, although it may still be missing features. See wiki pages for missing mods. ### Additions - Immersive Optimization has been added to client and server - Structure Layout Optimizer has been added to client and server - ScalableLux/Starlight has been set to both-side as we also set C2ME to both-side earlier ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.4...26.2.0
Войти

0.01 MB

26.1.4+mc26.1.2.fabric Release 08.05.2026

26.1.4+mc26.1.2.fabric

Поддерживаемые версии Minecraft
26.1.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
Войти

0.01 MB

26.1.4+mc1.21.11.fabric Release 08.05.2026

26.1.4+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
Войти

0.01 MB

26.1.4+mc1.21.10.fabric Release 08.05.2026

26.1.4+mc1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
Войти

0.01 MB

26.1.4+mc1.21.1.fabric Release 08.05.2026

26.1.4+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
Войти

0.01 MB

26.1.4+mc1.20.1.fabric Release 08.05.2026

26.1.4+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.2 mc26.1.2 should be stable enough for production use. The only feature currently missing is Particle Core. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.3...26.1.4
Войти

0.01 MB

26.1.3+mc26.1.1.fabric Beta 04.04.2026

⚠ beta - 26.1.3+mc26.1.1.fabric

Поддерживаемые версии Minecraft
26.1.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
Войти

0.01 MB

26.1.3+mc1.21.11.fabric Release 04.04.2026

26.1.3+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
Войти

0.01 MB

26.1.3+mc1.21.10.fabric Release 04.04.2026

26.1.3+mc1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
Войти

0.01 MB

26.1.3+mc1.21.1.fabric Release 04.04.2026

26.1.3+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
Войти

0.01 MB

26.1.3+mc1.20.1.fabric Release 04.04.2026

26.1.3+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.2...26.1.3
Войти

0.01 MB

26.1.2+mc26.1.fabric Beta 28.03.2026

⚠ beta - 26.1.2+mc26.1.fabric

Поддерживаемые версии Minecraft
26.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
Войти

0.01 MB

26.1.2+mc1.21.11.fabric Release 28.03.2026

26.1.2+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
Войти

0.01 MB

26.1.2+mc1.21.10.fabric Release 28.03.2026

26.1.2+mc1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
Войти

0.01 MB

26.1.2+mc1.21.1.fabric Release 28.03.2026

26.1.2+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
Войти

0.01 MB

26.1.2+mc1.20.1.fabric Release 28.03.2026

26.1.2+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1.1...26.1.2
Войти

0.01 MB

26.1.1+mc26.1.fabric Beta 27.03.2026

⚠ beta - 26.1.1+mc26.1.fabric

Поддерживаемые версии Minecraft
26.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
Войти

0.01 MB

26.1.1+mc1.21.11.fabric Release 27.03.2026

26.1.1+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
Войти

0.01 MB

26.1.1+mc1.21.10.fabric Release 27.03.2026

26.1.1+mc1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
Войти

0.01 MB

26.1.1+mc1.21.1.fabric Release 27.03.2026

26.1.1+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
Войти

0.01 MB

26.1.1+mc1.20.1.fabric Release 27.03.2026

26.1.1+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 beta 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 ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/26.1...26.1.1
Войти

0.01 MB

26.1+mc26.1.fabric Alpha 26.03.2026

⚠ alpha - 26.1+mc26.1.fabric

Поддерживаемые версии Minecraft
26.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.21.11.fabric Release 26.03.2026

26.1+mc1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.21.10.fabric Release 26.03.2026

26.1+mc1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.21.1.fabric Release 26.03.2026

26.1+mc1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.20.4.fabric Beta 26.03.2026

26.1+mc1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.20.1.fabric Release 26.03.2026

26.1+mc1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.19.4.fabric Beta 26.03.2026

26.1+mc1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.19.2.fabric Beta 26.03.2026

26.1+mc1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.18.2.fabric Beta 26.03.2026

26.1+mc1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
Войти

0.01 MB

26.1+mc1.16.5.fabric Beta 26.03.2026

26.1+mc1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc26.1 Alpha 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 ### CalVer Adrenaline and Additive are switching to [CalVer](https://calver.org) as their versioning system. We previously used [SemVer](https://semver.org), 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. - YY.MINOR.MICRO 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: - 27.1+mc26.1.fabric - minor version 1, of 2027 - 26.3+mc26.1.fabric - minor version 3, of 2026 - 26.4.2+mc26.1.fabric - patch 2 of minor version 4, of 2026 ### Backports to legacy versions 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. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.2...26.1
1.38.2+1.21.11.fabric Release 22.03.2026

1.38.2+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated (again), fixing a crash. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
Войти

0.01 MB

1.38.2+1.21.10.fabric Release 22.03.2026

1.38.2+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated (again), fixing a crash. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
Войти

0.01 MB

1.38.2+1.21.1.fabric Release 22.03.2026

1.38.2+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated (again), fixing a crash. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
Войти

0.01 MB

1.38.2+1.20.1.fabric Release 22.03.2026

1.38.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated (again), fixing a crash. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.1...1.38.2
Войти

0.01 MB

1.38.1+1.21.11.fabric Release 20.03.2026

1.38.1+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated, fixing a couple of bugs. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
Войти

0.01 MB

1.38.1+1.21.10.fabric Release 20.03.2026

1.38.1+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated, fixing a couple of bugs. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
Войти

0.01 MB

1.38.1+1.21.1.fabric Release 20.03.2026

1.38.1+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated, fixing a couple of bugs. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
Войти

0.01 MB

1.38.1+1.20.1.fabric Release 20.03.2026

1.38.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Ixeris has been updated, fixing a couple of bugs. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.38.0...1.38.1
Войти

0.01 MB

1.38.0+1.21.11.fabric Release 17.03.2026

1.38.0+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
Войти

0.01 MB

1.38.0+1.21.10.fabric Release 17.03.2026

1.38.0+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
Войти

0.01 MB

1.38.0+1.21.1.fabric Release 17.03.2026

1.38.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
Войти

0.01 MB

1.38.0+1.20.1.fabric Release 17.03.2026

1.38.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.37.0...1.38.0
Войти

0.01 MB

1.37.0+1.21.11.fabric Release 07.03.2026

1.37.0+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Replaced YOSBR with Config Manager [YOSBR](https://modrinth.com/mod/yosbr) has been replaced with [Config Manager](https://modrinth.com/mod/configmanager). 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 [Mod Menu](https://modrinth.com/mod/modmenu) 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 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](https://modrinth.com/mod/ixeris) for more info. Please let us know if Ixeris causes any issues for you. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
Войти

0.01 MB

1.37.0+1.21.10.fabric Release 07.03.2026

1.37.0+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Replaced YOSBR with Config Manager [YOSBR](https://modrinth.com/mod/yosbr) has been replaced with [Config Manager](https://modrinth.com/mod/configmanager). 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 [Mod Menu](https://modrinth.com/mod/modmenu) 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 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](https://modrinth.com/mod/ixeris) for more info. Please let us know if Ixeris causes any issues for you. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
Войти

0.01 MB

1.37.0+1.21.1.fabric Release 07.03.2026

1.37.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Replaced YOSBR with Config Manager [YOSBR](https://modrinth.com/mod/yosbr) has been replaced with [Config Manager](https://modrinth.com/mod/configmanager). 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 [Mod Menu](https://modrinth.com/mod/modmenu) 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 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](https://modrinth.com/mod/ixeris) for more info. Please let us know if Ixeris causes any issues for you. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
Войти

0.01 MB

1.37.0+1.20.1.fabric Release 07.03.2026

1.37.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Replaced YOSBR with Config Manager [YOSBR](https://modrinth.com/mod/yosbr) has been replaced with [Config Manager](https://modrinth.com/mod/configmanager). 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 [Mod Menu](https://modrinth.com/mod/modmenu) 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 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](https://modrinth.com/mod/ixeris) for more info. Please let us know if Ixeris causes any issues for you. ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.36.0...1.37.0
Войти

0.01 MB

1.36.0+1.21.11.fabric Release 28.02.2026

1.36.0+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Crash Assistant 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](https://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. #### But wait, isn't this a QoL mod? *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.** ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
Войти

0.01 MB

1.36.0+1.21.10.fabric Release 28.02.2026

1.36.0+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Crash Assistant 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](https://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. #### But wait, isn't this a QoL mod? *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.** ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
Войти

0.01 MB

1.36.0+1.21.1.fabric Release 28.02.2026

1.36.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Crash Assistant 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](https://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. #### But wait, isn't this a QoL mod? *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.** ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
Войти

0.01 MB

1.36.0+1.20.1.fabric Release 28.02.2026

1.36.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Crash Assistant 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](https://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. #### But wait, isn't this a QoL mod? *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.** ### Updated mods Mods have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can. **Full Changelog**: https://github.com/skywardmc/adrenaline/compare/1.35.3...1.36.0
Войти

0.01 MB

1.35.3+1.21.11.fabric Release 24.02.2026

1.35.3+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Removed ThreadTweak ThreadTweak is no longer shipped with Adrenaline/Additive. Read through [issue #66](https://github.com/skywardmc/adrenaline/issues/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! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
1.35.3+1.21.10.fabric Release 24.02.2026

1.35.3+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Removed ThreadTweak ThreadTweak is no longer shipped with Adrenaline/Additive. Read through [issue #66](https://github.com/skywardmc/adrenaline/issues/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! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
1.35.3+1.21.1.fabric Release 24.02.2026

1.35.3+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Removed ThreadTweak ThreadTweak is no longer shipped with Adrenaline/Additive. Read through [issue #66](https://github.com/skywardmc/adrenaline/issues/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! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.3+1.20.1.fabric Release 24.02.2026

1.35.3+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Removed ThreadTweak ThreadTweak is no longer shipped with Adrenaline/Additive. Read through [issue #66](https://github.com/skywardmc/adrenaline/issues/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! ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.2+1.21.11.fabric Release 24.02.2026

1.35.2+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods 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. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.2+1.21.10.fabric Release 24.02.2026

1.35.2+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods 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. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
1.35.2+1.21.1.fabric Release 24.02.2026

1.35.2+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods 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. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.2+1.20.1.fabric Release 24.02.2026

1.35.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Updated mods 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. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.1+1.21.11.fabric Release 23.02.2026

1.35.1+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Bug fixes - Fast Noise update fixes an extremely rare parity issue with vanilla biome generation - Disabled ModernFix dynamic resources on mc1.21.10, as it broke item frame rendering. Other versions are not affected - *If you are currently on mc1.21.10, after updating, you will need to go into your config folder, delete the ModernFix mixin config, and then relaunch* - Removed YACL on versions where not necessary ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.1+1.21.10.fabric Release 23.02.2026

1.35.1+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Bug fixes - Fast Noise update fixes an extremely rare parity issue with vanilla biome generation - Disabled ModernFix dynamic resources on mc1.21.10, as it broke item frame rendering. Other versions are not affected - *If you are currently on mc1.21.10, after updating, you will need to go into your config folder, delete the ModernFix mixin config, and then relaunch* - Removed YACL on versions where not necessary ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
1.35.1+1.21.1.fabric Release 23.02.2026

1.35.1+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Bug fixes - Fast Noise update fixes an extremely rare parity issue with vanilla biome generation - Disabled ModernFix dynamic resources on mc1.21.10, as it broke item frame rendering. Other versions are not affected - *If you are currently on mc1.21.10, after updating, you will need to go into your config folder, delete the ModernFix mixin config, and then relaunch* - Removed YACL on versions where not necessary ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.1+1.20.1.fabric Release 23.02.2026

1.35.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Bug fixes - Fast Noise update fixes an extremely rare parity issue with vanilla biome generation - Disabled ModernFix dynamic resources on mc1.21.10, as it broke item frame rendering. Other versions are not affected - *If you are currently on mc1.21.10, after updating, you will need to go into your config folder, delete the ModernFix mixin config, and then relaunch* - Removed YACL on versions where not necessary ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.0+1.21.11.fabric Release 20.02.2026

1.35.0+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Housekeeping Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes: - Particle core added - Offers beneficial culling and rendering optimizations for particle effects - ServerCore and Fast Noise have been set to both-side - ServerCore heavily improves logic performance of the integrated server without really any downsides at all - All ServerCore configs that change vanilla behavior have been removed (the only one was villager lobotomization) so theoretically this should not change vanilla functionality in any way - Removed BadOptimizations - Pretty much does essentially nothing (even from their own benchmarks, the benchmarks show like a 5% improvement in FPS *at most* and even that could just be placebo/varying framerates) - Disabled Dynamic FPS volume multiplier as vanilla doesn't do that (I think) - Many unnecessary configs cleaned up or removed ### 1.21.10 and 1.21.11 Both are no longer considered beta versions, but may still be missing something. ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.0+1.21.10.fabric Release 20.02.2026

1.35.0+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Housekeeping Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes: - Particle core added - Offers beneficial culling and rendering optimizations for particle effects - ServerCore and Fast Noise have been set to both-side - ServerCore heavily improves logic performance of the integrated server without really any downsides at all - All ServerCore configs that change vanilla behavior have been removed (the only one was villager lobotomization) so theoretically this should not change vanilla functionality in any way - Removed BadOptimizations - Pretty much does essentially nothing (even from their own benchmarks, the benchmarks show like a 5% improvement in FPS *at most* and even that could just be placebo/varying framerates) - Disabled Dynamic FPS volume multiplier as vanilla doesn't do that (I think) - Many unnecessary configs cleaned up or removed ### 1.21.10 and 1.21.11 Both are no longer considered beta versions, but may still be missing something. ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.0+1.21.1.fabric Release 20.02.2026

1.35.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Housekeeping Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes: - Particle core added - Offers beneficial culling and rendering optimizations for particle effects - ServerCore and Fast Noise have been set to both-side - ServerCore heavily improves logic performance of the integrated server without really any downsides at all - All ServerCore configs that change vanilla behavior have been removed (the only one was villager lobotomization) so theoretically this should not change vanilla functionality in any way - Removed BadOptimizations - Pretty much does essentially nothing (even from their own benchmarks, the benchmarks show like a 5% improvement in FPS *at most* and even that could just be placebo/varying framerates) - Disabled Dynamic FPS volume multiplier as vanilla doesn't do that (I think) - Many unnecessary configs cleaned up or removed ### 1.21.10 and 1.21.11 Both are no longer considered beta versions, but may still be missing something. ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.35.0+1.20.1.fabric Release 20.02.2026

1.35.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Housekeeping Lots of minor changes have been done on Adrenaline and Additive this release, here are the majority of the changes: - Particle core added - Offers beneficial culling and rendering optimizations for particle effects - ServerCore and Fast Noise have been set to both-side - ServerCore heavily improves logic performance of the integrated server without really any downsides at all - All ServerCore configs that change vanilla behavior have been removed (the only one was villager lobotomization) so theoretically this should not change vanilla functionality in any way - Removed BadOptimizations - Pretty much does essentially nothing (even from their own benchmarks, the benchmarks show like a 5% improvement in FPS *at most* and even that could just be placebo/varying framerates) - Disabled Dynamic FPS volume multiplier as vanilla doesn't do that (I think) - Many unnecessary configs cleaned up or removed ### 1.21.10 and 1.21.11 Both are no longer considered beta versions, but may still be missing something. ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.2+1.21.11.fabric Beta 16.02.2026

1.34.2+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.2+1.21.10.fabric Beta 16.02.2026

1.34.2+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.2+1.21.1.fabric Release 16.02.2026

1.34.2+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.2+1.20.1.fabric Release 16.02.2026

1.34.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.1+1.21.11.fabric Beta 19.01.2026

1.34.1+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.1+1.21.10.fabric Beta 19.01.2026

1.34.1+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.1+1.21.1.fabric Release 19.01.2026

1.34.1+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.1+1.20.1.fabric Release 19.01.2026

1.34.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights This is just a small hotfix that removes Noisium and replaces it with Fast Noise on 1.21.1. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.0+1.21.11.fabric Beta 18.01.2026

1.34.0+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Changed mods - 1.21.10 and 1.21.11: - ModernFix-MVUS (fork of ModernFix for unsupported MC versions) - Better Block Entities (modern replacement for Enhanced Block Entities) - ZFastNoise (modern replacement for Noisium) - 1.21.11 only: - Cull Fewer Leaves (fork of Cull Less Leaves for new MC versions) ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.0+1.21.10.fabric Beta 18.01.2026

1.34.0+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Changed mods - 1.21.10 and 1.21.11: - ModernFix-MVUS (fork of ModernFix for unsupported MC versions) - Better Block Entities (modern replacement for Enhanced Block Entities) - ZFastNoise (modern replacement for Noisium) - 1.21.11 only: - Cull Fewer Leaves (fork of Cull Less Leaves for new MC versions) ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.0+1.21.1.fabric Release 18.01.2026

1.34.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Changed mods - 1.21.10 and 1.21.11: - ModernFix-MVUS (fork of ModernFix for unsupported MC versions) - Better Block Entities (modern replacement for Enhanced Block Entities) - ZFastNoise (modern replacement for Noisium) - 1.21.11 only: - Cull Fewer Leaves (fork of Cull Less Leaves for new MC versions) ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.34.0+1.20.1.fabric Release 18.01.2026

1.34.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be stable enough for production use, but do report bugs if found. - Missing on 1.21.10: Leaf Culling, ThreadTweak - Missing on 1.21.11: ThreadTweak ### Changed mods - 1.21.10 and 1.21.11: - ModernFix-MVUS (fork of ModernFix for unsupported MC versions) - Better Block Entities (modern replacement for Enhanced Block Entities) - ZFastNoise (modern replacement for Noisium) - 1.21.11 only: - Cull Fewer Leaves (fork of Cull Less Leaves for new MC versions) ### Updated mods Mods in the pack have been updated to their latest versions. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.1+1.21.11.fabric Beta 02.01.2026

1.33.1+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable. Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.1+1.21.10.fabric Beta 02.01.2026

1.33.1+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable. Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.1+1.21.1.fabric Release 02.01.2026

1.33.1+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable. Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.1+1.20.1.fabric Release 02.01.2026

1.33.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta Supports 1.21.10 beta and 1.21.11 beta. Both should be generally stable. Missing on both: EBE, ModernFix, Noisium, CLL/SLC, ThreadTweak ### Updated mods Mods in the pack have been updated to their latest versions. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.0+1.21.11.fabric Beta 15.12.2025

1.33.0+1.21.11.fabric

Поддерживаемые версии Minecraft
1.21.11
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.0+1.21.10.fabric Beta 15.12.2025

1.33.0+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.0+1.21.1.fabric Release 15.12.2025

1.33.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.33.0+1.20.1.fabric Release 15.12.2025

1.33.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta and 1.21.11 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.32.0+1.21.10.fabric Beta 19.10.2025

1.32.0+1.21.10.fabric

Поддерживаемые версии Minecraft
1.21.10
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.32.0+1.21.5.fabric Release 19.10.2025

1.32.0+1.21.5.fabric

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.32.0+1.21.4.fabric Release 19.10.2025

1.32.0+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.32.0+1.21.1.fabric Release 19.10.2025

1.32.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.32.0+1.20.1.fabric Release 19.10.2025

1.32.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.10 beta 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 ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.31.0+1.21.8.fabric Beta 09.09.2025

1.31.0+1.21.8.fabric

Поддерживаемые версии Minecraft
1.21.8
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.8 beta Now supports 1.21.8. Should be pretty stable, but is missing some features. * Missing mods in 1.21.4: * EBE * CLL/SLC * Missing mods in 1.21.5: * *Everything that's missing in 1.21.4* * ModernFix * Missing mods in 1.21.7 beta: * *Everything that's missing in 1.21.5* * Noisium * Missing mods in 1.21.8 beta: * *Everything that's missing in 1.21.7* ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### Other changes The project's internal structure has been cleaned up. Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.31.0+1.21.7.fabric Beta 09.09.2025

1.31.0+1.21.7.fabric

Поддерживаемые версии Minecraft
1.21.7
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.8 beta Now supports 1.21.8. Should be pretty stable, but is missing some features. * Missing mods in 1.21.4: * EBE * CLL/SLC * Missing mods in 1.21.5: * *Everything that's missing in 1.21.4* * ModernFix * Missing mods in 1.21.7 beta: * *Everything that's missing in 1.21.5* * Noisium * Missing mods in 1.21.8 beta: * *Everything that's missing in 1.21.7* ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### Other changes The project's internal structure has been cleaned up. Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.31.0+1.21.5.fabric Release 09.09.2025

1.31.0+1.21.5.fabric

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.8 beta Now supports 1.21.8. Should be pretty stable, but is missing some features. * Missing mods in 1.21.4: * EBE * CLL/SLC * Missing mods in 1.21.5: * *Everything that's missing in 1.21.4* * ModernFix * Missing mods in 1.21.7 beta: * *Everything that's missing in 1.21.5* * Noisium * Missing mods in 1.21.8 beta: * *Everything that's missing in 1.21.7* ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### Other changes The project's internal structure has been cleaned up. Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.31.0+1.21.4.fabric Release 09.09.2025

1.31.0+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.8 beta Now supports 1.21.8. Should be pretty stable, but is missing some features. * Missing mods in 1.21.4: * EBE * CLL/SLC * Missing mods in 1.21.5: * *Everything that's missing in 1.21.4* * ModernFix * Missing mods in 1.21.7 beta: * *Everything that's missing in 1.21.5* * Noisium * Missing mods in 1.21.8 beta: * *Everything that's missing in 1.21.7* ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### Other changes The project's internal structure has been cleaned up. Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.31.0+1.21.1.fabric Release 09.09.2025

1.31.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.8 beta Now supports 1.21.8. Should be pretty stable, but is missing some features. * Missing mods in 1.21.4: * EBE * CLL/SLC * Missing mods in 1.21.5: * *Everything that's missing in 1.21.4* * ModernFix * Missing mods in 1.21.7 beta: * *Everything that's missing in 1.21.5* * Noisium * Missing mods in 1.21.8 beta: * *Everything that's missing in 1.21.7* ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### Other changes The project's internal structure has been cleaned up. Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.31.0+1.20.1.fabric Release 09.09.2025

1.31.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.8 beta Now supports 1.21.8. Should be pretty stable, but is missing some features. * Missing mods in 1.21.4: * EBE * CLL/SLC * Missing mods in 1.21.5: * *Everything that's missing in 1.21.4* * ModernFix * Missing mods in 1.21.7 beta: * *Everything that's missing in 1.21.5* * Noisium * Missing mods in 1.21.8 beta: * *Everything that's missing in 1.21.7* ### Updated mods Most of the mods in the pack have been updated. Fabric has also been updated. ### Other changes The project's internal structure has been cleaned up. Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.30.0+1.21.7.fabric Beta 09.07.2025

1.30.0+1.21.7.fabric

Поддерживаемые версии Minecraft
1.21.7
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.7 beta 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 * EBE * CLL/SLC Missing mods in 1.21.5 * EBE * CLL/SLC * ModernFix Missing mods in 1.21.7 beta * EBE * CLL/SLC * ModernFix * Noisium ### ScalableLux (and Starlight) 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*. ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.30.0+1.21.5.fabric Release 09.07.2025

1.30.0+1.21.5.fabric

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.7 beta 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 * EBE * CLL/SLC Missing mods in 1.21.5 * EBE * CLL/SLC * ModernFix Missing mods in 1.21.7 beta * EBE * CLL/SLC * ModernFix * Noisium ### ScalableLux (and Starlight) 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*. ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.30.0+1.21.4.fabric Release 09.07.2025

1.30.0+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.7 beta 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 * EBE * CLL/SLC Missing mods in 1.21.5 * EBE * CLL/SLC * ModernFix Missing mods in 1.21.7 beta * EBE * CLL/SLC * ModernFix * Noisium ### ScalableLux (and Starlight) 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*. ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.30.0+1.21.1.fabric Release 09.07.2025

1.30.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.7 beta 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 * EBE * CLL/SLC Missing mods in 1.21.5 * EBE * CLL/SLC * ModernFix Missing mods in 1.21.7 beta * EBE * CLL/SLC * ModernFix * Noisium ### ScalableLux (and Starlight) 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*. ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.30.0+1.20.1.fabric Release 09.07.2025

1.30.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.7 beta 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 * EBE * CLL/SLC Missing mods in 1.21.5 * EBE * CLL/SLC * ModernFix Missing mods in 1.21.7 beta * EBE * CLL/SLC * ModernFix * Noisium ### ScalableLux (and Starlight) 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*. ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.1+1.21.5.fabric Beta 18.05.2025

1.29.1+1.21.5.fabric

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 and 1.21.5 beta 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.1+1.21.4.fabric Beta 18.05.2025

1.29.1+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 and 1.21.5 beta 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.1+1.21.1.fabric Release 18.05.2025

1.29.1+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 and 1.21.5 beta 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.1+1.20.1.fabric Release 18.05.2025

1.29.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 and 1.21.5 beta 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.0+1.21.5.fabric Alpha 01.04.2025

1.29.0+1.21.5.fabric

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 beta and 1.21.5 alpha 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.0+1.21.4.fabric Beta 01.04.2025

1.29.0+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 beta and 1.21.5 alpha 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.0+1.21.1.fabric Release 01.04.2025

1.29.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 beta and 1.21.5 alpha 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.29.0+1.20.1.fabric Release 01.04.2025

1.29.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.21.4 beta and 1.21.5 alpha 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 ### Updated mods Most of the mods in the pack have been updated. ### Other changes Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.28.0+1.21.4.fabric Beta 18.02.2025

1.28.0+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21.4 beta mc1.21.4 beta is missing Enhanced Block Entities (normally launches but has bugs) and leaf culling. Other than that, it should be stable. <details> <summary>Missing mods</summary> - Enhanced Block Entities - Cull Less Leaves/Sodium Leaf Culling </details> ### Updated mods Most of the mods in the modpack have been updated. Fabric loader has been updated. ### Simulation distance 5->8 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 Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.28.0+1.21.1.fabric Release 18.02.2025

1.28.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21.4 beta mc1.21.4 beta is missing Enhanced Block Entities (normally launches but has bugs) and leaf culling. Other than that, it should be stable. <details> <summary>Missing mods</summary> - Enhanced Block Entities - Cull Less Leaves/Sodium Leaf Culling </details> ### Updated mods Most of the mods in the modpack have been updated. Fabric loader has been updated. ### Simulation distance 5->8 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 Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.28.0+1.20.1.fabric Release 18.02.2025

1.28.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21.4 beta mc1.21.4 beta is missing Enhanced Block Entities (normally launches but has bugs) and leaf culling. Other than that, it should be stable. <details> <summary>Missing mods</summary> - Enhanced Block Entities - Cull Less Leaves/Sodium Leaf Culling </details> ### Updated mods Most of the mods in the modpack have been updated. Fabric loader has been updated. ### Simulation distance 5->8 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 Other changes can be found in the commit history. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.27.0+1.21.4.fabric Beta 05.01.2025

1.27.0+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21.3 beta, mc1.21.4 beta 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 beta)</summary> - Enhanced Block Entities - Sodium Leaf Culling </details> ### Updated mods Most of the mods in the modpack have been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.27.0+1.21.3.fabric Beta 05.01.2025

1.27.0+1.21.3.fabric

Поддерживаемые версии Minecraft
1.21.3
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21.3 beta, mc1.21.4 beta 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 beta)</summary> - Enhanced Block Entities - Sodium Leaf Culling </details> ### Updated mods Most of the mods in the modpack have been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.27.0+1.21.1.fabric Release 05.01.2025

1.27.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21.3 beta, mc1.21.4 beta 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 beta)</summary> - Enhanced Block Entities - Sodium Leaf Culling </details> ### Updated mods Most of the mods in the modpack have been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.27.0+1.20.1.fabric Release 05.01.2025

1.27.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21.3 beta, mc1.21.4 beta 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 beta)</summary> - Enhanced Block Entities - Sodium Leaf Culling </details> ### Updated mods Most of the mods in the modpack have been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.26.0+1.21.3.fabric Beta 06.12.2024

1.26.0+1.21.3.fabric

Поддерживаемые версии Minecraft
1.21.3
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Sodium 0.6(.2) 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**. ### mc1.21.3 beta, mc1.21.4 alpha 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 alpha)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - Noisium </details> ### Updated mods and loader Most of the mods in the modpack have been updated. Fabric loader has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.26.0+1.21.1.fabric Release 06.12.2024

1.26.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Sodium 0.6(.2) 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**. ### mc1.21.3 beta, mc1.21.4 alpha 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 alpha)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - Noisium </details> ### Updated mods and loader Most of the mods in the modpack have been updated. Fabric loader has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.26.0+1.20.1.fabric Release 06.12.2024

1.26.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Sodium 0.6(.2) 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**. ### mc1.21.3 beta, mc1.21.4 alpha 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 alpha)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - Noisium </details> ### Updated mods and loader Most of the mods in the modpack have been updated. Fabric loader has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.26.0+1.21.4.fabric Alpha 06.12.2024

1.26.0+1.21.4.fabric

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Sodium 0.6(.2) 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**. ### mc1.21.3 beta, mc1.21.4 alpha 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. <details> <summary>Missing mods (mc1.21.3 beta)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling </details> <details> <summary>Missing mods (mc1.21.4 alpha)</summary> - Enhanced Block Entities - ModernFix - Sodium Leaf Culling - Entity Culling - FerriteCore - Noisium </details> ### Updated mods and loader Most of the mods in the modpack have been updated. Fabric loader has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.25.0+1.21.1.fabric Release 28.10.2024

1.25.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Sodium update 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 temporarily missing Nvidium is temporarily missing as it does not support the latest version of Sodium yet. **Please do not message Cortex about this**. ### Archived mc1.20.4 and mc1.20.6 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 ### Now supports mc1.21.3 alpha 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. <details> <summary>Missing mods</summary> - Noisium - Lithium - ThreadTweak - ModernFix - Enhanced Block Entities - EntityCulling - Sodium Leaf Culling - ImmediatelyFast </details> ### Config changes - Removed Sodium CPU render-ahead limit override ([#43](https://github.com/skywardmc/adrenaline/issues/43)) - The default value likely works better for the majority of systems. This was supposed to be done a long time ago, but I kept forgetting. - Adjusted BadOptimizations lightmap updates ([#45](https://github.com/skywardmc/adrenaline/issues/45)) - This makes the lightmap update more often. Should fix the light map darkening looking very jittery and noticeable. - SLC mode "Solid Aggressive" -> "Solid" - This should make leaves at the top of trees properly transparent without really any performance difference. - Clean up Dynamic FPS config - Removed a lot of unnecessary keys. ### Updated mods and loader Most of the mods in the modpack have been updated. Fabric loader has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.25.0+1.20.1.fabric Release 28.10.2024

1.25.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Sodium update 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 temporarily missing Nvidium is temporarily missing as it does not support the latest version of Sodium yet. **Please do not message Cortex about this**. ### Archived mc1.20.4 and mc1.20.6 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 ### Now supports mc1.21.3 alpha 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. <details> <summary>Missing mods</summary> - Noisium - Lithium - ThreadTweak - ModernFix - Enhanced Block Entities - EntityCulling - Sodium Leaf Culling - ImmediatelyFast </details> ### Config changes - Removed Sodium CPU render-ahead limit override ([#43](https://github.com/skywardmc/adrenaline/issues/43)) - The default value likely works better for the majority of systems. This was supposed to be done a long time ago, but I kept forgetting. - Adjusted BadOptimizations lightmap updates ([#45](https://github.com/skywardmc/adrenaline/issues/45)) - This makes the lightmap update more often. Should fix the light map darkening looking very jittery and noticeable. - SLC mode "Solid Aggressive" -> "Solid" - This should make leaves at the top of trees properly transparent without really any performance difference. - Clean up Dynamic FPS config - Removed a lot of unnecessary keys. ### Updated mods and loader Most of the mods in the modpack have been updated. Fabric loader has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.25.0+1.21.3.fabric Alpha 28.10.2024

1.25.0+1.21.3.fabric

Поддерживаемые версии Minecraft
1.21.3
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Sodium update 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 temporarily missing Nvidium is temporarily missing as it does not support the latest version of Sodium yet. **Please do not message Cortex about this**. ### Archived mc1.20.4 and mc1.20.6 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 ### Now supports mc1.21.3 alpha 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. <details> <summary>Missing mods</summary> - Noisium - Lithium - ThreadTweak - ModernFix - Enhanced Block Entities - EntityCulling - Sodium Leaf Culling - ImmediatelyFast </details> ### Config changes - Removed Sodium CPU render-ahead limit override ([#43](https://github.com/skywardmc/adrenaline/issues/43)) - The default value likely works better for the majority of systems. This was supposed to be done a long time ago, but I kept forgetting. - Adjusted BadOptimizations lightmap updates ([#45](https://github.com/skywardmc/adrenaline/issues/45)) - This makes the lightmap update more often. Should fix the light map darkening looking very jittery and noticeable. - SLC mode "Solid Aggressive" -> "Solid" - This should make leaves at the top of trees properly transparent without really any performance difference. - Clean up Dynamic FPS config - Removed a lot of unnecessary keys. ### Updated mods and loader Most of the mods in the modpack have been updated. Fabric loader has also been updated. ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). I'll try to get to them whenever I can.
Войти

0.01 MB

1.24.0+1.21.1.fabric Release 16.09.2024

1.24.0+1.21.1.fabric

Поддерживаемые версии Minecraft
1.21.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Adrenaserver merged into Adrenaline 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](https://github.com/skywardmc/additive-installer/issues/9). 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 :) ### Sodium 0.6.0-beta.2 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](https://github.com/CaffeineMC/sodium-fabric/pull/2016), 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](https://github.com/FoundationGames/EnhancedBlockEntities/pull/246) gets merged to upstream. For more information about this update, see the [Beta 1](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.1-fabric) and [Beta 2](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.2-fabric) changelogs on Modrinth. #### ⚠️ Nvidium temporarily missing 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**. ### Updated mods and mc1.21.1 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. ### Sodium Leaf Culling I've added [Sodium Leaf Culling](https://modrinth.com/mod/sodiumleafculling) 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) ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). 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.
Войти

0.17 MB

1.24.0+1.20.6.fabric Release 16.09.2024

1.24.0+1.20.6.fabric

Поддерживаемые версии Minecraft
1.20.6
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Adrenaserver merged into Adrenaline 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](https://github.com/skywardmc/additive-installer/issues/9). 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 :) ### Sodium 0.6.0-beta.2 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](https://github.com/CaffeineMC/sodium-fabric/pull/2016), 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](https://github.com/FoundationGames/EnhancedBlockEntities/pull/246) gets merged to upstream. For more information about this update, see the [Beta 1](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.1-fabric) and [Beta 2](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.2-fabric) changelogs on Modrinth. #### ⚠️ Nvidium temporarily missing 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**. ### Updated mods and mc1.21.1 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. ### Sodium Leaf Culling I've added [Sodium Leaf Culling](https://modrinth.com/mod/sodiumleafculling) 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) ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). 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.
Войти

0.01 MB

1.24.0+1.20.4.fabric Release 16.09.2024

1.24.0+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Adrenaserver merged into Adrenaline 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](https://github.com/skywardmc/additive-installer/issues/9). 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 :) ### Sodium 0.6.0-beta.2 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](https://github.com/CaffeineMC/sodium-fabric/pull/2016), 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](https://github.com/FoundationGames/EnhancedBlockEntities/pull/246) gets merged to upstream. For more information about this update, see the [Beta 1](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.1-fabric) and [Beta 2](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.2-fabric) changelogs on Modrinth. #### ⚠️ Nvidium temporarily missing 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**. ### Updated mods and mc1.21.1 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. ### Sodium Leaf Culling I've added [Sodium Leaf Culling](https://modrinth.com/mod/sodiumleafculling) 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) ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). 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.
Войти

0.01 MB

1.24.0+1.20.1.fabric Release 16.09.2024

1.24.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Adrenaserver merged into Adrenaline 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](https://github.com/skywardmc/additive-installer/issues/9). 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 :) ### Sodium 0.6.0-beta.2 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](https://github.com/CaffeineMC/sodium-fabric/pull/2016), 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](https://github.com/FoundationGames/EnhancedBlockEntities/pull/246) gets merged to upstream. For more information about this update, see the [Beta 1](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.1-fabric) and [Beta 2](https://modrinth.com/mod/sodium/version/mc1.21-0.6.0-beta.2-fabric) changelogs on Modrinth. #### ⚠️ Nvidium temporarily missing 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**. ### Updated mods and mc1.21.1 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. ### Sodium Leaf Culling I've added [Sodium Leaf Culling](https://modrinth.com/mod/sodiumleafculling) 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) ### If you notice bugs... Please report them on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). 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.
Войти

0.01 MB

1.23.1+1.21.fabric Release 09.07.2024

1.23.1+1.21.fabric

Поддерживаемые версии Minecraft
1.21
Загрузчики / Платформы
fabric
Показать изменения
## Highlights Just some mod updates.
Войти

0.01 MB

1.23.1+1.20.6.fabric Release 09.07.2024

1.23.1+1.20.6.fabric

Поддерживаемые версии Minecraft
1.20.6
Загрузчики / Платформы
fabric
Показать изменения
## Highlights Just some mod updates.
Войти

0.01 MB

1.23.1+1.20.4.fabric Release 09.07.2024

1.23.1+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights Just some mod updates.
Войти

0.01 MB

1.23.1+1.20.1.fabric Release 09.07.2024

1.23.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights Just some mod updates.
Войти

0.01 MB

1.23.0+1.21.fabric Release 03.07.2024

1.23.0+1.21.fabric

Поддерживаемые версии Minecraft
1.21
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 stable Adrenaline for mc1.21 is now considered stable and ready for production use. ### Archived Quilt versions 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.
Войти

0.01 MB

1.23.0+1.20.6.fabric Release 03.07.2024

1.23.0+1.20.6.fabric

Поддерживаемые версии Minecraft
1.20.6
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 stable Adrenaline for mc1.21 is now considered stable and ready for production use. ### Archived Quilt versions 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.
Войти

0.01 MB

1.23.0+1.20.4.fabric Release 03.07.2024

1.23.0+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 stable Adrenaline for mc1.21 is now considered stable and ready for production use. ### Archived Quilt versions 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.
Войти

0.01 MB

1.23.0+1.20.1.fabric Release 03.07.2024

1.23.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 stable Adrenaline for mc1.21 is now considered stable and ready for production use. ### Archived Quilt versions 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.
Войти

0.01 MB

1.22.0+1.21.fabric Beta 21.06.2024

1.22.0+1.21.fabric

Поддерживаемые версии Minecraft
1.21
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 Beta 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](https://github.com/skywardmc/adrenaline/issues). Currently missing mods: - Noisium - Nvidium Here are the mods force-enabled through loader dependency overrides: - Cull Less Leaves - ThreadTweak ### CLL Random Rejection 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 mods Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet. ## Detailed changes For a list of detailed changes, see the [Git commit history](https://github.com/skywardmc/adrenaline/compare/20f9784449af...633e621f6600).
Войти

0.01 MB

1.22.0+1.20.6.fabric Release 21.06.2024

1.22.0+1.20.6.fabric

Поддерживаемые версии Minecraft
1.20.6
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 Beta 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](https://github.com/skywardmc/adrenaline/issues). Currently missing mods: - Noisium - Nvidium Here are the mods force-enabled through loader dependency overrides: - Cull Less Leaves - ThreadTweak ### CLL Random Rejection 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 mods Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet. ## Detailed changes For a list of detailed changes, see the [Git commit history](https://github.com/skywardmc/adrenaline/compare/20f9784449af...633e621f6600).
Войти

0.01 MB

1.22.0+1.20.4.fabric Release 21.06.2024

1.22.0+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 Beta 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](https://github.com/skywardmc/adrenaline/issues). Currently missing mods: - Noisium - Nvidium Here are the mods force-enabled through loader dependency overrides: - Cull Less Leaves - ThreadTweak ### CLL Random Rejection 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 mods Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet. ## Detailed changes For a list of detailed changes, see the [Git commit history](https://github.com/skywardmc/adrenaline/compare/20f9784449af...633e621f6600).
Войти

0.01 MB

1.22.0+1.20.4.quilt Release 21.06.2024

1.22.0+1.20.4.quilt

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### mc1.21 Beta 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](https://github.com/skywardmc/adrenaline/issues). Currently missing mods: - Noisium - Nvidium Here are the mods force-enabled through loader dependency overrides: - Cull Less Leaves - ThreadTweak ### CLL Random Rejection 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 mods Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet. ## Detailed changes For a list of detailed changes, see the [Git commit history](https://github.com/skywardmc/adrenaline/compare/20f9784449af...633e621f6600).
Войти

0.01 MB

1.22.0+1.20.1.fabric Release 21.06.2024

1.22.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### mc1.21 Beta 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](https://github.com/skywardmc/adrenaline/issues). Currently missing mods: - Noisium - Nvidium Here are the mods force-enabled through loader dependency overrides: - Cull Less Leaves - ThreadTweak ### CLL Random Rejection 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 mods Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet. ## Detailed changes For a list of detailed changes, see the [Git commit history](https://github.com/skywardmc/adrenaline/compare/20f9784449af...633e621f6600).
Войти

0.01 MB

1.22.0+1.20.1.quilt Release 21.06.2024

1.22.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### mc1.21 Beta 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](https://github.com/skywardmc/adrenaline/issues). Currently missing mods: - Noisium - Nvidium Here are the mods force-enabled through loader dependency overrides: - Cull Less Leaves - ThreadTweak ### CLL Random Rejection 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 mods Updated all mods in the modpack. Held off on Sodium update on mc1.20.6 since Nvidium isn't compatible with latest Sodium yet. ## Detailed changes For a list of detailed changes, see the [Git commit history](https://github.com/skywardmc/adrenaline/compare/20f9784449af...633e621f6600).
Войти

0.01 MB

1.21.0+1.20.6.fabric Release 05.06.2024

1.21.0+1.20.6.fabric

Поддерживаемые версии Minecraft
1.20.6
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.20.6 is stable All mods are available in 1.20.6 now. ### Replaced MoreCulling with Cull Less Leaves 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. ### Mod updates Updated many mods and also updated Quilt loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.21.0+1.20.4.fabric Release 05.06.2024

1.21.0+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.20.6 is stable All mods are available in 1.20.6 now. ### Replaced MoreCulling with Cull Less Leaves 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. ### Mod updates Updated many mods and also updated Quilt loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.21.0+1.20.4.quilt Release 05.06.2024

1.21.0+1.20.4.quilt

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### 1.20.6 is stable All mods are available in 1.20.6 now. ### Replaced MoreCulling with Cull Less Leaves 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. ### Mod updates Updated many mods and also updated Quilt loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.21.0+1.20.1.fabric Release 05.06.2024

1.21.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.20.6 is stable All mods are available in 1.20.6 now. ### Replaced MoreCulling with Cull Less Leaves 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. ### Mod updates Updated many mods and also updated Quilt loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.21.0+1.20.1.quilt Release 05.06.2024

1.21.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### 1.20.6 is stable All mods are available in 1.20.6 now. ### Replaced MoreCulling with Cull Less Leaves 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. ### Mod updates Updated many mods and also updated Quilt loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.20.0+1.20.6.fabric Beta 12.05.2024

1.20.0+1.20.6.fabric

Поддерживаемые версии Minecraft
1.20.6
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.20.6 beta info Modpack is now available for Minecraft 1.20.6! Currently missing: - Enhanced Block Entities - ThreadTweak - Noisium 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](https://prismlauncher.org/wiki/getting-started/installing-java/). ### Nvidium is back!* 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](https://github.com/MCRcortex/nvidium/pull/173). If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions. ### Noisium 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 BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering. ### Mod updates Updated many mods and also updated Fabric loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.20.0+1.20.4.fabric Release 12.05.2024

1.20.0+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.20.6 beta info Modpack is now available for Minecraft 1.20.6! Currently missing: - Enhanced Block Entities - ThreadTweak - Noisium 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](https://prismlauncher.org/wiki/getting-started/installing-java/). ### Nvidium is back!* 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](https://github.com/MCRcortex/nvidium/pull/173). If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions. ### Noisium 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 BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering. ### Mod updates Updated many mods and also updated Fabric loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.20.0+1.20.4.quilt Beta 12.05.2024

1.20.0+1.20.4.quilt

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### 1.20.6 beta info Modpack is now available for Minecraft 1.20.6! Currently missing: - Enhanced Block Entities - ThreadTweak - Noisium 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](https://prismlauncher.org/wiki/getting-started/installing-java/). ### Nvidium is back!* 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](https://github.com/MCRcortex/nvidium/pull/173). If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions. ### Noisium 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 BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering. ### Mod updates Updated many mods and also updated Fabric loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.20.0+1.20.1.fabric Release 12.05.2024

1.20.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### 1.20.6 beta info Modpack is now available for Minecraft 1.20.6! Currently missing: - Enhanced Block Entities - ThreadTweak - Noisium 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](https://prismlauncher.org/wiki/getting-started/installing-java/). ### Nvidium is back!* 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](https://github.com/MCRcortex/nvidium/pull/173). If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions. ### Noisium 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 BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering. ### Mod updates Updated many mods and also updated Fabric loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.20.0+1.20.1.quilt Release 12.05.2024

1.20.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### 1.20.6 beta info Modpack is now available for Minecraft 1.20.6! Currently missing: - Enhanced Block Entities - ThreadTweak - Noisium 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](https://prismlauncher.org/wiki/getting-started/installing-java/). ### Nvidium is back!* 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](https://github.com/MCRcortex/nvidium/pull/173). If you are unaffected by this memory leak, then you can easily install the mod after installing the modpack on the other versions. ### Noisium 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 BadOptimizations is a collection of (not bad) micro-optimizations that can marginally improve performance and tend to significantly decrease stuttering. ### Mod updates Updated many mods and also updated Fabric loader. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.7+1.20.4.fabric Release 22.04.2024

1.19.7+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Mod updates Updated mods. Important changes include: - Updated Fabric Loader from 0.15.9 -> 0.15.10 ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.7+1.20.4.quilt Beta 22.04.2024

1.19.7+1.20.4.quilt

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Mod updates Updated mods. Important changes include: - Updated Fabric Loader from 0.15.9 -> 0.15.10 ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.7+1.20.1.fabric Release 22.04.2024

1.19.7+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Mod updates Updated mods. Important changes include: - Updated Fabric Loader from 0.15.9 -> 0.15.10 ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.7+1.20.1.quilt Release 22.04.2024

1.19.7+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Mod updates Updated mods. Important changes include: - Updated Fabric Loader from 0.15.9 -> 0.15.10 ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.6+1.20.4.fabric Release 11.04.2024

1.19.6+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Quilt mc1.20.4 support 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. ### Mod updates Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.6+1.20.4.quilt Beta 11.04.2024

1.19.6+1.20.4.quilt

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Quilt mc1.20.4 support 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. ### Mod updates Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.6+1.20.1.fabric Release 11.04.2024

1.19.6+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Quilt mc1.20.4 support 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. ### Mod updates Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.6+1.20.1.quilt Release 11.04.2024

1.19.6+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Quilt mc1.20.4 support 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. ### Mod updates Updated Fabric API and ImmediatelyFast. Updated Fabric Loader from 0.15.7 -> 0.15.9. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.5+1.20.4.fabric Release 25.03.2024

1.19.5+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Mod updates Updated mods in the pack. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.5+1.20.1.fabric Release 25.03.2024

1.19.5+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Mod updates Updated mods in the pack. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.5+1.20.1.quilt Release 25.03.2024

1.19.5+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Mod updates Updated mods in the pack. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.4+1.20.4.fabric Release 20.03.2024

1.19.4+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Mod update Updated Fabric API. There isn't anything else in this release - I was updating Additive and just decided to also update Adrenaline. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.4+1.20.1.quilt Release 20.03.2024

1.19.4+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Mod update Updated Fabric API. There isn't anything else in this release - I was updating Additive and just decided to also update Adrenaline. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.4+1.20.1.fabric Release 20.03.2024

1.19.4+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Mod update Updated Fabric API. There isn't anything else in this release - I was updating Additive and just decided to also update Adrenaline. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.3+1.20.4.fabric Release 18.03.2024

1.19.3+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Temporarily reverted Nvidium I've temporarily reverted adding Nvidium until [pull request #173](https://github.com/MCRcortex/nvidium/pull/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 Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.3+1.20.1.quilt Release 18.03.2024

1.19.3+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Temporarily reverted Nvidium I've temporarily reverted adding Nvidium until [pull request #173](https://github.com/MCRcortex/nvidium/pull/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 Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.3+1.20.1.fabric Release 18.03.2024

1.19.3+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Temporarily reverted Nvidium I've temporarily reverted adding Nvidium until [pull request #173](https://github.com/MCRcortex/nvidium/pull/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 Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.2+1.20.4.fabric Release 18.03.2024

1.19.2+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Major performance improvement on modern Nvidia cards After some careful planning and community feedback, [Nvidium](https://modrinth.com/mod/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](https://github.com/MCRcortex/nvidium/issues). Enjoy! ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.2+1.20.1.quilt Release 18.03.2024

1.19.2+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Major performance improvement on modern Nvidia cards After some careful planning and community feedback, [Nvidium](https://modrinth.com/mod/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](https://github.com/MCRcortex/nvidium/issues). Enjoy! ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.2+1.20.1.fabric Release 18.03.2024

1.19.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Major performance improvement on modern Nvidia cards After some careful planning and community feedback, [Nvidium](https://modrinth.com/mod/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](https://github.com/MCRcortex/nvidium/issues). Enjoy! ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.1+1.20.4.fabric Release 17.03.2024

1.19.1+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Cleaned up and improved config 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 Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.1+1.20.1.quilt Release 17.03.2024

1.19.1+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Cleaned up and improved config 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 Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.1+1.20.1.fabric Release 17.03.2024

1.19.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Cleaned up and improved config 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 Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.0+1.20.4.fabric Release 17.03.2024

1.19.0+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Only supporting Sodium LTS versions - This is a significant change that users should take notice of. - **From now on, Adrenaline and Additive will only support the Minecraft versions that Sodium supports. Currently, this is 1.20.1 and 1.20.4.** - This will significantly improve my development process and allow me to produce updates faster and cleaner. This also means that Adrenaline and Additive will always have the newest features and optimizations. It shouldn't be an issue for most users, and there are easy ways to continue using Adrenaline and Additive on older versions. - *Much more information and discussion thread is available on the Discord server. Invite link is on the Modrinth page.* ### Many mod updates 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](https://jellysquid.me/donate). ### Other changes - Cleaned up Sodium config file and enabled Sodium's entity culling. - Updated Fabric and Quilt loader versions to their current latest. You should hopefully not experience any "out of date" loading errors. - Disabled internal hashes in packwiz settings. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.0+1.20.1.quilt Release 17.03.2024

1.19.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Highlights ### Only supporting Sodium LTS versions - This is a significant change that users should take notice of. - **From now on, Adrenaline and Additive will only support the Minecraft versions that Sodium supports. Currently, this is 1.20.1 and 1.20.4.** - This will significantly improve my development process and allow me to produce updates faster and cleaner. This also means that Adrenaline and Additive will always have the newest features and optimizations. It shouldn't be an issue for most users, and there are easy ways to continue using Adrenaline and Additive on older versions. - *Much more information and discussion thread is available on the Discord server. Invite link is on the Modrinth page.* ### Many mod updates 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](https://jellysquid.me/donate). ### Other changes - Cleaned up Sodium config file and enabled Sodium's entity culling. - Updated Fabric and Quilt loader versions to their current latest. You should hopefully not experience any "out of date" loading errors. - Disabled internal hashes in packwiz settings. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.19.0+1.20.1.fabric Release 17.03.2024

1.19.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Highlights ### Only supporting Sodium LTS versions - This is a significant change that users should take notice of. - **From now on, Adrenaline and Additive will only support the Minecraft versions that Sodium supports. Currently, this is 1.20.1 and 1.20.4.** - This will significantly improve my development process and allow me to produce updates faster and cleaner. This also means that Adrenaline and Additive will always have the newest features and optimizations. It shouldn't be an issue for most users, and there are easy ways to continue using Adrenaline and Additive on older versions. - *Much more information and discussion thread is available on the Discord server. Invite link is on the Modrinth page.* ### Many mod updates 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](https://jellysquid.me/donate). ### Other changes - Cleaned up Sodium config file and enabled Sodium's entity culling. - Updated Fabric and Quilt loader versions to their current latest. You should hopefully not experience any "out of date" loading errors. - Disabled internal hashes in packwiz settings. ## Detailed Changes Detailed changes are available by looking through the [commit history](https://github.com/skywardmc/adrenaline/commits/main) on the repository.
Войти

0.01 MB

1.18.0+1.20.4.fabric Release 27.12.2023

1.18.0+1.20.4.fabric

Поддерживаемые версии Minecraft
1.20.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.20.2.fabric Release 27.12.2023

1.18.0+1.20.2.fabric

Поддерживаемые версии Minecraft
1.20.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.20.1.fabric Release 27.12.2023

1.18.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.20.1.quilt Release 27.12.2023

1.18.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.19.4.fabric Release 27.12.2023

1.18.0+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.19.4.quilt Release 27.12.2023

1.18.0+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.19.2.fabric Release 27.12.2023

1.18.0+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.19.2.quilt Release 27.12.2023

1.18.0+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.18.2.fabric Release 27.12.2023

1.18.0+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.18.2.quilt Release 27.12.2023

1.18.0+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.18.0+1.16.5.fabric Release 27.12.2023

1.18.0+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.18.0 Changelog ### Summary - Support mc1.20.4 - Skipped 1.20.3 as the changes between 1.20.3 and 1.20.4 are very minor - Update a few mods - Update Fabric loader ### Detailed changes (commit [e9ce6c2](https://github.com/skywardmc/adrenaline/commit/e9ce6c227077774c0c590e2774254a63f1d7f97c)) - `*/` - Fabric Loader 0.15.0 -> 0.15.3 - `1.16.5/` - Dynamic FPS 3.2.1 -> 3.3.1 - ModernFix 5.9.3 -> 5.11.1 - `1.18.2/` - Dynamic FPS 3.2.1 -> 3.3.1= - ModernFix 5.9.3 -> 5.11.1 - `1.19.2/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.11.1 - `1.19.4/` - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - `1.20.1/` - Cloth Config 11.1.106 -> 11.1.118 - Dynamic FPS 3.2.1 -> 3.3.1 - ImmediatelyFast 1.2.7 -> 1.2.8 (fabric-only) - ModernFix 5.9.3 -> 5.10.1 - 5.9.3 -> 5.10.0 on Quilt due to a crash with LambdaBetterGrass - `1.20.2/` (fabric-only) - Cloth Config 12.0.111 -> 12.0.119 - Dynamic FPS 3.2.1 -> 3.3.1 - EntityCulling 1.6.2 -> 1.6.3 - Fabric API 0.19.1 -> 0.91.2 - ImmediatelyFast 1.2.7 -> 1.2.8 - Indium 1.0.27 -> 1.0.28 - ModernFix 5.9.3 -> 5.10.1 - Sodium 0.5.3 -> 0.5.5 - `1.20.4/` (fabric-only) - Copied from 1.20.2, updated mods from 1.20.2 to 1.20.3 then 1.20.3 to 1.20.4
Войти

0.01 MB

1.17.3+1.20.2.fabric Release 03.12.2023

1.17.3+1.20.2.fabric

Поддерживаемые версии Minecraft
1.20.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.20.1.fabric Release 03.12.2023

1.17.3+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.20.1.quilt Release 03.12.2023

1.17.3+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.19.4.fabric Release 03.12.2023

1.17.3+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.19.4.quilt Release 03.12.2023

1.17.3+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.19.2.fabric Release 03.12.2023

1.17.3+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.19.2.quilt Release 03.12.2023

1.17.3+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.18.2.fabric Release 03.12.2023

1.17.3+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.18.2.quilt Release 03.12.2023

1.17.3+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.3+1.16.5.fabric Release 03.12.2023

1.17.3+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.3 Changelog ### Summary - Add Enhanced Block Entities (and Indium) back to mc1.20.2 - Update a few mods - Update loaders - Enable ImmediatelyFast screen batching optimization ### Detailed changes (commit [5d33c5e](https://github.com/skywardmc/adrenaline/commit/5d33c5ec9190ca46d1c69a759095149f7b447927)) - `*/` - Update Fabric Loader 0.14.24 -> 0.15.0 (fabric-only) - Update Quilt Loader 0.21.1 -> 0.22.0 (quilt-only) - `1.16.5/` - Update Cloth Config 12.0.109 -> 12.0.111 - Update ModernFix 5.8.1 -> 5.9.3 - `1.18.2/` - Update Fabric API 0.76.0 -> 0.77.0 (fabric-only) - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.2/` - Update Fabric API 0.76.1 -> 0.77.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.19.4/` - Update Fabric API 0.87.1 -> 0.87.2 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.1/` - Update Fabric API 0.90.4 -> 0.91.0 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Update ModernFix 5.8.1 -> 5.9.3 - `1.20.2/` (fabric-only) - Add back Enhanced Block Entities - Update Fabric API 0.90.4 -> 0.91.1 (fabric-only) - Update ImmediatelyFast 1.2.6 -> 1.2.7 - Enable ImmediatelyFast screen batching optimization - Add back Indium - Dependency for Enhanced Block Entities - Update ModernFix 5.8.1 -> 5.9.3
Войти

0.01 MB

1.17.2+1.20.2.fabric Release 27.10.2023

1.17.2+1.20.2.fabric

Поддерживаемые версии Minecraft
1.20.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.20.1.fabric Release 27.10.2023

1.17.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.20.1.quilt Release 27.10.2023

1.17.2+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.19.4.fabric Release 27.10.2023

1.17.2+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.19.4.quilt Release 27.10.2023

1.17.2+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.19.2.fabric Release 27.10.2023

1.17.2+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.19.2.quilt Release 27.10.2023

1.17.2+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.18.2.fabric Release 27.10.2023

1.17.2+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.18.2.quilt Release 27.10.2023

1.17.2+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.2+1.16.5.fabric Release 27.10.2023

1.17.2+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.2 Changelog ### Summary - Update a few mods - Updated old Dynamic FPS config to work with 3.x in mc1.16.5 and mc1.18.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [7bea574](https://github.com/skywardmc/adrenaline/commit/7bea5744373e65aa80fc243ac78087d6ef5cf412)) - `*/` - Updated Fabric Loader 0.14.22 -> 0.14.24 (fabric-only) - Updated Quilt Loader 0.21.0 -> 0.21.1 (quilt-only) - `1.16.5/` - Updated Dynamic FPS 2.0.2 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.18.2/` - Updated Dynamic FPS 2.1.0 -> 3.2.1 - Updated old Dynamic FPS config to work with 3.x - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.2/` - Updated ModernFix 5.7.4 -> 5.8.1 - `1.19.4/` - Updated Fabric API 0.87.0 -> 0.87.1 (fabric-only) - Updated Indium 1.0.18 -> 1.0.19 - Updated ModernFix 5.7.4 -> 5.8.1 - Updated QFAPI 6.0.0-beta.9 -> 6.0.0-beta.11 (quilt-only) - Updated QSL 5.0.0-beta.10 -> 5.0.0-beta.11 (quilt-only) - `1.20.1/` - Updated Fabric API 0.89.3 -> 0.90.4 (fabric-only) - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1 - Updated QFAPI 7.3.1 -> 7.4.0 (quilt-only) - `1.20.2/` (fabric-only) - Updated Fabric API 0.89.3 -> 0.90.4 - Updated FerriteCore 6.0.0 -> 6.0.1 - Updated ModernFix 5.7.5 -> 5.8.1
Войти

0.01 MB

1.17.1+1.20.2.fabric Release 08.10.2023

1.17.1+1.20.2.fabric

Поддерживаемые версии Minecraft
1.20.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.20.1.fabric Release 08.10.2023

1.17.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.20.1.quilt Release 08.10.2023

1.17.1+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.19.4.fabric Release 08.10.2023

1.17.1+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.19.4.quilt Release 08.10.2023

1.17.1+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.19.2.fabric Release 08.10.2023

1.17.1+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.19.2.quilt Release 08.10.2023

1.17.1+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.18.2.fabric Release 08.10.2023

1.17.1+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.18.2.quilt Release 08.10.2023

1.17.1+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.1+1.16.5.fabric Release 08.10.2023

1.17.1+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.1 Changelog ### Summary - Update a few mods - ModernFix `reduce_blockstate_cache_rebuilds` mixin now enabled in mc1.20.2 - No Quilt version for mc1.20.2 as QSL/QFAPI has not been released for mc1.20.2 yet ### Detailed changes (commit [d15adf9](https://github.com/skywardmc/adrenaline/commit/d15adf998fdee68342f208b2070603a5c569e210)) - `1.19.2/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.19.4/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - `1.20.1/` - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.0 -> 0.18.3 (fabric-only) - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated Quilt Standard Libraries/Quilted Fabric API 7.3.0 -> 7.3.1 (quilt-only) - `1.20.2/` (fabric-only) - Updated Dynamic FPS 3.2.0 -> 3.2.1 - Updated Fabric API 0.89.2 -> 0.18.3 - Updated ImmediatelyFast 1.2.5 -> 1.2.6 - Updated ModernFix 5.7.3 -> 5.7.5 - `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!
Войти

0.01 MB

1.17.0+1.20.2.fabric Beta 28.09.2023

1.17.0+1.20.2.fabric

Поддерживаемые версии Minecraft
1.20.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.20.1.fabric Release 28.09.2023

1.17.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.20.1.quilt Release 28.09.2023

1.17.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.19.4.fabric Release 28.09.2023

1.17.0+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.19.4.quilt Release 28.09.2023

1.17.0+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.19.2.fabric Release 28.09.2023

1.17.0+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.19.2.quilt Release 28.09.2023

1.17.0+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.18.2.fabric Release 28.09.2023

1.17.0+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.18.2.quilt Release 28.09.2023

1.17.0+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.17.0+1.16.5.fabric Release 28.09.2023

1.17.0+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.17.0 Changelog ### Summary - Update a few mods - Release mc1.20.2 beta - should be nearly fully stable. Missing 1 mod - Enhanced Block Entities, and additionally Indium as it's a dependency not used by anything else. There is no Quilt version for mc1.20.2 as QSL isn't released yet. ### Detailed changes (commit [7a01aa0](https://github.com/skywardmc/adrenaline/commit/7a01aa0930350e12ac6d89d23e8b627ab8a2fcac)) - `1.16.5/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.18.2/` - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.2/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.19.4/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update ModernFix 5.7.2 -> 5.7.4 - `1.20.1/` - Update Dynamic FPS 3.1.0 -> 3.2.0 - Update Entity Culling 1.6.2-mc1.20 -> 1.6.2-mc1.20.1 - Update Fabric API 0.88.1 -> 0.89.0 (fabric-only) - Update ImmediatelyFast 1.2.4 -> 1.2.5 - Update Indium 1.0.25 -> 1.0.27 - Update ModernFix 5.7.2 -> 5.7.5 - Update Sodium 0.5.2 -> 0.5.3 - Update Quilt Standard Libraries 7.2.2 -> 7.3.0 (quilt-only) - Update ThreadTweak 0.1.0 -> 0.1.1 - `1.20.2/` - Copied from Adrenaline for mc1.20.1 and updated mods to their latest versions - Temporarily remove Enhanced Block Entities - Also temporarily removes Indium as it's a dependency not used by other mods - Temporarily disable ModernFix `reduce_blockstate_cache_rebuilds` mixin - Currently, ModernFix for mc1.20.2 has a bug in which it can cause structures to not generate in their proper places. Disabling this mixin temporarily fixes the issue, however it's a key optimization of MF and should be re-enabled once the bug is fixed. This issue does not affect other Minecraft versions.
Войти

0.01 MB

1.16.3+1.20.1.fabric Release 17.09.2023

1.16.3+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.20.1.quilt Release 17.09.2023

1.16.3+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.19.4.fabric Release 17.09.2023

1.16.3+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.19.4.quilt Release 17.09.2023

1.16.3+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.19.2.fabric Release 17.09.2023

1.16.3+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.19.2.quilt Release 17.09.2023

1.16.3+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.18.2.fabric Release 17.09.2023

1.16.3+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.18.2.quilt Release 17.09.2023

1.16.3+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.3+1.16.5.fabric Release 17.09.2023

1.16.3+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.3 Changelog ### Summary - Created a new config file compatible with Dynamic FPS 3.x - Update a few mods - Update Quilt 0.20.1 -> 0.20.2 ### Detailed changes (commit [167e880](https://github.com/skywardmc/adrenaline/commit/167e880622cea73cf65e35782e056cf301e95b07)) - `*/` - Update Quilt 0.20.1 -> 0.20.2 (quilt-only) - `1.19.2/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.19.4/` - Update Dynamic FPS 2.2.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update ImmediatelyFast 1.2.1 -> 1.2.4 - `1.20.1/` - Update Dynamic FPS 2.4.0 -> 3.1.0 - Created new config file compatible with 3.x, removed the old one - Update Fabric API 0.87.0 -> 0.88.1 (fabric-only) - Update ImmediatelyFast 1.2.1 -> 1.2.4 - Update Quilt Standard Libraries 6.1.1 -> 6.1.2 (quilt-only)
Войти

0.01 MB

1.16.2+1.20.1.fabric Release 29.08.2023

1.16.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.20.1.quilt Release 29.08.2023

1.16.2+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.19.4.fabric Release 29.08.2023

1.16.2+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.19.4.quilt Release 29.08.2023

1.16.2+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.19.2.fabric Release 29.08.2023

1.16.2+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.19.2.quilt Release 29.08.2023

1.16.2+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.18.2.fabric Release 29.08.2023

1.16.2+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.18.2.quilt Release 29.08.2023

1.16.2+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.2+1.16.5.fabric Release 29.08.2023

1.16.2+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.2 Changelog ### Summary - Disable C2ME's experimental GC-free chunk serializer as it could possibly cause problems - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Updated ImmediatelyFast and ModernFix ### Detailed changes (commit [2efaab4](https://github.com/skywardmc/adrenaline/commit/2efaab480589fe4188f2e66b3c15d0104328f27c)) - `*/` - Disable C2ME's experimental GC-free chunk serializer - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Update ImmediatelyFast - Update ModernFix
Войти

0.01 MB

1.16.1+1.20.1.fabric Release 27.08.2023

1.16.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.20.1.quilt Release 27.08.2023

1.16.1+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.19.4.fabric Release 27.08.2023

1.16.1+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.19.4.quilt Release 27.08.2023

1.16.1+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.19.2.fabric Release 27.08.2023

1.16.1+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.19.2.quilt Release 27.08.2023

1.16.1+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.18.2.fabric Release 27.08.2023

1.16.1+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.18.2.quilt Release 27.08.2023

1.16.1+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.1+1.16.5.fabric Release 27.08.2023

1.16.1+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.1 Changelog ### Summary - No mod updates - Minified all config files - removed unnecessary lines - Removed Very Many Players and it's config file - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Update Quilt Loader version 0.20.0 -> 0.20.1 ### Detailed changes (commit [6445fc0](https://github.com/skywardmc/adrenaline/commit/6445fc03d9c3c1deb61abd5f530ceccc9fca2679)) - `*/` - Use Simply Optimized `c2me.toml` from 8.4.0 (with permission, thanks HyperSoop!) - Worth noting that C2ME is still not shipped with Adrenaline by default for stability and compatibility, but if you are willing to add it manually then it will be preconfigured for you - Cleaned up config files, removing unnecessary lines that don't actually do anything. This should not impact performance in any way, but if you notice config files being broken for any reason, let me know on the [issue tracker](https://github.com/skywardmc/adrenaline/issues). - `enhanced_bes.properties` - `entityculling.json` - `ferritecore.mixin.properties` - `modernfix-mixins.properties` - Remove Very Many Players mod - It hasn't been proven to improve performance client-side, and almost everything it does is server-side. It's also marked as an alpha, so I don't exactly want to include it by default. If you have something to say about this, let us know on the [Discord server](https://discord.gg/36Tv44cYte). - *Note: VMP will stay in Adrenaserver as it does have a purpose there* - Remove `vmp.properties` - [excludes Fabric] Update Quilt Loader version 0.20.0 -> 0.20.1
Войти

0.01 MB

1.16.0+1.20.1.fabric Release 25.08.2023

1.16.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.20.1.quilt Release 25.08.2023

1.16.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.19.4.fabric Release 25.08.2023

1.16.0+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.19.4.quilt Release 25.08.2023

1.16.0+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.19.2.fabric Release 25.08.2023

1.16.0+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.19.2.quilt Release 25.08.2023

1.16.0+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.18.2.fabric Release 25.08.2023

1.16.0+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.18.2.quilt Release 25.08.2023

1.16.0+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.16.0+1.16.5.fabric Release 25.08.2023

1.16.0+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.16.0 Changelog ### Summary - Sodium has been updated to version 0.5.x offering significant performance improvements. Please note that this version is incompatible with LambDynamicLights in some ways, so if you add LDL then expect issues (**mc1.20.1 only**). - Various other mods have been updated. - Adrenaline has been moved from Devin's Projects to the SkywardMC organization. The rate of updates should increase as I may soon have maintainers for other projects, like Adrenaserver. ### Detailed changes - `*/` - Update ModernFix - `1.19.2/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.19.4/` - [excluding Quilt] Update Fabric API - Update ImmediatelyFast - `1.20.1/` - [excluding Quilt] Update Fabric API - [excluding Fabric] Update Fabric API - Update ImmediatelyFast - Update Indium - Update Sodium - This release contains significant performance improvements, but is notably incompatible with LambDynamicLights. If you plan on using LDL, revert to an older version of Sodium or Adrenaline or just don't use the mod. I'm pretty tired while writing this changelog so apologies if I missed anything. [(b5a7873)](https://github.com/skywardmc/adrenaline/commit/b5a78735f91aa3cef19df1f007b60f746e250f7d)
Войти

0.01 MB

1.15.3+1.20.1.fabric Release 08.08.2023

1.15.3+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.20.1.quilt Release 08.08.2023

1.15.3+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.19.4.fabric Release 08.08.2023

1.15.3+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.19.4.quilt Release 08.08.2023

1.15.3+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.19.2.fabric Release 08.08.2023

1.15.3+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.19.2.quilt Release 08.08.2023

1.15.3+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.18.2.fabric Release 08.08.2023

1.15.3+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.18.2.quilt Release 08.08.2023

1.15.3+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.3+1.16.5.fabric Release 08.08.2023

1.15.3+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.3 Changelog ### Summary - This build does *not* contain the latest Sodium version as it is incompatible with a few mods at the moment. Once enough mods support it, it'll be in Adrenaline. You may update Sodium manually if you wish, but **I will not offer support if you experience issues - please don't ask**. - Remove Exordium and Fastload config files as they are no longer present in the modpack - Update a few mods ### Detailed changes - `*/` - Remove `exordium.json` as Exordium isn't present - Remove `fastload.properties` as Fastload isn't present - Update ModernFix - `1.19.2/` - Update ImmediatelyFast - `1.19.4/` - Update ImmediatelyFast - `1.20.1/` - Update ImmediatelyFast - Update MoreCulling
Войти

0.01 MB

1.15.2+1.20.1.fabric Release 02.08.2023

1.15.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.20.1.quilt Release 02.08.2023

1.15.2+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.19.4.fabric Release 02.08.2023

1.15.2+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.19.4.quilt Release 02.08.2023

1.15.2+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.19.2.fabric Release 02.08.2023

1.15.2+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.19.2.quilt Release 02.08.2023

1.15.2+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.18.2.fabric Release 02.08.2023

1.15.2+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.18.2.quilt Release 02.08.2023

1.15.2+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.2+1.16.5.fabric Release 02.08.2023

1.15.2+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.2 Changelog ### Summary - Important fix from ImmediatelyFast for those on AMD video cards - if you are on an AMD GPU, I highly recommend updating as you may experience large amounts of lag¹ - Removed Starlight on 1.20.1 as it's no longer needed. I was going to do this a while ago but forgot about it :p (see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information) - Updated Fabric Loader to the latest version ### Detailed changes - `*/` - [excludes Quilt] Fabric Loader 0.14.21 -> 0.14.22 - `1.19.4/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - `1.20.1/` - Update ImmediatelyFast, fixing an important issue on AMD GPUs¹ - [excludes Fabric] Update Quilt Standard Libraries - Remove Starlight, see [this gist](https://gist.github.com/Spottedleaf/6cc1acdd03a9b7ac34699bf5e8f1b85c) for more information ### References 1. From ImmediatelyFast version changelogs: - `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."
Войти

0.01 MB

1.15.1+1.20.1.fabric Release 31.07.2023

1.15.1+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.20.1.quilt Release 31.07.2023

1.15.1+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.19.4.fabric Release 31.07.2023

1.15.1+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.19.4.quilt Release 31.07.2023

1.15.1+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.19.2.fabric Release 31.07.2023

1.15.1+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.19.2.quilt Release 31.07.2023

1.15.1+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.18.2.fabric Release 31.07.2023

1.15.1+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.18.2.quilt Release 31.07.2023

1.15.1+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.1+1.16.5.fabric Release 31.07.2023

1.15.1+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.1 Changelog ### Summary - Disable ModernFix "Dynamic Resources" patch in mc1.19.2 and below.¹ ### Detailed changes - `1.16.5/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.17.1/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.18.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.2/` - Disable ModernFix "Dynamic Resources" patch¹ - `1.19.4/` - `1.20.1/` ### References 1. Patch disabled due to [ModernFix#112](https://github.com/embeddedt/ModernFix/issues/112)
Войти

0.01 MB

1.15.0+1.20.1.fabric Release 29.07.2023

1.15.0+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.20.1.quilt Release 29.07.2023

1.15.0+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.19.4.fabric Release 29.07.2023

1.15.0+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.19.4.quilt Release 29.07.2023

1.15.0+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.19.2.fabric Release 29.07.2023

1.15.0+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.19.2.quilt Release 29.07.2023

1.15.0+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.18.2.fabric Release 29.07.2023

1.15.0+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.18.2.quilt Release 29.07.2023

1.15.0+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.15.0+1.16.5.fabric Release 29.07.2023

1.15.0+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.15.0 Changelog ### Summary - Added ModernFix, heavily improving memory usage ([you can even run the game at around 100mb allocated, although I wouldn't recommend doing it :p](https://media.discordapp.net/attachments/1091354040195108895/1127500469086990406/image.png)) - Added ModernFix config enabling a few patches that aren't enabled by default. Thanks to HyperSoop for allowing me to modify the Simply Optimized ModernFix config and use it for Adrenaline. Some patches from SO are disabled for stability and compatibility reasons. - Updated ImmediatelyFast, Indium update excluded because of outdated QSL on 1.19.4 ### Detailed changes - `1.16.5/` - Add ModernFix + config - `1.18.2/` - Add ModernFix + config - `1.19.2/` - Add ModernFix + config - `1.19.4/` - Add ModernFix + config - Update ImmediatelyFast - `1.20.1/` - Add ModernFix + config - Update ImmediatelyFast
Войти

0.01 MB

1.14.8+1.20.1.fabric Release 26.07.2023

1.14.8+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.20.1.quilt Release 26.07.2023

1.14.8+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.19.4.fabric Release 26.07.2023

1.14.8+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.19.4.quilt Release 26.07.2023

1.14.8+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.19.2.fabric Release 26.07.2023

1.14.8+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.19.2.quilt Release 26.07.2023

1.14.8+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.18.2.fabric Release 26.07.2023

1.14.8+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.18.2.quilt Release 26.07.2023

1.14.8+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.8+1.16.5.fabric Release 26.07.2023

1.14.8+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.8 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, ImmediatelyFast, Cloth Config, Indium, Very Many Players - Indium update still excluded on Quilt 1.19.4 because of QSL being outdated
Войти

0.01 MB

1.14.7+1.20.1.fabric Release 06.07.2023

1.14.7+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.20.1.quilt Release 06.07.2023

1.14.7+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.19.4.fabric Release 06.07.2023

1.14.7+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.19.4.quilt Release 06.07.2023

1.14.7+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.19.2.fabric Release 06.07.2023

1.14.7+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.19.2.quilt Release 06.07.2023

1.14.7+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.18.2.fabric Release 06.07.2023

1.14.7+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.18.2.quilt Release 06.07.2023

1.14.7+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.7+1.16.5.fabric Release 06.07.2023

1.14.7+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.7 Changelog ### Changed - Updated Quilt Standard Libraries, Fabric API, Indium - Indium update excluded on Quilt 1.19.4 because of QSL being outdated - Smooth Boot to ThreadTweak on 1.20.1, along with config name ### Removed - Dependency override file
Войти

0.01 MB

1.14.6+1.20.1.fabric Release 27.06.2023

1.14.6+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.20.1.quilt Release 27.06.2023

1.14.6+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.19.4.fabric Release 27.06.2023

1.14.6+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.19.4.quilt Release 27.06.2023

1.14.6+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.19.2.fabric Release 27.06.2023

1.14.6+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.19.2.quilt Release 27.06.2023

1.14.6+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.18.2.fabric Release 27.06.2023

1.14.6+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.18.2.quilt Release 27.06.2023

1.14.6+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.6+1.16.5.fabric Release 27.06.2023

1.14.6+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.6 Changelog ### Added - Enhanced Block Entities to mc1.19.4 and mc1.20.1 (I can properly use my storage room now, awesome!) - Indium to mc1.19.4 and mc1.20.1. While Enhanced Block Entities doesn't *hard require* the mod, it recommends it, as issues can occur without it. ### Updated - Quilt Standard Libraries
Войти

0.01 MB

1.14.5+1.20.1.fabric Release 23.06.2023

1.14.5+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.20.1.quilt Release 23.06.2023

1.14.5+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.19.4.fabric Release 23.06.2023

1.14.5+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.19.4.quilt Release 23.06.2023

1.14.5+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.19.2.fabric Release 23.06.2023

1.14.5+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.19.2.quilt Release 23.06.2023

1.14.5+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.18.2.fabric Release 23.06.2023

1.14.5+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.18.2.quilt Release 23.06.2023

1.14.5+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.5+1.16.5.fabric Release 23.06.2023

1.14.5+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.5 Changelog Small patch, removing Fastload for various reasons. No mods had updates this version. ### Removed - Fastload (Adrenaline is getting smaller.. wow!) - The mod has various bugs, or functionalities that interfere with the game: - Someone in my Discord server had brought up that they nearly got killed in their hardcore world because the mod makes chunks load early during rendering, which can take a while on slower computers - Spawn chunks aren't always loaded unlike Vanilla, which can interfere with the game - Fastload sometimes continues music or ambient sounds when switching dimensions or joining a world/server. For example, when switching from the main menu to a world, the main menu music will sometimes continue. Or when switching from the nether, the nether ambience may continue - The mod can apparently interfere with controller support - The mod is no longer maintained, as stated by the creator in [the description](https://modrinth.com/mod/fastload). This means that these bugs won't be fixed. - The mod tends to be slower than Vanilla when connecting to servers. - Various people in the Fabulously Optimized Discord server have reported issues about the mod: - "[...] due to the mod constantly becoming slower on every update which the universal update since has caused, it doesn't seem worth having" - "[...] ceasing game controller support and continuing to play sounds when it's not supposed to upon switching dimensions" - "fastload causes me issues sometimes, gets stuck on starting session" - "[...] fastload just makes loading times (into servers) slower than in vanilla" - (in response to above) "can confirm, up to 2x slower loading times" - **TLDR**: this mod is not worth keeping in Adrenaline due to various bugs that won't be fixed as the mod won't be maintained, and it tends to be slower than Vanilla in many cases anyway.
Войти

0.01 MB

1.14.4+1.20.1.fabric Release 22.06.2023

1.14.4+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.20.1.quilt Release 22.06.2023

1.14.4+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.19.4.fabric Release 22.06.2023

1.14.4+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.19.4.quilt Release 22.06.2023

1.14.4+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.19.2.fabric Release 22.06.2023

1.14.4+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.19.2.quilt Release 22.06.2023

1.14.4+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.18.2.fabric Release 22.06.2023

1.14.4+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.18.2.quilt Release 22.06.2023

1.14.4+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.4+1.16.5.fabric Release 22.06.2023

1.14.4+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.4 Changelog 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 ### Added - Dependency override for Smooth Boot so that it launches properly on 1.20.1 - Smooth Boot to 1.20.1 ### Changed - Updated Fabric API, Dynamic FPS ### Removed - Concurrent Chunk Management Engine - Why? I asked about removing it and we discussed this on my Discord server for a little while, with most of the community voting for it to be removed. It's hard to come to a conclusion about if it affects or improves performance at all, as many factors have to be considered, but there are other reasons why it was removed: - **It is in an alpha state and is experimental.** This can lead to instability, or even in very rare cases, world corruption. - **It has very mixed opinions.** I’ve seen people in the past who think badly of it being included in a popular modpack such as Adrenaline. - **It doesn’t have great mod compatibility.** It typically has to be removed in content modpacks due to this. - The mod's configs will stay built-in to the modpack, as C2ME will be added as a recommended mod in the post-install section of the wiki. It's up to you if you want to add it in post even considering it's negatives.
Войти

0.01 MB

1.14.3+1.20.1.fabric Beta 17.06.2023

🚧 Beta » 1.14.3+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.20.1.quilt Beta 17.06.2023

🚧 Beta » 1.14.3+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.19.4.fabric Release 17.06.2023

1.14.3+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.19.4.quilt Release 17.06.2023

1.14.3+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.19.2.fabric Release 17.06.2023

1.14.3+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.19.2.quilt Release 17.06.2023

1.14.3+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.18.2.fabric Release 17.06.2023

1.14.3+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.18.2.quilt Release 17.06.2023

1.14.3+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.3+1.16.5.fabric Release 17.06.2023

1.14.3+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.3 Changelog Only one mod missing in 1.20.1! ### Added - Cloth Config to 1.20.1, More Culling now depends on it rather than being bundled - More Culling is now available in 1.20.1, leaving only one mod left: Smooth Boot (which may not even get updated, so I might have to do a dependency override or wait for an alternative) ### Changed - Updated Concurrent Chunk Management Engine - Quilt 0.19.0 -> 0.19.1 ### Missing mc1.20.1 mods - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.20.1.fabric Beta 13.06.2023

🚧 Beta » 1.14.2+1.20.1.fabric

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.20.1.quilt Beta 13.06.2023

🚧 Beta » 1.14.2+1.20.1.quilt

Поддерживаемые версии Minecraft
1.20.1
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.19.4.fabric Release 13.06.2023

1.14.2+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.19.4.quilt Release 13.06.2023

1.14.2+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.19.2.fabric Release 13.06.2023

1.14.2+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.19.2.quilt Release 13.06.2023

1.14.2+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.18.2.fabric Release 13.06.2023

1.14.2+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.18.2.quilt Release 13.06.2023

1.14.2+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.2+1.16.5.fabric Release 13.06.2023

1.14.2+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.2 Changelog Updates to 1.20.1 and adds Your Options Shall Be Respected so that your configs don't get reset every time you update ### Added - YOSBR mod ### Changed - Upgrade from 1.20 to 1.20.1 - Update ImmediatelyFast - Move configs to YOSBR folder ### Missing mc1.20.1 mods - More Culling causes resource loading issues - Smooth Boot requires 1.19.4
Войти

0.01 MB

1.14.1+1.20.fabric Beta 08.06.2023

🚧 Beta » 1.14.1+1.20.fabric

Поддерживаемые версии Minecraft
1.20
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.20.quilt Beta 08.06.2023

🚧 Beta » 1.14.1+1.20.quilt

Поддерживаемые версии Minecraft
1.20
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.19.4.fabric Release 08.06.2023

1.14.1+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.19.4.quilt Release 08.06.2023

1.14.1+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.19.2.fabric Release 08.06.2023

1.14.1+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.19.2.quilt Release 08.06.2023

1.14.1+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.18.2.fabric Release 08.06.2023

1.14.1+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.18.2.quilt Release 08.06.2023

1.14.1+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.1+1.16.5.fabric Release 08.06.2023

1.14.1+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.1 Changelog Hotfix ### Changed - Change the leaves and weather quality back to default ### Missing mc1.20 mods - More Culling - Smooth Boot
Войти

0.01 MB

1.14.0+1.20.fabric Alpha 08.06.2023

1.14.0+1.20.fabric (alpha)

Поддерживаемые версии Minecraft
1.20
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.20.quilt Alpha 08.06.2023

1.14.0+1.20.quilt (alpha)

Поддерживаемые версии Minecraft
1.20
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.19.4.fabric Release 08.06.2023

1.14.0+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.19.4.quilt Release 08.06.2023

1.14.0+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.19.2.fabric Release 08.06.2023

1.14.0+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.19.2.quilt Release 08.06.2023

1.14.0+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.18.2.fabric Release 08.06.2023

1.14.0+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.18.2.quilt Release 08.06.2023

1.14.0+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.14.0+1.16.5.fabric Release 08.06.2023

1.14.0+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.14.0 Changelog ### Added - 1.20 alpha version - Dynamic FPS - Config: unfocused FPS set to 2, audio set to not change volume, GC on unfocus on - Reduces the FPS when window is unfocused or stops rendering when hidden, which can heavily improve performance of your machine while Minecraft is running in the background - Makes the game not render while reloading resources, making that much faster - Fixes a bug that makes Minecraft take way more performance than it should when running in the background ### Changed - Very Many Players, C2ME, Fabric API, ImmediatelyFast, Quilt Standard Libraries - Fabric 0.14.19 -> 0.14.21 ### Removed - No longer actively supporting 1.17.1 and 1.19.3 as they aren't very popular and it gives me more time to work on other versions - Exordium as it doesn't generally improve performance when ImmediatelyFast is there and can cause issues with mods that have UI elements such as minimap mods - MemoryLeakFix as it can cause various issues and mod incompatibilities - Indium, where EBE isn't available
Войти

0.01 MB

1.13.0+1.19.4.fabric Release 23.05.2023

1.13.0+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.19.4.quilt Release 23.05.2023

1.13.0+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.19.3.fabric Release 23.05.2023

1.13.0+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.19.3.quilt Release 23.05.2023

1.13.0+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.19.2.fabric Release 23.05.2023

1.13.0+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.19.2.quilt Release 23.05.2023

1.13.0+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.18.2.fabric Release 23.05.2023

1.13.0+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.18.2.quilt Release 23.05.2023

1.13.0+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.17.1.fabric Release 23.05.2023

1.13.0+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.13.0+1.16.5.fabric Release 23.05.2023

1.13.0+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.13.0 Changelog ### Changed - Update Very Many Players, Fabric API, Quilt Standard Libraries - Change options.txt - Remove biased settings such as `enableVsync` and `maxFps` - this should be done by the user if wanted - This change excludes `simulationDistance` as that can improve performance quite alot at not much of a cost - Add `onboardAccessibility` to fix Mojang's accessibility screen not showing up on first startup (≥1.19.4) ### Removed - Remove Krypton - The mod has barely any function **on the client** and can break connections to certain hosts
Войти

0.01 MB

1.12.13+1.19.4.fabric Release 03.05.2023

1.12.13+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.19.4.quilt Release 03.05.2023

1.12.13+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.19.3.fabric Release 03.05.2023

1.12.13+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.19.3.quilt Release 03.05.2023

1.12.13+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.19.2.fabric Release 03.05.2023

1.12.13+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.19.2.quilt Release 03.05.2023

1.12.13+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.18.2.fabric Release 03.05.2023

1.12.13+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.18.2.quilt Release 03.05.2023

1.12.13+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.17.1.fabric Release 03.05.2023

1.12.13+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.13+1.16.5.fabric Release 03.05.2023

1.12.13+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.13 Changelog [1e017f7](https://github.com/intergrav/Adrenaline/commit/1e017f77b8cb0b810343887b4fad05e917af6bf9) 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](https://github.com/CaffeineMC/sodium-fabric/issues) on their repository for a list of them. ### Changed - Updated Fastload, Fabric API
Войти

0.01 MB

1.12.12+1.19.4.fabric Release 30.04.2023

1.12.12+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.19.4.quilt Release 30.04.2023

1.12.12+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.19.3.fabric Release 30.04.2023

1.12.12+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.19.3.quilt Release 30.04.2023

1.12.12+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.19.2.fabric Release 30.04.2023

1.12.12+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.19.2.quilt Release 30.04.2023

1.12.12+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.18.2.fabric Release 30.04.2023

1.12.12+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.18.2.quilt Release 30.04.2023

1.12.12+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.17.1.fabric Release 30.04.2023

1.12.12+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.12+1.16.5.fabric Release 30.04.2023

1.12.12+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.12 Changelog Very small patch. ### Changed - Updated Fastload, Fabric API, Quilt Standard Libraries
Войти

0.01 MB

1.12.11+1.19.4.fabric Release 20.04.2023

1.12.11+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.19.4.quilt Release 20.04.2023

1.12.11+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.19.3.fabric Release 20.04.2023

1.12.11+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.19.3.quilt Release 20.04.2023

1.12.11+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.19.2.fabric Release 20.04.2023

1.12.11+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.19.2.quilt Release 20.04.2023

1.12.11+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.18.2.fabric Release 20.04.2023

1.12.11+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.18.2.quilt Release 20.04.2023

1.12.11+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.17.1.fabric Release 20.04.2023

1.12.11+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.11+1.16.5.fabric Release 20.04.2023

1.12.11+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.11 Changelog [dfcb581](https://github.com/intergrav/Adrenaline/commit/dfcb58155c2b8a0147476b51328217e68d18eca6) ### Changed - Updated C2ME, Fastload, QSL
Войти

0.01 MB

1.12.10+1.19.4.fabric Release 16.04.2023

1.12.10+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.19.4.quilt Release 16.04.2023

1.12.10+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.19.3.fabric Release 16.04.2023

1.12.10+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.19.3.quilt Release 16.04.2023

1.12.10+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.19.2.fabric Release 16.04.2023

1.12.10+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.19.2.quilt Release 16.04.2023

1.12.10+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.18.2.fabric Release 16.04.2023

1.12.10+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.18.2.quilt Release 16.04.2023

1.12.10+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.17.1.fabric Release 16.04.2023

1.12.10+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.10+1.16.5.fabric Release 16.04.2023

1.12.10+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.10 Changelog [677c781](https://github.com/intergrav/Adrenaline/commit/677c7813c6526de24938889f7c357596c961f5c3) Small patch to fix an issue with Fastload's config. There are no other major changes. ### Changed - Updated Very Many Players - Change `instant-load` in Fastload's config back to false, which fixes the respawn screen not working properly - Quilt 0.18.9 >> 0.18.10
Войти

0.01 MB

1.12.9+1.19.4.fabric Release 14.04.2023

1.12.9+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.19.4.quilt Release 14.04.2023

1.12.9+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.19.3.fabric Release 14.04.2023

1.12.9+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.19.3.quilt Release 14.04.2023

1.12.9+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.19.2.fabric Release 14.04.2023

1.12.9+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.19.2.quilt Release 14.04.2023

1.12.9+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.18.2.fabric Release 14.04.2023

1.12.9+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.18.2.quilt Release 14.04.2023

1.12.9+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.17.1.fabric Release 14.04.2023

1.12.9+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.9+1.16.5.fabric Release 14.04.2023

1.12.9+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.9 Changelog [726359e](https://github.com/intergrav/Adrenaline/commit/726359e2125b879f3151741cd2ea9450b89febbc) ### Changed - Fastload config changed for nearly instant world creation (on my end) - Updated FastLoad, ImmediatelyFast, Fabric API, Very Many Players, Concurrent Chunk Management Engine - Quilt 0.18.8 >> 0.18.9 ### Removed - LazyDFU removed from 1.19.4, no longer needed
Войти

0.01 MB

1.12.8+1.19.4.fabric Release 05.04.2023

1.12.8+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.19.4.quilt Release 05.04.2023

1.12.8+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.19.3.fabric Release 05.04.2023

1.12.8+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.19.3.quilt Release 05.04.2023

1.12.8+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.19.2.fabric Release 05.04.2023

1.12.8+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.19.2.quilt Release 05.04.2023

1.12.8+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.18.2.fabric Release 05.04.2023

1.12.8+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.18.2.quilt Release 05.04.2023

1.12.8+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.17.1.fabric Release 05.04.2023

1.12.8+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.8+1.16.5.fabric Release 05.04.2023

1.12.8+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.8 Changelog ### Added - Fastload (Quilt 1.19.4) ### Changed - Updated MemoryLeakFix, Fastload, Very Many Players, Concurrent Chunk Management Engine, Fabric API, Quilt Standard Libraries ### Removed - MemoryLeakFix temporarily due to crashing (Quilt 1.18.2)
Войти

0.01 MB

1.12.7+1.19.4.fabric Release 26.03.2023

1.12.7+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.19.4.quilt Release 26.03.2023

1.12.7+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.19.3.fabric Release 26.03.2023

1.12.7+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.19.3.quilt Release 26.03.2023

1.12.7+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.19.2.fabric Release 26.03.2023

1.12.7+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.19.2.quilt Release 26.03.2023

1.12.7+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.18.2.fabric Release 26.03.2023

1.12.7+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.18.2.quilt Release 26.03.2023

1.12.7+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.17.1.fabric Release 26.03.2023

1.12.7+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.7+1.16.5.fabric Release 26.03.2023

1.12.7+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.7 Changelog [3e3aee5](https://github.com/intergrav/Adrenaline/commit/3e3aee547c8b27e4a1d112041f9a59e76e9afed2) 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. ### Added - MemoryLeakFix (1.19.4) ### Changed - Updated MemoryLeakFix, Concurrent Chunk Management Engine, MoreCulling, ImmediatelyFast, VMP - Fabric 0.14.17 >> 0.14.18 - Fabric 0.14.14 >> 0.14.18 (1.17.1) - Quilt 0.18.5 >> 0.18.6
Войти

0.01 MB

1.12.6-alpha.2+1.19.4.fabric Alpha 16.03.2023

1.12.6-alpha.2+1.19.4.fabric

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6-alpha.2+1.19.4.quilt Alpha 16.03.2023

1.12.6-alpha.2+1.19.4.quilt

Поддерживаемые версии Minecraft
1.19.4
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.19.3.fabric Release 16.03.2023

1.12.6+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.19.3.quilt Release 16.03.2023

1.12.6+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.19.2.fabric Release 16.03.2023

1.12.6+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.19.2.quilt Release 16.03.2023

1.12.6+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.18.2.fabric Release 16.03.2023

1.12.6+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.18.2.quilt Release 16.03.2023

1.12.6+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.17.1.fabric Release 16.03.2023

1.12.6+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.6+1.16.5.fabric Release 16.03.2023

1.12.6+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## Adrenaline 1.12.6 Changelog 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. ### Added - 1.19.4 Quilt and Fabric versions - Indium to fix some rendering issues with EBE ### Changed - Disabled no-tick view distance in C2ME config, which seemed to cause a regression on systems running Windows - Enabled setting to skip "Joining World" and "Downloading Terrain" screens in Fastload - Fabric 0.14.14 >> 0.14.17 (excluding 1.17.1, which had crashes on >1.14.14) - Quilt 0.18.3 >> 0.18.5 - Updated ImmediatelyFast, MemoryLeakFix, Fabric API, C2ME, Lithium, QSL ### 1.19.4 Alpha Status 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: - EBE prevents startup - Memory Leak Fix prevents startup - Fastload causes a crash when loading ingame *(QUILT ONLY)*
Войти

0.01 MB

1.12.5+1.19.3.fabric Release 05.03.2023

1.12.5+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.5+1.19.3.quilt Release 05.03.2023

1.12.5+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.5+1.19.2.fabric Release 05.03.2023

1.12.5+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.5+1.19.2.quilt Release 05.03.2023

1.12.5+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.5+1.18.2.fabric Release 05.03.2023

1.12.5+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.5+1.18.2.quilt Release 05.03.2023

1.12.5+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.5+1.17.1.fabric Release 05.03.2023

1.12.5+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.5+1.16.5.fabric Release 05.03.2023

1.12.5+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.5 Changelog ### Added - EBE (1.19.3) ### Modified - C2ME, Lithium, QSL
Войти

0.01 MB

1.12.4+1.19.3.fabric Release 27.02.2023

1.12.4+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.4+1.19.3.quilt Release 27.02.2023

1.12.4+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.4+1.19.2.fabric Release 27.02.2023

1.12.4+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.4+1.19.2.quilt Release 27.02.2023

1.12.4+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.4+1.18.2.fabric Release 27.02.2023

1.12.4+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.4+1.18.2.quilt Release 27.02.2023

1.12.4+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.4+1.17.1.fabric Release 27.02.2023

1.12.4+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.4+1.16.5.fabric Release 27.02.2023

1.12.4+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.4 Changelog Adrenaline is now available on CurseForge! ### Modified - Entity Culling, Fabric API, QSL
Войти

0.01 MB

1.12.3+1.19.3.fabric Release 20.02.2023

1.12.3+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.3+1.19.3.quilt Release 20.02.2023

1.12.3+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.3+1.19.2.fabric Release 20.02.2023

1.12.3+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.3+1.19.2.quilt Release 20.02.2023

1.12.3+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.3+1.18.2.fabric Release 20.02.2023

1.12.3+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.3+1.18.2.quilt Release 20.02.2023

1.12.3+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.3+1.17.1.fabric Release 20.02.2023

1.12.3+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.3+1.16.5.fabric Release 20.02.2023

1.12.3+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.3 Changelog There are quite a few very specific changes in this update. ### Added - Smooth Boot (1.17.1, 1.18.2) ### Changed - ImmediatelyFast, EntityCulling - All config files have been minified to only contain the changed options. The mod will generate its other defaults into the config file on startup ### Removed - tr7zwDonorSettings config file
Войти

0.01 MB

1.12.2+1.19.3.fabric Release 15.02.2023

1.12.2+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.2+1.19.3.quilt Release 15.02.2023

1.12.2+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.2+1.19.2.fabric Release 15.02.2023

1.12.2+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.2+1.19.2.quilt Release 15.02.2023

1.12.2+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.2+1.18.2.fabric Release 15.02.2023

1.12.2+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.2+1.18.2.quilt Release 15.02.2023

1.12.2+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.2+1.17.1.fabric Release 15.02.2023

1.12.2+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.2+1.16.5.fabric Release 15.02.2023

1.12.2+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.2 Changelog ### Added - ImmediatelyFast (1.18.2) ### Changed - Fabric API, Fastload, VMP, MoreCulling, Sodium, QSL - Fabric 0.14.13 >> 0.14.14 - Quilt 0.17.10 >> 0.17.11
Войти

0.01 MB

1.12.1+1.19.3.fabric Release 29.01.2023

1.12.1+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.1+1.19.3.quilt Release 29.01.2023

1.12.1+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.1+1.19.2.fabric Release 29.01.2023

1.12.1+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.1+1.19.2.quilt Release 29.01.2023

1.12.1+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.1+1.18.2.fabric Release 29.01.2023

1.12.1+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.1+1.18.2.quilt Release 29.01.2023

1.12.1+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.1+1.17.1.fabric Release 29.01.2023

1.12.1+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.1+1.16.5.fabric Release 29.01.2023

1.12.1+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.1 Changelog ### Changed - C2ME, VMP, Fabric API, ImmediatelyFast, MoreCulling, QSL (updated) - Fabric 0.14.12 >> 0.14.13 - Quilt 0.17.8 >> 0.17.10
Войти

0.01 MB

1.12.0+1.19.3.fabric Beta 14.01.2023

1.12.0+1.19.3.fabric

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.12.0+1.19.3.quilt Beta 14.01.2023

1.12.0+1.19.3.quilt

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.12.0+1.19.2.fabric Release 14.01.2023

1.12.0+1.19.2.fabric

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.12.0+1.19.2.quilt Release 14.01.2023

1.12.0+1.19.2.quilt

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.12.0+1.18.2.fabric Release 14.01.2023

1.12.0+1.18.2.fabric

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.12.0+1.18.2.quilt Release 14.01.2023

1.12.0+1.18.2.quilt

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.12.0+1.17.1.fabric Release 14.01.2023

1.12.0+1.17.1.fabric

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.12.0+1.16.5.fabric Release 14.01.2023

1.12.0+1.16.5.fabric

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.12.0 Changelog > **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. ### Added - Krypton and VMP are back as they can sometimes bring an improvement and most people don't have issues with the mods - EBE, Smooth Boot, VMP config ### Changed - ImmediatelyFast, More Culling, Fabric API, C2ME, Sodium, QSL (updated) - Entity Culling, Fastload, Sodium, Minecraft config ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Fabric-1.19.3 Beta 03.01.2023

1.11.0-Fabric-1.19.3

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Quilt-1.19.3 Beta 03.01.2023

1.11.0-Quilt-1.19.3

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Fabric-1.19.2 Release 03.01.2023

1.11.0-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Quilt-1.19.2 Release 03.01.2023

1.11.0-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Fabric-1.18.2 Release 03.01.2023

1.11.0-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Quilt-1.18.2 Release 03.01.2023

1.11.0-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Fabric-1.17.1 Release 03.01.2023

1.11.0-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.11.0-Fabric-1.16.5 Release 03.01.2023

1.11.0-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.11.0 Changelog ### Changed - Fastload, ImmediatelyFast, MoreCulling, Fabric API, Sodium, QSL (updated) - Force Sodium's NVIDIA workaround to prevent people from unnecessarily restarting the game (1.19.3) ### Removed - Krypton and VMP to decrease modpack size. Both barely have much of an improvement on the client ### 1.19.3 Beta Disclaimer - 1.19.3 versions of Adrenaline are currently in a **beta**. They could have bugs and miss a mod or two. Keep this in mind when using them.
Войти

0.01 MB

1.10.6-Fabric-1.19.3 Alpha 23.12.2022

1.10.6-Fabric-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.6-Quilt-1.19.3 Alpha 23.12.2022

1.10.6-Quilt-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.6-Fabric-1.19.2 Release 23.12.2022

1.10.6-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.6-Quilt-1.19.2 Release 23.12.2022

1.10.6-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.6-Fabric-1.18.2 Release 23.12.2022

1.10.6-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.6-Quilt-1.18.2 Release 23.12.2022

1.10.6-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.6-Fabric-1.17.1 Release 23.12.2022

1.10.6-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.6-Fabric-1.16.5 Release 23.12.2022

1.10.6-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.6 Changelog ### Changed - Fastload, VMP, Fabric API, ImmediatelyFast, More Culling, QSL (updated) - Fabric 0.14.11 >> 0.14.12 ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Fabric-1.19.3 Alpha 15.12.2022

1.10.5-Fabric-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Quilt-1.19.3 Alpha 15.12.2022

1.10.5-Quilt-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Fabric-1.19.2 Release 15.12.2022

1.10.5-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Quilt-1.19.2 Release 15.12.2022

1.10.5-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Fabric-1.18.2 Release 15.12.2022

1.10.5-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Quilt-1.18.2 Release 15.12.2022

1.10.5-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Fabric-1.17.1 Release 15.12.2022

1.10.5-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.5-Fabric-1.16.5 Release 15.12.2022

1.10.5-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.5 Changelog ### Changed - Fastload, C2ME, Fabric API, More Culling (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Quilt-1.19.3 Alpha 11.12.2022

1.10.4-Quilt-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Fabric-1.19.3 Alpha 11.12.2022

1.10.4-Fabric-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Quilt-1.19.2 Release 11.12.2022

1.10.4-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Fabric-1.19.2 Release 11.12.2022

1.10.4-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Quilt-1.18.2 Release 11.12.2022

1.10.4-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Fabric-1.18.2 Release 11.12.2022

1.10.4-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Fabric-1.17.1 Release 11.12.2022

1.10.4-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.4-Fabric-1.16.5 Release 11.12.2022

1.10.4-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.4 Changelog ### Added - Exordium (1.19.3 Alpha) ### Changed - More Culling, Fabric API, Fastload (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Quilt-1.19.3 Alpha 10.12.2022

1.10.3-Quilt-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Fabric-1.19.3 Alpha 10.12.2022

1.10.3-Fabric-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Quilt-1.19.2 Release 10.12.2022

1.10.3-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Fabric-1.19.2 Release 10.12.2022

1.10.3-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Quilt-1.18.2 Release 10.12.2022

1.10.3-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Fabric-1.18.2 Release 10.12.2022

1.10.3-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Fabric-1.17.1 Release 10.12.2022

1.10.3-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.3-Fabric-1.16.5 Release 10.12.2022

1.10.3-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Quilt-1.19.3 Alpha 08.12.2022

1.10.2-Quilt-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.2 Changelog ### Added - C2ME, VMP (1.19.3 Alpha) ### Changed - Lithium, Fastload, Sodium (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Fabric-1.19.3 Alpha 08.12.2022

1.10.2-Fabric-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.2 Changelog ### Added - C2ME, VMP (1.19.3 Alpha) ### Changed - Lithium, Fastload, Sodium (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Quilt-1.19.2 Release 08.12.2022

1.10.2-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.2 Changelog ### Added - C2ME, VMP (1.19.3 Alpha) ### Changed - Lithium, Fastload, Sodium (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Fabric-1.19.2 Release 08.12.2022

1.10.2-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.2 Changelog ### Added - C2ME, VMP (1.19.3 Alpha) ### Changed - Lithium, Fastload, Sodium (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Quilt-1.18.2 Release 08.12.2022

1.10.2-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.2 Changelog ### Added - C2ME, VMP (1.19.3 Alpha) ### Changed - Lithium, Fastload, Sodium (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Fabric-1.18.2 Release 08.12.2022

1.10.2-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.2 Changelog ### Added - C2ME, VMP (1.19.3 Alpha) ### Changed - Lithium, Fastload, Sodium (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Fabric-1.17.1 Release 08.12.2022

1.10.2-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.2 Changelog ### Added - C2ME, VMP (1.19.3 Alpha) ### Changed - Lithium, Fastload, Sodium (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.2-Fabric-1.16.5 Release 08.12.2022

1.10.2-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.3 Changelog ### Added - More Culling (1.19.3 Alpha) ### Changed - Fastload, MemoryLeakFix, QSL, VMP (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Quilt-1.19.3 Alpha 08.12.2022

1.10.1-Quilt-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Fabric-1.19.3 Alpha 08.12.2022

1.10.1-Fabric-1.19.3 [ALPHA]

Поддерживаемые версии Minecraft
1.19.3
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Quilt-1.19.2 Release 08.12.2022

1.10.1-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Fabric-1.19.2 Release 08.12.2022

1.10.1-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Quilt-1.18.2 Release 08.12.2022

1.10.1-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Fabric-1.18.2 Release 08.12.2022

1.10.1-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Fabric-1.17.1 Release 08.12.2022

1.10.1-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.1-Fabric-1.16.5 Release 08.12.2022

1.10.1-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.1 Changelog ### Changed - ImmediatelyFast, Fastload, Lithium, and VMP (updated) - QSL on Quilt versions (updated) ### 1.19.3 Alpha Disclaimer - 1.19.3 versions of Adrenaline are currently in an **alpha**. They will have bugs, and will likely always miss a few mods until they are out of alpha. Please keep this in mind when using them.
Войти

0.01 MB

1.10.0-Quilt-1.19.2 Release 02.12.2022

1.10.0-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.0 Changelog ### Added - C2ME, FerriteCore, and MoreCulling Config ### Removed - Debugify as it's not required, doesn't fit the pack, and doesn't give much of a benefit ### Changed - Fastload Config - Fabric API, Fastload, FerriteCore, and VMP (updated)
Войти

0.01 MB

1.10.0-Fabric-1.19.2 Release 02.12.2022

1.10.0-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.0 Changelog ### Added - C2ME, FerriteCore, and MoreCulling Config ### Removed - Debugify as it's not required, doesn't fit the pack, and doesn't give much of a benefit ### Changed - Fastload Config - Fabric API, Fastload, FerriteCore, and VMP (updated)
Войти

0.01 MB

1.10.0-Quilt-1.18.2 Release 02.12.2022

1.10.0-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.10.0 Changelog ### Added - C2ME, FerriteCore, and MoreCulling Config ### Removed - Debugify as it's not required, doesn't fit the pack, and doesn't give much of a benefit ### Changed - Fastload Config - Fabric API, Fastload, FerriteCore, and VMP (updated)
Войти

0.01 MB

1.10.0-Fabric-1.18.2 Release 02.12.2022

1.10.0-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.0 Changelog ### Added - C2ME, FerriteCore, and MoreCulling Config ### Removed - Debugify as it's not required, doesn't fit the pack, and doesn't give much of a benefit ### Changed - Fastload Config - Fabric API, Fastload, FerriteCore, and VMP (updated)
Войти

0.01 MB

1.10.0-Fabric-1.17.1 Release 02.12.2022

1.10.0-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.0 Changelog ### Added - C2ME, FerriteCore, and MoreCulling Config ### Removed - Debugify as it's not required, doesn't fit the pack, and doesn't give much of a benefit ### Changed - Fastload Config - Fabric API, Fastload, FerriteCore, and VMP (updated)
Войти

0.01 MB

1.10.0-Fabric-1.16.5 Release 02.12.2022

1.10.0-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.10.0 Changelog ### Added - C2ME, FerriteCore, and MoreCulling Config ### Removed - Debugify as it's not required, doesn't fit the pack, and doesn't give much of a benefit ### Changed - Fastload Config - Fabric API, Fastload, FerriteCore, and VMP (updated)
Войти

0.01 MB

1.9.2-Quilt-1.19.2 Release 16.11.2022

1.9.2-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.9.2 Changelog - Updated mods
1.9.2-Fabric-1.19.2 Release 16.11.2022

1.9.2-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.9.2 Changelog - Updated mods
1.9.2-Quilt-1.18.2 Release 16.11.2022

1.9.2-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
Показать изменения
## 📰 Adrenaline 1.9.2 Changelog - Updated mods
1.9.2-Fabric-1.18.2 Release 16.11.2022

1.9.2-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.9.2 Changelog - Updated mods
1.9.2-Fabric-1.17.1 Release 16.11.2022

1.9.2-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.9.2 Changelog - Updated mods
1.9.2-Fabric-1.16.5 Release 16.11.2022

1.9.2-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
Показать изменения
## 📰 Adrenaline 1.9.2 Changelog - Updated mods
1.9.1-Quilt-1.19.2 Release 03.11.2022

1.9.1-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
1.9.1-Fabric-1.19.2 Release 03.11.2022

1.9.1-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.9.1-Quilt-1.18.2 Release 03.11.2022

1.9.1-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.9.1-Fabric-1.18.2 Release 03.11.2022

1.9.1-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.9.1-Fabric-1.17.1 Release 03.11.2022

1.9.1-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.9.1-Fabric-1.16.5 Release 03.11.2022

1.9.1-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.9.0-Quilt-1.19.2 Release 24.10.2022

1.9.0-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
1.9.0-Fabric-1.19.2 Release 24.10.2022

1.9.0-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.9.0-Quilt-1.18.2 Release 24.10.2022

1.9.0-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.9.0-Fabric-1.18.2 Release 24.10.2022

1.9.0-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.9.0-Fabric-1.17.1 Release 24.10.2022

1.9.0-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.9.0-Fabric-1.16.5 Release 24.10.2022

1.9.0-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.8.1-Quilt-1.19.2 Release 12.10.2022

1.8.1-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
1.8.1-Fabric-1.19.2 Release 12.10.2022

1.8.1-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Updated mods (Edited for Lithium 0.9.1 patch)
1.8.1-Quilt-1.18.2 Release 12.10.2022

1.8.1-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.8.1-Fabric-1.18.2 Release 12.10.2022

1.8.1-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.8.1-Fabric-1.17.1 Release 12.10.2022

1.8.1-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.8.1-Fabric-1.16.5 Release 12.10.2022

1.8.1-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.8.0-Quilt-1.19.2 Release 02.10.2022

1.8.0-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
1.8.0-Fabric-1.19.2 Release 02.10.2022

1.8.0-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Updated mods. Added ImmediatelyFast for a great performance boost. Changed config files
1.8.0-Quilt-1.18.2 Release 02.10.2022

1.8.0-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.8.0-Fabric-1.18.2 Release 02.10.2022

1.8.0-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.8.0-Fabric-1.17.1 Release 02.10.2022

1.8.0-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.8.0-Fabric-1.16.5 Release 02.10.2022

1.8.0-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.7.0-Quilt-1.19.2 Release 25.09.2022

1.7.0-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
1.7.0-Fabric-1.19.2 Release 25.09.2022

1.7.0-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
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
1.7.0-Quilt-1.18.2 Release 25.09.2022

1.7.0-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.7.0-Fabric-1.18.2 Release 25.09.2022

1.7.0-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.7.0-Fabric-1.17.1 Release 25.09.2022

1.7.0-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.7.0-Fabric-1.16.5 Release 25.09.2022

1.7.0-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.6.5-Quilt-1.19.2 Release 19.09.2022

1.6.5-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
1.6.5-Fabric-1.19.2 Release 19.09.2022

1.6.5-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
EBE is still not up to date with 1.19.2, but it works completely fine
1.6.5-Quilt-1.19.1 Release 19.09.2022

1.6.5-Quilt-1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
quilt
1.6.5-Fabric-1.19.1 Release 19.09.2022

1.6.5-Fabric-1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
1.6.5-Quilt-1.19 Release 19.09.2022

1.6.5-Quilt-1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
quilt
1.6.5-Fabric-1.19 Release 19.09.2022

1.6.5-Fabric-1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
1.6.5-Quilt-1.18.2 Release 19.09.2022

1.6.5-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.6.5-Fabric-1.18.2 Release 19.09.2022

1.6.5-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.6.5-Fabric-1.17.1 Release 19.09.2022

1.6.5-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.6.5-Fabric-1.16.5 Release 19.09.2022

1.6.5-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.6.4-Quilt-1.19.2 Beta 10.09.2022

1.6.4-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
1.6.4-Fabric-1.19.2 Beta 10.09.2022

1.6.4-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
1.6.4-Quilt-1.19.1 Beta 10.09.2022

1.6.4-Quilt-1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
quilt
1.6.4-Fabric-1.19.1 Beta 10.09.2022

1.6.4-Fabric-1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
1.6.4-Quilt-1.19 Release 10.09.2022

1.6.4-Quilt-1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
quilt
1.6.4-Fabric-1.19 Release 10.09.2022

1.6.4-Fabric-1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods. Fastload config file added to reduce chunks generated on load
1.6.4-Quilt-1.18.2 Release 10.09.2022

1.6.4-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.6.4-Fabric-1.18.2 Release 10.09.2022

1.6.4-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.6.4-Fabric-1.17.1 Release 10.09.2022

1.6.4-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.6.4-Fabric-1.16.5 Release 10.09.2022

1.6.4-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.6.3-Quilt-1.19.2 Beta 29.08.2022

1.6.3-Quilt-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
quilt
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.3-Fabric-1.19.2 Beta 29.08.2022

1.6.3-Fabric-1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.3-Quilt-1.19.1 Beta 29.08.2022

1.6.3-Quilt-1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
quilt
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.3-Fabric-1.19.1 Beta 29.08.2022

1.6.3-Fabric-1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.3-Quilt-1.19 Release 29.08.2022

1.6.3-Quilt-1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
quilt
1.6.3-Fabric-1.19 Release 29.08.2022

1.6.3-Fabric-1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods. Quilt versions are now available
1.6.3-Quilt-1.18.2 Release 29.08.2022

1.6.3-Quilt-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
quilt
1.6.3-Fabric-1.18.2 Release 29.08.2022

1.6.3-Fabric-1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.6.3-Fabric-1.17.1 Release 29.08.2022

1.6.3-Fabric-1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.6.3-Fabric-1.16.5 Release 29.08.2022

1.6.3-Fabric-1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.6.2-1.19.2 Alpha 25.08.2022

1.6.2 - 1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.6.2-1.19.1 Beta 25.08.2022

1.6.2 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.2-1.19 Release 25.08.2022

1.6.2 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.6.2-1.18.2 Release 25.08.2022

1.6.2 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.6.2-1.17.1 Release 25.08.2022

1.6.2 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.6.2-1.16.5 Release 25.08.2022

1.6.2 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.6.1-1.19.2 Alpha 19.08.2022

1.6.1 - 1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.6.1-1.19.1 Beta 19.08.2022

1.6.1 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.1-1.19 Release 19.08.2022

1.6.1 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.6.1-1.18.2 Release 19.08.2022

1.6.1 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.6.1-1.17.1 Release 19.08.2022

1.6.1 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.6.1-1.16.5 Release 19.08.2022

1.6.1 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.6.0-1.19.2 Beta 13.08.2022

1.6.0 - 1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.0-1.19.1 Beta 13.08.2022

1.6.0 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.6.0-1.19 Release 13.08.2022

1.6.0 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods. Removed Indium, I don't know why I had it there in the first place
1.6.0-1.18.2 Release 13.08.2022

1.6.0 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.6.0-1.17.1 Release 13.08.2022

1.6.0 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.6.0-1.16.5 Release 13.08.2022

1.6.0 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.5.0-1.19.2 Alpha 11.08.2022

1.5.0 - 1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.5.0-1.19.1 Beta 11.08.2022

1.5.0 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.5.0-1.19 Release 11.08.2022

1.5.0 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
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
1.5.0-1.18.2 Release 11.08.2022

1.5.0 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.5.0-1.17.1 Release 11.08.2022

1.5.0 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.5.0-1.16.5 Release 11.08.2022

1.5.0 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.4.0-1.19.2 Alpha 09.08.2022

1.4.0 - 1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.4.0-1.19.1 Beta 09.08.2022

1.4.0 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.4.0-1.19 Release 09.08.2022

1.4.0 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods. Removed Reese's Sodium Options to reduce mod count
1.4.0-1.18.2 Release 09.08.2022

1.4.0 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.4.0-1.17.1 Release 09.08.2022

1.4.0 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.4.0-1.16.5 Release 09.08.2022

1.4.0 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.3.0-1.19.2 Alpha 06.08.2022

1.3.0 - 1.19.2

Поддерживаемые версии Minecraft
1.19.2
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.3.0-1.19.1 Beta 06.08.2022

1.3.0 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.3.0-1.19 Release 06.08.2022

1.3.0 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods. Added Alternate Current. Added Reese's Sodium Options
1.3.0-1.18.2 Release 06.08.2022

1.3.0 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.3.0-1.17.1 Release 06.08.2022

1.3.0 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.3.0-1.16.5 Release 06.08.2022

1.3.0 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.2.5-1.19.1 Beta 04.08.2022

1.2.5 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.2.5-1.19 Release 04.08.2022

1.2.5 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.2.5-1.18.2 Release 04.08.2022

1.2.5 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.2.5-1.17.1 Release 04.08.2022

1.2.5 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.2.5-1.16.5 Release 04.08.2022

1.2.5 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.2.4-1.19.1 Beta 02.08.2022

1.2.4 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.2.4-1.19 Release 02.08.2022

1.2.4 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.2.4-1.18.2 Release 02.08.2022

1.2.4 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.2.4-1.17.1 Release 02.08.2022

1.2.4 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.2.4-1.16.5 Release 02.08.2022

1.2.4 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.2.3-1.19.1 Beta 31.07.2022

1.2.3 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Some mods may be broken. **Use with caution, and have backups if necessary**.
1.2.3-1.19 Release 31.07.2022

1.2.3 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.2.3-1.18.2 Release 31.07.2022

1.2.3 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.2.3-1.17.1 Release 31.07.2022

1.2.3 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.2.3-1.16.5 Release 31.07.2022

1.2.3 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.2.2-1.19.1 Alpha 30.07.2022

1.2.2 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.2.2-1.19 Release 30.07.2022

1.2.2 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
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
1.2.2-1.18.2 Release 30.07.2022

1.2.2 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.2.2-1.17.1 Release 30.07.2022

1.2.2 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.2.2-1.16.5 Release 30.07.2022

1.2.2 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.2.1-1.19.1 Alpha 29.07.2022

1.2.1 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.2.1-1.19 Release 29.07.2022

1.2.1 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.2.1-1.18.2 Release 29.07.2022

1.2.1 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.2.1-1.17.1 Release 29.07.2022

1.2.1 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.2.1-1.16.5 Release 29.07.2022

1.2.1 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.2.0-1.19.1 Alpha 28.07.2022

1.2.0 - 1.19.1

Поддерживаемые версии Minecraft
1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Missing mods, and other mods may be broken. **Use at your own risk**!
1.2.0-1.19 Release 25.07.2022

1.2.0 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Replaced Ksyxis with Fastload as it is generally safer, and faster. Added Smooth Boot. Changed some config files. Updated mods
1.2.0-1.18.2 Release 25.07.2022

1.2.0 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.2.0-1.17.1 Release 25.07.2022

1.2.0 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.2.0-1.16.5 Release 25.07.2022

1.2.0 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.1.7-1.19 Release 19.07.2022

1.1.7 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated mods
1.1.7-1.18.2 Release 19.07.2022

1.1.7 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.1.7-1.17.1 Release 19.07.2022

1.1.7 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.1.7-1.16.5 Release 19.07.2022

1.1.7 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.1.6-1.19 Release 05.07.2022

1.1.6 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Added Very Many Players
1.1.6-1.18.2 Release 05.07.2022

1.1.6 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.1.6-1.17.1 Release 05.07.2022

1.1.6 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.1.6-1.16.5 Release 05.07.2022

1.1.6 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.1.5-1.19 Release 05.07.2022

1.1.5 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Added Entity Culling
1.1.5-1.18.2 Release 05.07.2022

1.1.5 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.1.5-1.17.1 Release 05.07.2022

1.1.5 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.1.5-1.16.5 Release 05.07.2022

1.1.5 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.1.4-1.19 Release 01.07.2022

1.1.4 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Updated fabric and a few mods on older versions
1.1.4-1.18.2 Release 01.07.2022

1.1.4 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.1.4-1.17.1 Release 01.07.2022

1.1.4 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.1.4-1.16.5 Release 01.07.2022

1.1.4 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.1.3-1.19 Release 22.06.2022

1.1.3 - 1.19

Поддерживаемые версии Minecraft
1.19
Загрузчики / Платформы
fabric
Показать изменения
Added More Culling, and updated some mods
1.1.3-1.18.2 Release 08.06.2022

1.1.3 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
1.1.3-1.17.1 Release 08.06.2022

1.1.3 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.1.3-1.16.5 Release 08.06.2022

1.1.3 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.1.2-1.18.2 Release 04.06.2022

1.1.2 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
Removed Cloth Config, FLK and Mod Menu. Added Bedrodium. Now supports multiple versions
1.1.2-1.17.1 Release 04.06.2022

1.1.2 - 1.17.1

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
fabric
1.1.2-1.16.5 Release 04.06.2022

1.1.2 - 1.16.5

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
fabric
1.1.1-1.18.2 Release 02.06.2022

1.1.1 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
Removed Iris shaders as when not in use it seems to decrease fps slightly, if you need shaders then I recommend installing Iris separately
1.1.0-1.18.2 Release 01.06.2022

1.1.0 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
Removed a few unnecessary mods and added a couple good ones. Saw a pretty good fps difference on my end
1.0.0-1.18.2 Release 24.05.2022

1.0.0 - 1.18.2

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
fabric
Показать изменения
Ported from CurseForge, some mods were added and some were removed however this should not affect your performance in any major way