mirror of
https://github.com/BluTac10/Xbox-Neo.git
synced 2026-06-24 19:07:08 +00:00
fix: armorstand according to wiki + wobble animation + head renderer
Armor stands are not damaged by cacti but can be broken by arrows. An armor stand destroyed by an explosion or a firework does not drop as an item. Armor stands in water and lava at the same time are not consumed by the lava.
This commit is contained in:
@@ -32,7 +32,7 @@ void ArmorStandArmorModel::setupAnim(float time, float r, float bob,
|
||||
Rotations ll = stand->getLeftLegPose();
|
||||
Rotations rl = stand->getRightLegPose();
|
||||
|
||||
|
||||
|
||||
head->xRot = DEG_TO_RAD * h.getX();
|
||||
head->yRot = DEG_TO_RAD * h.getY();
|
||||
head->zRot = DEG_TO_RAD * h.getZ();
|
||||
|
||||
Reference in New Issue
Block a user