Back to marketplace
Global Packs
Modrinth Mod

Global Packs

Ship default Data- & Resourcepacks with Modpacks!

Minecraft product info

Important product information

Compatibility, Minecraft versions, loaders, and external source data.

Type

Mod

Access

Free

Latest version

26.2.1

Downloads

14 936 653

Loaders / Platforms

fabric forge neoforge quilt

Minecraft versions

1.16.4 – 1.16.5 1.18 – 1.20.4 1.21 – 1.21.1 26.1 26.1.1 26.1.2 26.2

Categories

utility

Description

Detailed information

![Dark Roleplay Logo](https://i.imgur.com/a648nrK.png) # Global Packs Tired of manually copying data packs into every new Minecraft world? Global Packs is a simple, lightweight utility mod that automatically loads your favorite data packs and resource packs across all your worlds! Whether you are a casual player who always uses the same quality-of-life tweaks, or a modpack creator wanting to guarantee players experience your custom content right out of the box, Global Packs saves you time and frustration. This mod allows you to install data packs and resource packs globally, just like you would with regular mods. Once installed, simply place your data packs into the newly generated /datapacks/ folder, and they will automatically load every time you generate a new world. ## Warning/Disclaimer There are only 2 safe and legit places to get this mod, [Modrinth](https://modrinth.com/) and [Curseforge](https://www.curseforge.com). If you are seeing this on any other site, be aware that this was copied without permissions, and the site may hide malware in mod files. ## Forcing Resource Packs & Mod Packs In order to force-load resource packs, or built-in packs from other mods, you will have to add them to the config. Simply add the packs you want into its corresponding section and you're good to go. Example: If you have a resource pack located at <modpack instance>/resourcepacks/FreshAnimations_v1.10.5.zip, it would need to be added to your config file like this: ```toml [resourcepacks] required = [ "resourcepacks/FreshAnimations_v1.10.5.zip", "resourcepacks/another_pack.zip" ] ``` ## Frequently Asked Questions (FAQ) **Q: Where do I put my data packs for them to load globally?** A: For Minecraft 1.16 to 1.21+: You can place your data packs directly into the <instance folder>/datapacks/ directory. Alternatively, you can define a custom folder path in the global_packs.toml configuration file. For older versions (1.13 - 1.15): Place them in the automatically generated global_data_pack (or global_data_packs) folder. **Q: How do I change the load order or priority of the packs?** A: Priority is based on the order inside your global_packs.toml config file! The pack listed first in the config will have the highest priority in-game. **Q: Does this mod force-load Resource Packs too?** A: Yes! When you add resource packs to the configuration file, they are automatically force-loaded (required) for the player. **Q: Do my data packs need to be in a .zip file?** A: No, they don't. You can use either .zip files or standard unpacked folders. All it needs is a valid pack.mcmeta file. **Q: Will this work for my CurseForge/Modrinth modpack export?** A: Absolutely. Global Packs was designed specifically with modpack creators in mind. By dropping your packs into the designated folders, the launcher will export them correctly so anyone who downloads your modpack gets the custom data instantly. **Q: Why aren't my packs loading?** A: The most common reasons are: * The data pack format is outdated for your current Minecraft version. * The folder or .zip file isn't formatted correctly (make sure the pack.mcmeta is immediately inside the folder/zip, not buried in a sub-folder). * There is a typo in your global_packs.toml config file. If the mod detects an error in the TOML file, it may struggle to load the packs.

Developer

JTK222

Profile and data retrieved from Modrinth

Open on Modrinth

Product gallery

Project images

Screenshots and images from the original Modrinth page.

Change log

Project versions

Published versions and original Modrinth files.

26.2.1 Current Release 21.06.2026

v26.2.1 - NeoForge - 26.2

Supported Minecraft versions
26.2
Loaders / Platforms
neoforge
Show changes
## 26.1.1 (NeoForge only) - Fixed issue in mods.toml ## 26.1.0 - Ported to 26.1
Sign in

0.03 MB

26.2.0 Release 16.06.2026

v26.2.0 - Fabric - 26.2

Supported Minecraft versions
26.2
Loaders / Platforms
fabric
Show changes
## 21.0.6 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods ## 21.0.4 (Forge only) * Fixed for Forge ## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.38 MB

26.2.0 Release 16.06.2026

v26.2.0 - NeoForge - 26.2

Supported Minecraft versions
26.2
Loaders / Platforms
neoforge
Show changes
## 21.0.6 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods ## 21.0.4 (Forge only) * Fixed for Forge ## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.03 MB

26.1.0 Release 26.03.2026

v26.1.0 - Fabric - 26.1

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
fabric quilt
Show changes
## 26.1 * Ported to 26.1
Sign in

0.38 MB

26.1.0 Release 26.03.2026

v26.1.0 - NeoForge - 26.1

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
neoforge
Show changes
## 26.1 * Ported to 26.1
Sign in

0.03 MB

19.3.7 Release 19.11.2025

v19.3.7 - Fabric - 1.19.3-1.20.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
fabric quilt
Show changes
## 19.3.7 * Fixed crashes caused by missing pack.mcmeta, will now create dummy meta file.s ## 19.3.6 * Fixed modid on fabric ## 19.3.5 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 19.3.4 * I found a Mixin bug jaj /s * Should now run properly on forge and fabric again, big sorry! ## 19.3.3 * Actually fix default config not working * Will now properly update legacy configs to new format ## 19.3.2 * Fixed default config not working ## 19.3.1 Backport of 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.37 MB

19.3.7 Release 19.11.2025

v19.3.7 - (Neo-)Forge - 1.19.3-1.20.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
forge neoforge
Show changes
## 19.3.7 * Fixed crashes caused by missing pack.mcmeta, will now create dummy meta file.s ## 19.3.6 * Fixed modid on fabric ## 19.3.5 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 19.3.4 * I found a Mixin bug jaj /s * Should now run properly on forge and fabric again, big sorry! ## 19.3.3 * Actually fix default config not working * Will now properly update legacy configs to new format ## 19.3.2 * Fixed default config not working ## 19.3.1 Backport of 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.02 MB

19.3.6 Release 23.08.2025

v19.3.6 - Fabric - 1.19.3-1.20.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
fabric quilt
Show changes
## 19.3.6 * Fixed modid on fabric ## 19.3.5 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 19.3.4 * I found a Mixin bug jaj /s * Should now run properly on forge and fabric again, big sorry! ## 19.3.3 * Actually fix default config not working * Will now properly update legacy configs to new format ## 19.3.2 * Fixed default config not working ## 19.3.1 Backport of 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.37 MB

21.0.6 Release 09.06.2025

v21.0.6 - Fabric - 1.21-1.21.1

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## 21.0.6 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods ## 21.0.4 (Forge only) * Fixed for Forge ## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.38 MB

21.0.6 Release 09.06.2025

v21.0.6 - NeoForge - 1.21-1.21.1

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## 21.0.6 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods ## 21.0.4 (Forge only) * Fixed for Forge ## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.03 MB

19.3.5 Release 09.06.2025

v19.3.5 - Fabric - 1.19.3-1.20.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
fabric quilt
Show changes
## 19.3.5 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 19.3.4 * I found a Mixin bug jaj /s * Should now run properly on forge and fabric again, big sorry! ## 19.3.3 * Actually fix default config not working * Will now properly update legacy configs to new format ## 19.3.2 * Fixed default config not working ## 19.3.1 Backport of 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.37 MB

19.3.5 Release 09.06.2025

v19.3.5 - (Neo-)Forge - 1.19.3-1.20.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
forge neoforge
Show changes
## 19.3.5 * Split config for builtin data- and resourcepacks, sorry for the inconvenience * Your Config Formatting will no longer be overwritten all the time * Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file ## 19.3.4 * I found a Mixin bug jaj /s * Should now run properly on forge and fabric again, big sorry! ## 19.3.3 * Actually fix default config not working * Will now properly update legacy configs to new format ## 19.3.2 * Fixed default config not working ## 19.3.1 Backport of 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.02 MB

19.3.4 Release 03.06.2025

v19.3.4 - (Neo-)Forge - 1.19.3-1.20.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
forge neoforge
Show changes
## 1.19.4 * I found a Mixin bug jaj /s * Should now run properly on forge and fabric again, big sorry! ## 19.3.3 * Actually fix default config not working * Will now properly update legacy configs to new format ## 19.3.2 * Fixed default config not working ## 19.3.1 Backport of 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.02 MB

19.3.4 Release 03.06.2025

v19.3.4 - Fabric - 1.19.3-1.20.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
fabric quilt
Show changes
## 1.19.4 * I found a Mixin bug jaj /s * Should now run properly on forge and fabric again, big sorry! ## 19.3.3 * Actually fix default config not working * Will now properly update legacy configs to new format ## 19.3.2 * Fixed default config not working ## 19.3.1 Backport of 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.37 MB

19.3.1 Release 02.06.2025

19.3.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
forge neoforge
Show changes
Backport of 21.0.5 ## 20.0.1 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.02 MB

19.3.1 Release 02.06.2025

19.3.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
fabric quilt
Show changes
Backport of 21.0.5 ## 20.0.1 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config.   (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable)
Sign in

0.37 MB

21.0.5 Release 30.05.2025

Global Packs v21.0.5 - NeoForge 1.21

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge neoforge
Show changes
## 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods ## 21.0.4 (Forge only) * Fixed for Forge ## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.02 MB

21.0.5 Release 30.05.2025

Global Packs v21.0.5 - Fabric 1.21

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## 21.0.5 + Added new Config options + log_pack_ids -> if set to true, the IDs of all available packs will be logged + resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods ## 21.0.4 (Forge only) * Fixed for Forge ## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.37 MB

21.0.4 Release 14.05.2025

Global Packs v21.0.4 - NeoForge 1.21

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
forge neoforge
Show changes
## 21.0.4 (Forge only) * Now actually works on Forge ## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.02 MB

21.0.3 Release 12.05.2025

Global Packs v21.0.3- NeoForge 1.21

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
neoforge
Show changes
## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.02 MB

21.0.3 Release 12.05.2025

Global Packs v21.0.3 - Fabric 1.21

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric
Show changes
## 21.0.3 * Loads Packs again (whoops) * Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before. * Now only messes up your config if an error was detected * Force enabled Resourcepacks, will no longer show twice in the resourcepack list. ## 21.0.2 * Changed Default config for compat with upcoming CF changes * Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder. * Renamed config to `global_packs.toml` it'll be renamed automagically. * Folders in config will be created automatically (now more reliable) * (There will be more updates, some will be more significant)
Sign in

0.37 MB

21.0.1 Release 29.06.2024

Global Packs - NeoForge 1.21 - v21.0.1

Supported Minecraft versions
1.21
Loaders / Platforms
forge neoforge
Show changes
## 21.0.0 * Ported to Minecraft 1.21 * System wide global packs do now have a game version specific path * Data & Resourcepack folder should now be generated more reliably
Sign in

0.02 MB

21.0.0 Release 21.06.2024

Global Packs - Fabric 1.21 - v21.0.0

Supported Minecraft versions
1.21
Loaders / Platforms
fabric
Sign in

0.22 MB

21.0.0 Release 21.06.2024

Global Packs - NeoForge 1.21 - v21.0.0

Supported Minecraft versions
1.21
Loaders / Platforms
neoforge
Sign in

0.02 MB

20.3.1 Release 27.05.2024

Global Packs - Forge - v20.3.1

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
forge
Show changes
## 20.3.1 * Fixed a crash for Fabric, Forge, Quilt ## 20.3.0 * Changed versioning scheme, will now be \<mc main version>.\<mc minor version>.\<mod version> There will be no distinction between bugfix and feature versions in the future.
Sign in

0.02 MB

20.3.1 Release 26.05.2024

Global Packs - Fabric & Quilt - v20.3.1

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric quilt
Show changes
## 20.3.1 * Fixed a crash for Fabric, Forge, Quilt ## 20.3.0 * Changed versioning scheme, will now be \<mc main version>.\<mc minor version>.\<mod version> There will be no distinction between bugfix and feature versions in the future.
Sign in

0.22 MB

20.3.0 Release 20.05.2024

Global Packs - NeoForge - v20.3.0

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
neoforge
Show changes
## 20.3.0 for 1.20.2-1.20.4 * New versioning scheme, will no more or less match NeoForge versioning. ## 1.16.5 for 1.20.2 * Made NeoForge version * Finally fixed folders not being created, after installing the mod, you have to join a world once, to create the datapack folders. ## 1.16.4 for 1.20.2 * Forge only - Fixed crash on startup ## 1.16.3 for 1.20.2 * Ported the mod to 1.20.2
Sign in

0.02 MB

1.20.2-1.16.5 Release 30.11.2023

Global Packs - NeoForge 1.20.2 - v1.16.5

Supported Minecraft versions
1.20.2
Loaders / Platforms
neoforge
Show changes
## 1.16.5 for 1.20.2 * Made NeoForge version * Finally fixed folders not being created, after installing the mod, you have to join a world once, to create the datapack folders. ## 1.16.4 for 1.20.2 * Forge only - Fixed crash on startup ## 1.16.3 for 1.20.2 * Ported the mod to 1.20.2
Sign in

0.02 MB

1.20.2-1.16.5 Release 30.11.2023

Global Packs - Fabric 1.20.2 - v1.16.5

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## 1.16.5 for 1.20.2 * Made NeoForge version * Finally fixed folders not being created, after installing the mod, you have to join a world once, to create the datapack folders. ## 1.16.4 for 1.20.2 * Forge only - Fixed crash on startup ## 1.16.3 for 1.20.2 * Ported the mod to 1.20.2
Sign in

0.22 MB

1.20.2-1.16.4 Release 27.11.2023

Global Packs - Forge 1.20.2 - v1.16.4

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## 1.16.4 for 1.20.2 * Forge only - Fixed crash on startup ## 1.16.3 for 1.20.2 * Ported the mod to 1.20.2
Sign in

0.02 MB

1.20.2-1.16.4 Release 27.11.2023

Global Packs - Fabric 1.20.2 - v1.16.4

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
## 1.16.4 for 1.20.2 * Forge only - Fixed crash on startup ## 1.16.3 for 1.20.2 * Ported the mod to 1.20.2
Sign in

0.22 MB

1.20.1-1.16.3 Release 20.11.2023

Global Packs - Forge 1.20.2 - v1.16.3

Supported Minecraft versions
1.20.2
Loaders / Platforms
forge
Show changes
## 1.16.3 for 1.20.2 * Ported the mod to 1.20.2
Sign in

0.02 MB

1.16.2_forge Release 08.06.2023

Global Packs - v1.16.2

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
forge
Show changes
## 1.16.2 for 1.19.3+ * Forge only, fixed forge version range in mods.toml to accept 1.20 ## 1.16.1 for 1.19.3+ **IMPORTANT SECURITY UPDATE** * This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
Sign in

0.02 MB

1.16.1_forge Release 06.06.2023

Global Packs - v1.16.1

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
## 1.16.1 for 1.19.3+ **IMPORTANT SECURITY UPDATE** * This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
Sign in

0.02 MB

1.16.1_quilt Release 06.06.2023

Global Packs - v1.16.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
quilt
Show changes
## 1.16.1 for 1.19.3+ **IMPORTANT SECURITY UPDATE** * This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
Sign in

0.22 MB

1.16.1_fabric Release 06.06.2023

Global Packs - v1.16.1

Supported Minecraft versions
1.19.3 1.19.4 1.20 1.20.1
Loaders / Platforms
fabric
Show changes
## 1.16.1 for 1.19.3+ **IMPORTANT SECURITY UPDATE** * This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
Sign in

0.22 MB

1.15.4_forge Release 06.06.2023

Global Packs - v1.15.4

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
## 1.15.4 for 1.19.3 **IMPORTANT SECURITY UPDATE** * This fixes an important security issue, update asap. The issue will be revealed in 1-2 months. ### Global Packs 1.15.3 for Minecraft 1.19.3 (Fix) Fixed optional datapacks, not being optional. ### Global Packs 1.15.2 for Minecraft 1.19.3 (Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder ### Global Packs 1.15.1 for Minecraft 1.19.3 (Forge Only) (Fix) Fixed Crash caused by incorrect mixin file being expected ### Global Packs 1.15 for Minecraft 1.19.3 (Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
Sign in

0.02 MB

1.15.4_quilt Release 06.06.2023

Global Packs - v1.15.4

Supported Minecraft versions
1.19.3
Loaders / Platforms
quilt
Show changes
## 1.15.4 for 1.19.3 **IMPORTANT SECURITY UPDATE** * This fixes an important security issue, update asap. The issue will be revealed in 1-2 months. ### Global Packs 1.15.3 for Minecraft 1.19.3 (Fix) Fixed optional datapacks, not being optional. ### Global Packs 1.15.2 for Minecraft 1.19.3 (Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder ### Global Packs 1.15.1 for Minecraft 1.19.3 (Forge Only) (Fix) Fixed Crash caused by incorrect mixin file being expected ### Global Packs 1.15 for Minecraft 1.19.3 (Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
Sign in

0.22 MB

1.15.4_fabric Release 06.06.2023

Global Packs - v1.15.4

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
## 1.15.4 for 1.19.3 **IMPORTANT SECURITY UPDATE** * This fixes an important security issue, update asap. The issue will be revealed in 1-2 months. ### Global Packs 1.15.3 for Minecraft 1.19.3 (Fix) Fixed optional datapacks, not being optional. ### Global Packs 1.15.2 for Minecraft 1.19.3 (Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder ### Global Packs 1.15.1 for Minecraft 1.19.3 (Forge Only) (Fix) Fixed Crash caused by incorrect mixin file being expected ### Global Packs 1.15 for Minecraft 1.19.3 (Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
Sign in

0.22 MB

1.14.5_forge Release 06.06.2023

Global Packs - v1.14.5

Supported Minecraft versions
1.19.2
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.14.5_quilt Release 06.06.2023

Global Packs - v1.14.5

Supported Minecraft versions
1.19.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.5_fabric Release 06.06.2023

Global Packs - v1.14.5

Supported Minecraft versions
1.19.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.12.4_forge Release 06.06.2023

1.12.4_forge

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.12.4_quilt Release 06.06.2023

Global Data- & Resourcepacks - v1.12.4

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.12.4_fabric Release 06.06.2023

Global Data- & Resourcepacks - v1.12.4

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.4_forge Release 02.06.2023

Global Packs - v1.14.4

Supported Minecraft versions
1.19.2
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.14.4_quilt Release 02.06.2023

Global Packs - v1.14.4

Supported Minecraft versions
1.19.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.4_fabric Release 02.06.2023

Global Packs - v1.14.4

Supported Minecraft versions
1.19.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.10.2 Release 16.04.2023

1.10.2 [Forge - 1.16.4]

Supported Minecraft versions
1.16.4 1.16.5
Loaders / Platforms
forge
Show changes
(First 1.16 release on Modrinth) \* Fixed order of packs in config being ignored.
Sign in

0.02 MB

1.16_forge Release 15.03.2023

Global Packs - v1.16

Supported Minecraft versions
1.19.4
Loaders / Platforms
forge
Show changes
### Global Packs 1.16 for Minecraft 1.19.4 Ported to 1.19.4
Sign in

0.02 MB

1.16_quilt Release 15.03.2023

Global Packs - v1.16

Supported Minecraft versions
1.19.4
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.16_fabric Release 15.03.2023

Global Packs - v1.16

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.15.3_forge Release 04.02.2023

Global Packs - v1.15.3

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
### Global Packs 1.15.3 for Minecraft 1.19.3 (Fix) Fixed optional datapacks, not being optional. ### Global Packs 1.15.2 for Minecraft 1.19.3 (Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder ### Global Packs 1.15.1 for Minecraft 1.19.3 (Forge Only) (Fix) Fixed Crash caused by incorrect mixin file being expected ### Global Packs 1.15 for Minecraft 1.19.3 (Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
Sign in

0.02 MB

1.15.3_quilt Release 04.02.2023

Global Packs - v1.15.3

Supported Minecraft versions
1.19.3
Loaders / Platforms
quilt
Show changes
### Global Packs 1.15.3 for Minecraft 1.19.3 (Fix) Fixed optional datapacks, not being optional. ### Global Packs 1.15.2 for Minecraft 1.19.3 (Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder ### Global Packs 1.15.1 for Minecraft 1.19.3 (Forge Only) (Fix) Fixed Crash caused by incorrect mixin file being expected ### Global Packs 1.15 for Minecraft 1.19.3 (Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
Sign in

0.22 MB

1.15.3_fabric Release 04.02.2023

Global Packs - v1.15.3

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
### Global Packs 1.15.3 for Minecraft 1.19.3 (Fix) Fixed optional datapacks, not being optional. ### Global Packs 1.15.2 for Minecraft 1.19.3 (Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder ### Global Packs 1.15.1 for Minecraft 1.19.3 (Forge Only) (Fix) Fixed Crash caused by incorrect mixin file being expected ### Global Packs 1.15 for Minecraft 1.19.3 (Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
Sign in

0.22 MB

1.15.2_forge Release 27.12.2022

Global Packs - v1.15.2

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.15.2_quilt Release 27.12.2022

Global Packs - v1.15.2

Supported Minecraft versions
1.19.3
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.15.2_fabric Release 27.12.2022

Global Packs - v1.15.2

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.15.1_forge Release 26.12.2022

Global Packs - v1.15.1

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.15_forge Release 26.12.2022

Global Packs - v1.15

Supported Minecraft versions
1.19.3
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.15_quilt Release 26.12.2022

Global Packs - v1.15

Supported Minecraft versions
1.19.3
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.15_fabric Release 26.12.2022

Global Packs - v1.15

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.3.1_fabric Release 15.12.2022

Global Packs - v1.14.3.1

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.23 MB

1.14.3_fabric Release 13.12.2022

Global Packs - v1.14.3

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.23 MB

1.12.3_forge Release 03.09.2022

Global Data- & Resourcepacks - v1.12.3

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.12.3_quilt Release 03.09.2022

Global Data- & Resourcepacks - v1.12.3

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.12.3_fabric Release 03.09.2022

Global Data- & Resourcepacks - v1.12.3

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.2_forge Release 24.08.2022

Global Packs - v1.14.2

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.14.2_quilt Release 24.08.2022

Global Packs - v1.14.2

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.2_fabric Release 24.08.2022

Global Packs - v1.14.2

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.12.2.2_forge Release 24.08.2022

Global Data- & Resourcepacks - v1.12.2.2

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.12.2.2_quilt Release 24.08.2022

Global Data- & Resourcepacks - v1.12.2.2

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.12.2.2_fabric Release 24.08.2022

Global Data- & Resourcepacks - v1.12.2.2

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.1_forge Release 12.08.2022

Global Packs - v1.14.1

Supported Minecraft versions
1.19
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.14.1_quilt Release 12.08.2022

Global Packs - v1.14.1

Supported Minecraft versions
1.19
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14.1_fabric Release 12.08.2022

Global Packs - v1.14.1

Supported Minecraft versions
1.19
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14_forge Release 16.07.2022

Global Packs - v1.14

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.14_quilt Release 16.07.2022

Global Packs - v1.14

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.14_fabric Release 16.07.2022

Global Packs - v1.14

Supported Minecraft versions
1.19 1.19.1 1.19.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.13.1_forge Beta 08.06.2022

Global Packs - v1.13.1

Supported Minecraft versions
1.19
Loaders / Platforms
forge
Show changes
**1.13.1 (Forge)** • Fixed incorrect mods.toml, preventing the mod from loading **1.13** • 1.19 Port
Sign in

0.02 MB

1.13_forge Beta 07.06.2022

Global Packs - v1.13

Supported Minecraft versions
1.19
Loaders / Platforms
forge
Show changes
No changelog was specified.
Sign in

0.02 MB

1.13_fabric Beta 07.06.2022

Global Packs - v1.13

Supported Minecraft versions
1.19
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.13_quilt Beta 07.06.2022

Global Packs - v1.13

Supported Minecraft versions
1.19
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.22 MB

1.12.2.1_fabric Release 05.06.2022

Global Packs - v1.12.2.1

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
fabric
Show changes
No changelog was specified.
Sign in

0.22 MB

1.12.2.1_quilt Release 05.06.2022

Global Packs - v1.12.2.1

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
quilt
Show changes
No changelog was specified.
Sign in

0.02 MB

1.12.2+forge Release 04.06.2022

Global Packs - v1.12.2

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
forge
Sign in

0.02 MB