Packs Entries Blocker
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
平台: fabric
标签: optimization utility
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
- Modify the config at
config/pack-entries-blocker.json. Will reload before data/resource packs reloading. - Blocked entries will print to
debug.logfor debugging.- How to access
debug.log?- https://wiki.vg/Debugging
- https://modrinth.com/mod/better-log4j-config and edit it's
better_log4j_config.xmlthen
- How to access
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"
]
}请登录后举报
暂无评论,抢个沙发吧~