Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings

Packs Entries Blocker

Block entries in specify pack from loading by path

985
2
Optimization
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x

Platforms

Fabric
Forge
Quilt

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source

Creators

settingdust
settingdust Member

Details

Licensed MIT
Published last year
Updated 10 months ago
DescriptionChangelogVersions

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.
    • How to access debug.log?
      • https://wiki.vg/Debugging
      • https://modrinth.com/mod/better-log4j-config and edit it's better_log4j_config.xml then

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"
    ]
}

Modrinth is open source.

main@bf16d36

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.