This commit is contained in:
parent
bc878ddf19
commit
6e8b976089
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ public class ModelBuilder<T extends ModelBuilder<T>> extends ModelFile {
|
||||||
return faces.computeIfAbsent(dir, FaceBuilder::new);
|
return faces.computeIfAbsent(dir, FaceBuilder::new);
|
||||||
}
|
}
|
||||||
|
|
||||||
public RotationBuilder rotation(BlockPartRotation rotation) {
|
public RotationBuilder rotation() {
|
||||||
if (this.rotation == null) {
|
if (this.rotation == null) {
|
||||||
this.rotation = new RotationBuilder();
|
this.rotation = new RotationBuilder();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue