1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-03-23 07:19:29 +01:00

Add armor stand entity offset (Fixes )

This commit is contained in:
RednedEpic 2020-05-23 22:45:34 -05:00
parent fe6257bb38
commit 681cbeeae5

View file

@ -137,6 +137,9 @@ public class JavaEntitySetPassengersTranslator extends PacketTranslator<ServerEn
case PIG:
yOffset = 1.85001f;
break;
case ARMOR_STAND:
yOffset = 1.3f;
break;
}
Vector3f offset = Vector3f.from(0f, yOffset, 0f);
if (rider) {