Always enable backface culling in java block/item

This commit is contained in:
JannisX11 2023-06-26 19:27:24 +02:00
parent 96d9393690
commit 29be15c849

View File

@ -525,13 +525,7 @@ var format = new ModelFormat({
}
]
},
render_sides() {
if (Modes.display && ['thirdperson_righthand', 'thirdperson_lefthand', 'head'].includes(display_slot)) {
return 'double';
} else {
return 'front';
}
},
render_sides: 'front',
model_identifier: false,
parent_model_id: true,
vertex_color_ambient_occlusion: true,