mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Remove deprecated values
This commit is contained in:
parent
0130774976
commit
1870bb5772
1 changed files with 1 additions and 9 deletions
|
@ -71,14 +71,6 @@ public class ModelAttributes<T extends LivingEntity> {
|
|||
*/
|
||||
public UUID interpolatorId;
|
||||
|
||||
@Deprecated public int armWidth = 4;
|
||||
@Deprecated public int armDepth = 4;
|
||||
|
||||
@Deprecated public int armLength = 12;
|
||||
|
||||
@Deprecated public float armRotationX = 3F;
|
||||
@Deprecated public float armRotationY = 8F;
|
||||
|
||||
/**
|
||||
* The actual, visible height of this model when rendered.
|
||||
* Used when drawing name plates.
|
||||
|
|
Loading…
Reference in a new issue