You've already forked AstralRinth
forked from didirus/AstralRinth
Make java stuff public, fix forge erroring out due to ratelimiting
This commit is contained in:
@@ -233,9 +233,9 @@ pub struct LibraryExtract {
|
||||
/// Information about the java version the game needs
|
||||
pub struct JavaVersion {
|
||||
/// The component needed for the Java installation
|
||||
component: String,
|
||||
pub component: String,
|
||||
/// The major Java version number
|
||||
major_version: u32,
|
||||
pub major_version: u32,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user