mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-30 15:42:42 +08:00
Always enable backface culling in java block/item
This commit is contained in:
parent
96d9393690
commit
29be15c849
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user