promotional bannermobile promotional banner

Global Packs

A small helper mod for Modpacks, adding a global Datapack.

File Details

v19.3.7 - Fabric - 1.19.3-1.20.1

  • R
  • Nov 19, 2025
  • 381.86 KB
  • 236.8K
  • 1.20.1+3
  • Fabric + 1

File Name

globalpacks-fabric-1.20.1-19.3.7.jar

Supported Versions

  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3

Curse Maven Snippet

Fabric

modImplementation "curse.maven:globalpacks-317134:7240329"

Quilt

modImplementation "curse.maven:globalpacks-317134:7240329"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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)