Fix face texture being upside down when facing north

This commit is contained in:
Shadowfacts 2021-03-12 17:14:49 -05:00
parent a184060e77
commit 427574928d
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -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,