Skip to content

Commit 80e73ea

Browse files
committed
Document switch for redstone torch block model.
1 parent c8182b0 commit 80e73ea

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ChunkyDocs/docs/support/minecraft_compatibility.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ Below is a list of the Minecraft versions currently supported by Chunky and ever
2424
| Armor trims | Not supported | Planned | Planned | #1708 |
2525
| New redstone torch (1.21.2) | Not supported | Not supported | In development | #1788 |
2626

27+
{% if extra.chunky >= 2_05_00 %}
2728
## Block models
2829

29-
Mojang sometimes changes the block models or textures (and texture mappings) of existing blocks. By default, Chunky uses the *latest* block models of Java Edition.
30+
Mojang sometimes changes the block models or textures (and texture mappings) of existing blocks. By default, Chunky uses the _latest_ block models of Java Edition.
3031

3132
To maintain compatibility with old resource packs, there are flags to switch to older block models. These flags can be specified in the Launcher as <samp>Java options</samp>, eg. `-Dchunky.blockModels.cocoa=pre-1.19` to switch to the old cocoa plant model.
3233

33-
| Block | Flag | Values | Note |
34-
| ----- | -------------------------- | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
35-
| cocoa | `chunky.blockModels.cocoa` | `1.19` (default), `pre-1.19` | Block model changed in 1.19; stage 2 cocoa plant is displayed incorrectly when the resource pack and block model don't match (see #1761) |
34+
| Block | Flag | Values | Note |
35+
| --------------------------------------------------------- | ---------------------------------- | -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
36+
| cocoa | `chunky.blockModels.cocoa` | `1.19` (default), `pre-1.19` | Block model changed in 1.19; stage 2 cocoa plant is displayed incorrectly when the resource pack and block model don't match (see #1761) |
37+
| redstone_torch, redstone_wall_torch, comparator, repeater | `chunky.blockModels.redstoneTorch` | `1.21.2` (default), `pre-1.21.2` | Redstone torch block model changed in 1.21.2 |
3638

3739
!!! info "Unsupported block models"
3840

3941
If you're missing an old block model or encounter issues with a block when using a resource pack that is made for an older Minecraft version, please [create an issue](https://github.com/chunky-dev/chunky/issues/new/choose). We will add support for all block models that are present in release versions of Minecraft (ie. block models that only appeared in snapshots will not be supported).
4042

43+
{% endif %}
4144
--8<-- "includes/abbreviations.md"

0 commit comments

Comments
 (0)