remove already implemented from comment
This commit is contained in:
parent
342c0dab79
commit
0002de3d9c
1 changed files with 0 additions and 4 deletions
|
@ -82,10 +82,6 @@ public class EntityPropertyRegistryImpl implements EntityPropertyRegistry {
|
||||||
registerType("show_base", true); // TODO
|
registerType("show_base", true); // TODO
|
||||||
|
|
||||||
// Armor Stand
|
// Armor Stand
|
||||||
registerType("small", false);
|
|
||||||
registerType("arms", false);
|
|
||||||
registerType("base_plate", true);
|
|
||||||
|
|
||||||
registerType("head_rotation", Vector3f.zero());
|
registerType("head_rotation", Vector3f.zero());
|
||||||
registerType("body_rotation", Vector3f.zero());
|
registerType("body_rotation", Vector3f.zero());
|
||||||
registerType("left_arm_rotation", new Vector3f(-10, 0, -10));
|
registerType("left_arm_rotation", new Vector3f(-10, 0, -10));
|
||||||
|
|
Loading…
Reference in a new issue