+| <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> |
0 commit comments