You've already forked pages
forked from didirus/AstralRinth
* Reapply "Implement a more robust IPC system between the launcher and client (#4159)"
This reverts commit e25d726da4.
* Put game JAR and theseus JAR ahead of other JARs in classpath
* Fix 1.17-1.20 Forge by forcefully removing Multi-Release manifest entry
* Fix formatting
---------
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
10 lines
165 B
Rust
10 lines
165 B
Rust
//! Theseus utility functions
|
|
pub mod fetch;
|
|
pub mod io;
|
|
pub mod jre;
|
|
pub mod network;
|
|
pub mod platform;
|
|
pub mod protocol_version;
|
|
pub mod rpc;
|
|
pub mod server_ping;
|