No longer set cube pivot to 8,8,8 in java-block

This commit is contained in:
JannisX11 2021-01-03 11:14:56 +01:00
parent 398bb32e79
commit 99f4d901eb

View File

@ -110,9 +110,6 @@ class Cube extends NonGroup {
this.inflate = 0;
this.rotation = [0, 0, 0];
this.origin = [0, 0, 0];
if (!Format.centered_grid) {
this.origin.V3_set(8, 8, 8);
}
this.visibility = true;
this.autouv = 0
this.parent = 'root';