Ignroe box UV when determining format version for bedrock geo

This commit is contained in:
JannisX11 2025-02-09 13:40:14 +01:00
parent 71b0bd77ea
commit dd4fbd9bfd

View File

@ -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';
}