
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.
There are only 2 safe and legit places to get this mod, Modrinth and Curseforge. 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.
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 /resourcepacks/FreshAnimations_v1.10.5.zip, it would need to be added to your config file like this:
[resourcepacks]
required = [
"resourcepacks/FreshAnimations_v1.10.5.zip",
"resourcepacks/another_pack.zip"
]
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 /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.
Optional
Optional
Умови використання, зміни та поширення цього товару.
21.06.2026 · Modrinth
Скриншоти та зображення з оригінальної сторінки Modrinth.

Опубліковані версії та оригінальні файли Modrinth.
21.06.2026 · 2 741 завантаження
16.06.2026 · 55 274 завантаження
global_packs.toml it'll be renamed automagically.16.06.2026 · 77 завантаження
global_packs.toml it'll be renamed automagically.26.03.2026 · 47 671 завантаження
26.03.2026 · 760 завантаження
19.11.2025 · 17 921 завантаження
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 "/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)
19.11.2025 · 2 606 475 завантаження
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 "/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)
23.08.2025 · 9 379 завантаження
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 "/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)
09.06.2025 · 4 690 545 завантаження
global_packs.toml it'll be renamed automagically.09.06.2025 · 198 593 завантаження
global_packs.toml it'll be renamed automagically.09.06.2025 · 47 166 завантаження
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 "/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)
09.06.2025 · 1 729 275 завантаження
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 "/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)
03.06.2025 · 26 975 завантаження
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 "/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)
03.06.2025 · 640 завантаження
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 "/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)
02.06.2025 · 500 завантаження
Backport of 21.0.5
global_packs.toml it'll be renamed automagically.02.06.2025 · 181 завантаження
Backport of 21.0.5
global_packs.toml it'll be renamed automagically.30.05.2025 · 2 273 завантаження
global_packs.toml it'll be renamed automagically.30.05.2025 · 48 630 завантаження
global_packs.toml it'll be renamed automagically.14.05.2025 · 1 365 завантаження
global_packs.toml it'll be renamed automagically.12.05.2025 · 240 завантаження
global_packs.toml it'll be renamed automagically.12.05.2025 · 47 691 завантаження
global_packs.toml it'll be renamed automagically.29.06.2024 · 9 670 завантаження
21.06.2024 · 162 146 завантаження
21.06.2024 · 791 завантаження
27.05.2024 · 441 завантаження
26.05.2024 · 12 921 завантаження
20.05.2024 · 414 завантаження
30.11.2023 · 617 завантаження
30.11.2023 · 8 692 завантаження
27.11.2023 · 190 завантаження
27.11.2023 · 175 завантаження
20.11.2023 · 201 завантаження
08.06.2023 · 2 641 972 завантаження
IMPORTANT SECURITY UPDATE
* This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
06.06.2023 · 152 завантаження
IMPORTANT SECURITY UPDATE
* This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
06.06.2023 · 5 855 завантаження
IMPORTANT SECURITY UPDATE
* This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
06.06.2023 · 1 221 610 завантаження
IMPORTANT SECURITY UPDATE
* This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
06.06.2023 · 136 завантаження
IMPORTANT SECURITY UPDATE
* This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
(Fix) Fixed optional datapacks, not being optional.
(Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder
(Fix) Fixed Crash caused by incorrect mixin file being expected
(Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
06.06.2023 · 118 завантаження
IMPORTANT SECURITY UPDATE
* This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
(Fix) Fixed optional datapacks, not being optional.
(Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder
(Fix) Fixed Crash caused by incorrect mixin file being expected
(Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
06.06.2023 · 160 завантаження
IMPORTANT SECURITY UPDATE
* This fixes an important security issue, update asap. The issue will be revealed in 1-2 months.
(Fix) Fixed optional datapacks, not being optional.
(Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder
(Fix) Fixed Crash caused by incorrect mixin file being expected
(Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
06.06.2023 · 1 262 354 завантаження
No changelog was specified.
06.06.2023 · 2 357 завантаження
No changelog was specified.
06.06.2023 · 55 996 завантаження
No changelog was specified.
06.06.2023 · 10 596 завантаження
No changelog was specified.
06.06.2023 · 154 завантаження
No changelog was specified.
06.06.2023 · 2 060 завантаження
No changelog was specified.
02.06.2023 · 124 завантаження
No changelog was specified.
02.06.2023 · 93 завантаження
No changelog was specified.
02.06.2023 · 99 завантаження
No changelog was specified.
16.04.2023 · 2 696 завантаження
(First 1.16 release on Modrinth)
* Fixed order of packs in config being ignored.
15.03.2023 · 115 завантаження
Ported to 1.19.4
15.03.2023 · 492 завантаження
No changelog was specified.
15.03.2023 · 2 058 завантаження
No changelog was specified.
04.02.2023 · 93 завантаження
(Fix) Fixed optional datapacks, not being optional.
(Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder
(Fix) Fixed Crash caused by incorrect mixin file being expected
(Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
04.02.2023 · 293 завантаження
(Fix) Fixed optional datapacks, not being optional.
(Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder
(Fix) Fixed Crash caused by incorrect mixin file being expected
(Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
04.02.2023 · 216 завантаження
(Fix) Fixed optional datapacks, not being optional.
(Fix) Resourcepacks being treated as datapacks, for datapack loading out of resourcepacks folder
(Fix) Fixed Crash caused by incorrect mixin file being expected
(Fix) Full rewrite of the mod all known previous issues are gone, if you find new ones, please report them.
27.12.2022 · 98 завантаження
No changelog was specified.
27.12.2022 · 106 завантаження
No changelog was specified.
27.12.2022 · 163 завантаження
No changelog was specified.
26.12.2022 · 70 завантаження
No changelog was specified.
26.12.2022 · 83 завантаження
No changelog was specified.
26.12.2022 · 79 завантаження
No changelog was specified.
26.12.2022 · 89 завантаження
No changelog was specified.
15.12.2022 · 1 587 завантаження
No changelog was specified.
13.12.2022 · 128 завантаження
No changelog was specified.
03.09.2022 · 207 завантаження
No changelog was specified.
03.09.2022 · 101 завантаження
No changelog was specified.
03.09.2022 · 2 632 завантаження
No changelog was specified.
24.08.2022 · 463 завантаження
No changelog was specified.
24.08.2022 · 462 завантаження
No changelog was specified.
24.08.2022 · 445 завантаження
No changelog was specified.
24.08.2022 · 112 завантаження
No changelog was specified.
24.08.2022 · 86 завантаження
No changelog was specified.
24.08.2022 · 151 завантаження
No changelog was specified.
12.08.2022 · 89 завантаження
No changelog was specified.
12.08.2022 · 85 завантаження
No changelog was specified.
12.08.2022 · 80 завантаження
No changelog was specified.
16.07.2022 · 92 завантаження
No changelog was specified.
16.07.2022 · 245 завантаження
No changelog was specified.
16.07.2022 · 216 завантаження
No changelog was specified.
08.06.2022 · 94 завантаження
1.13.1 (Forge)
• Fixed incorrect mods.toml, preventing the mod from loading
1.13
• 1.19 Port
07.06.2022 · 87 завантаження
No changelog was specified.
07.06.2022 · 250 завантаження
No changelog was specified.
07.06.2022 · 104 завантаження
No changelog was specified.
05.06.2022 · 393 завантаження
No changelog was specified.
05.06.2022 · 283 завантаження
No changelog was specified.
04.06.2022 · 150 завантаження