diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-07-06 20:38:15 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-07-06 20:38:15 +0200 |
| commit | fb730fa1a6683502efda48882acd438543016b74 (patch) | |
| tree | 1c117d39c817390c2ba37aef56546a2a19678047 /web/src | |
| parent | a792873f7f7fe3cbb19611fb6b1b1c7165e2b50b (diff) | |
| download | Firmament-fb730fa1a6683502efda48882acd438543016b74.tar.gz Firmament-fb730fa1a6683502efda48882acd438543016b74.tar.bz2 Firmament-fb730fa1a6683502efda48882acd438543016b74.zip | |
feat: allow block states to be used for custom block models
Diffstat (limited to 'web/src')
| -rw-r--r-- | web/src/pages/docs/_texture-pack-format.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/src/pages/docs/_texture-pack-format.md b/web/src/pages/docs/_texture-pack-format.md index 2f84777..3575cfc 100644 --- a/web/src/pages/docs/_texture-pack-format.md +++ b/web/src/pages/docs/_texture-pack-format.md @@ -809,6 +809,11 @@ which block models are replaced under which conditions: } ``` +The referenced `block` can either be a regular json block model (like the ones in `assets/minecraft/blocks/`), or it can +reference a blockstates json like in `assets/<namespace>/blockstates/<path>.json`. The blockstates.json is prefered and +needs to match the vanilla format, so it is best to copy over the vanilla blockstates.json for the block you are editing +and replace all block model paths with your own custom block models. + | Field | Required | Description | |-------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `modes` | yes | A list of `/locraw` mode names. | |
