9
0
mirror of https://github.com/GeyserExtensionists/GeyserUtils.git synced 2025-12-19 15:09:24 +00:00

custom entity

This commit is contained in:
zimzaza4
2024-04-27 17:32:06 +08:00
parent c2f1138976
commit f6e762bea8

View File

@@ -346,7 +346,6 @@ public class GeyserUtils implements Extension {
entity.updateBedrockMetadata();
}
} else if (customPacket instanceof CustomEntityPacket customEntityPacket) {
logger().info("ID:" + customEntityPacket.getEntityId() + "; CUSTOM:" + customEntityPacket.getIdentifier());
if (!LOADED_ENTITY_DEFINITIONS.containsKey(customEntityPacket.getIdentifier())) {
return;
}