diff --git a/fCraft/Network/CpeConstants.cs b/fCraft/Network/CpeConstants.cs index fffec67..59dad70 100644 --- a/fCraft/Network/CpeConstants.cs +++ b/fCraft/Network/CpeConstants.cs @@ -151,5 +151,8 @@ public enum EntityProp : byte { RotationX = 0, RotationY = 1, RotationZ = 2, + ScaleX = 3, + ScaleY = 4, + ScaleZ = 5, } }