mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-06 17:31:09 +08:00
Ignroe box UV when determining format version for bedrock geo
This commit is contained in:
parent
71b0bd77ea
commit
dd4fbd9bfd
@ -1051,6 +1051,7 @@ function getFormatVersion() {
|
||||
}
|
||||
}
|
||||
for (let cube of Cube.all) {
|
||||
if (cube.box_uv) continue;
|
||||
for (let fkey in cube.faces) {
|
||||
if (cube.faces[fkey].rotation) return '1.21.0';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user