pub fn register_vanilla_entity_data_serializers(
registry: &mut EntityDataSerializerRegistry,
)Expand description
Register all vanilla entity data serializers.
IMPORTANT: The registration order MUST match vanilla’s EntityDataSerializers.java exactly,
as the serializer’s network ID is determined by its registration order.