Fix face texture being upside down when facing north
This commit is contained in:
parent
a184060e77
commit
427574928d
|
@ -29,7 +29,7 @@ abstract class FaceDeviceModel: UnbakedModel, BakedModel {
|
|||
protected val defaultRotations = listOf(
|
||||
ModelRotation.X0_Y0,
|
||||
ModelRotation.X180_Y0,
|
||||
ModelRotation.X270_Y0,
|
||||
ModelRotation.X90_Y180,
|
||||
ModelRotation.X90_Y0,
|
||||
ModelRotation.X90_Y90,
|
||||
ModelRotation.X90_Y270,
|
||||
|
|
Loading…
Reference in New Issue