promotional bannermobile promotional banner

Global Packs

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

File Details

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

  • R
  • Jun 3, 2025
  • 23.36 KB
  • 11.7K
  • 1.20.1+3
  • Forge + 1

File Name

globalpacks-forge-1.20.1-19.3.4.jar

Supported Versions

  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:globalpacks-317134:6611714")

NeoForge

implementation fg.deobf("curse.maven:globalpacks-317134:6611714")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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)