Crate mcvm_core

source ·
Expand description

This library is used by MCVM to install and launch Minecraft. It aims to be the most powerful, fast, and correct implementation available, without being bloated with extra features. Implementations for installing certain modifications, like modloaders and alternative server runtimes, will be provided in extension plugins

Re-exports§

Modules§

  • Configuration for library functionality
  • Instances of versions that can be launched
  • Input / output with data formats and the system
  • Code for launching the game
  • Networking interfaces
  • Different types of users and authentication
  • Common utilities
  • Installable versions of the game

Structs§

  • Wrapper around all usage of mcvm_core