aboutsummaryrefslogtreecommitdiff
path: root/src/texturePacks/README.md
blob: 8932817bb77e4215ffb1a6a50d7a84cb3e952f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>

SPDX-License-Identifier: CC0-1.0
-->

# Technical Notes for the texture pack implementation

Relevant classes:

`ItemModelManager` can be used to select an `ItemModel`. This is done from the `ITEM_MODEL` component which is defaulted by the `Item` class.

The list of available `ItemModel`s (as in `Identifier` -> `ItemModel` maps) is loaded by `BakedModelManager`. To this end, item models in particular are loaded from `ItemAssetsLoader#load`. Those `ItemAssets` are found in `assets/<ns>/items/` directly (not in the model folder) and can be used to select other models, similar to how predicates used to work