Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
PackForge
PackForge is a client-side Fabric mod that helps large resource packs load faster.
It is mainly designed for big server resource packs, such as packs generated by ItemsAdder, ModelEngine, and other heavily customized resource packs.
Minecraft normally has to search through the resource pack many times during loading. With very large packs, this can make the loading screen take a long time, especially when the pack contains thousands of models, textures, sounds, or JSON files.
PackForge improves this by building a fast internal index of the resource pack when it loads. After that, Minecraft can find files much faster instead of repeatedly searching through the whole pack.
What PackForge does
- Speeds up loading and reloading of large zipped resource packs
- Helps reduce long loading screens when joining servers with big packs
- Does not modify your resource pack files
- Runs only on the client
- Can be disabled or configured if needed
Atlas Overflow Protection
Some very large resource packs can also fail to load on weaker or older GPUs because the final texture atlas becomes too large.
PackForge includes optional atlas protection that can downscale oversized textures in memory so the pack has a better chance to load successfully.
PackForge does not modify your resource pack files. Atlas protection only creates smaller temporary versions of oversized textures while the pack is loading. Most normal block and item textures should look the same during gameplay, but heavily downscaled textures may appear slightly softer on lower-end hardware.
This feature can be disabled in the mod's config file or via ModMenu's config screen
Benchmark
Packforge 1.0 vs Vanilla Minecraft
Packforge 1.2 vs Quick Pack (by DrexHD)
Packforge 1.2 was able to load the same pack in just 9.37 seconds while Packforge 1.0 load it in 16.25 seconds, this was done by optimizing font loading logic.
Tested with a large server resource pack containing about 28,000 entries, 9,800 textures, and 10,700 model files across 191 namespaces (The pack is over 61 MiB when extracted).
Normally the game has to do 4,600 full ZIP scans, or over 130 million entry checks, just for model/item discovery and namespace setup during loading.
PackForge avoids most of those repeated scans by indexing the ZIP once per reload.
Compatibility
PackForge is compatible with following mods
- Sodium
- Iris
- ImmediatelyFast
- FerriteCore
- Lithium
- Continuity
- CIT Resewn
- [Probably More]
Not Supported
OptiFine / OptiFabric - probably not worked, haven't tested.


