Language

Packs Entries Blocker

Modrinth

Block entries in specify pack from loading by path

1.4k downloads 3 followers updated 22mo ago
Modrinth
Fabric Forge Quilt 1.20 – 1.21.1 OptimizationUtility

Packs Entries Blocker is for avoiding identifier matches the regex from loading from specified pack.

Use Case

  • Too many mods find their resources from packs will affect the launching time such as GeckoLib, Optifine-like. Profiling it with https://modrinth.com/mod/more-profiling
  • Disable some entries needn't in packs like some CITs

How to

  1. Modify the config at config/pack-entries-blocker.json. Will reload before data/resource packs reloading.
  2. Blocked entries will print to debug.log for debugging.

Example

Below config will block all the tags from the vanilla pack.
The key is regex and the value is an array of pack name which can be found in options.txt

{
    ".*?:.*?tag.*?": [
        "vanilla"
    ]
}

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download Packs Entries Blocker

Files are served directly from the original source. Modgrid does not host or modify them.