
Fast Assets
Skip loading useless assets for resourcepacks
- Загрузки
- 794
- Подписчики
- 3
- Обновлён
- 23 июня 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 22 июня 2026 г.
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"
]
}
}
Ченджлог
1.0.1Релиз1.20.1 · 22 июня 2026 г.
- Remake check assets
Комментарии
Загружаем…