> For the complete documentation index, see [llms.txt](https://wiki.modernmodpacks.site/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.modernmodpacks.site/wiki/hellish-mods/digitality/introduction.md).

# Introduction

## Description

DigitalityAPI allows you to add custom resource files to your mod dynamically, during runtime.&#x20;

To achieve that, it uses temporary resource/data packs that automatically self-destruct after you quit minecraft. We call them virtual packs.

This library is intended to be used internally, so the documentation might not be the best at times.

## Feature list

Currently, you can add:

* [Textures](/wiki/hellish-mods/digitality/resource-packs/textures.md)
* [Models](/wiki/hellish-mods/digitality/resource-packs/models.md)
* [Sounds](/wiki/hellish-mods/digitality/resource-packs/sounds.md)
* [Recipes](/wiki/hellish-mods/digitality/data-packs/recipes.md)
* [Tags](/wiki/hellish-mods/digitality/data-packs/tags.md)
* [Custom assets](/wiki/hellish-mods/digitality/custom-assets.md)
