Skip to content

Commit 1596440

Browse files
committed
Added more recommendations for the cross geometry
1 parent e84e67e commit 1596440

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/blocks/vanilla-block-models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Vanilla block models are applied in the same way as [custom block models](/block
3333

3434
## List of Vanilla Models
3535

36-
| Preview | Identifier | Additional Notes |
37-
| ------------------------------------------------------------------------------------------------ | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38-
| <WikiImage src="/assets/images/blocks/vanilla-block-models/cross.png" alt="" width="100" /> | `minecraft:geometry.cross` | <p>Before 1.21.70, this model should only be used with render methods that do not have backface culling (`alpha_test` and `double_sided`) to avoid invisible faces.</p><p>After 1.21.70, this model should only be used with render methods that have backface culling (`alpha_test_single_sided`, `blend` and `opaque`) to avoid texture flickering.</p> |
39-
| <WikiImage src="/assets/images/blocks/vanilla-block-models/full_block.png" alt="" width="100" /> | `minecraft:geometry.full_block` | When used for a block with the `opaque` render method, faces of adjacent blocks will cull against the block. |
36+
| Preview | Identifier | Additional Notes |
37+
| ------------------------------------------------------------------------------------------------ | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38+
| <WikiImage src="/assets/images/blocks/vanilla-block-models/cross.png" alt="" width="100" /> | `minecraft:geometry.cross` | <p>When used on a block, `ambient_occlusion` and `face_dimming` should be set to `false` in any [material instances](/blocks/block-components#material-instances).</p><p>Before 1.21.70, this model should only be used with render methods that do not have backface culling (`alpha_test` and `double_sided`) to avoid invisible faces.</p><p>After 1.21.70, this model should only be used with render methods that have backface culling (`alpha_test_single_sided`, `blend` and `opaque`) to avoid texture flickering.</p> |
39+
| <WikiImage src="/assets/images/blocks/vanilla-block-models/full_block.png" alt="" width="100" /> | `minecraft:geometry.full_block` | When used for a block with the `opaque` render method, faces of adjacent blocks will cull against the block. |

0 commit comments

Comments
 (0)