3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-17 00:33:47 +02:00
Dieser Commit ist enthalten in:
Marco 2020-04-18 10:29:13 +02:00
Ursprung 672024c718
Commit 1c0ea9c60c

Datei anzeigen

@ -49,8 +49,10 @@ public class ShulkerEntity extends GolemEntity {
}
if (entityMetadata.getId() == 16) {
Position position = (Position) entityMetadata.getValue();
if(position != null){
metadata.put(EntityData.SHULKER_ATTACH_POS, Vector3i.from(position.getX(), position.getY(), position.getZ()));
}
}
//TODO Outdated metadata flag SHULKER_PEAK_HEIGHT
// if (entityMetadata.getId() == 17) {
// int height = (byte) entityMetadata.getValue();