Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed ARR
Published last week
Simple mod that helps to skip asset checking when loading a resource or texture pack if you don't have a modification that is related to these assets.
Has a configuration file to set ignore, enable/disable the mod functionality.
Also has ingore inside pack.mcmeta Example add assets in ignore:
{
"pack": {
"pack_format": 15,
"description": "My pack"
},
"fastassetsload": {
"dont_ignore_assets": [
"my_custom_namespace",
"some_other_thing"
]
}
}


