modified: Cargo.lock
modified: Cargo.toml modified: src/lib.rs
This commit is contained in:
parent
c104796c7c
commit
875a7fdd5c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -353,7 +353,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nicotine"
|
||||
version = "0.1.21"
|
||||
version = "0.1.22"
|
||||
dependencies = [
|
||||
"zip-extract",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nicotine"
|
||||
version = "0.1.21"
|
||||
version = "0.1.22"
|
||||
edition = "2024"
|
||||
description = "A small rust crate for patching mojang's Authlib"
|
||||
authors = ["alterwain"]
|
||||
|
@ -64,7 +64,7 @@ pub fn patch_jar(input_jar: &str, output_jar: &str, needles: &[&[u8]], endpoints
|
||||
std::fs::write(path, haystack)?;
|
||||
}
|
||||
|
||||
std::fs::write(r#".\out\com\mojang\authlib\properties\Property.java"#, PROPERTY_BIN)?;
|
||||
std::fs::write(r#".\out\com\mojang\authlib\properties\Property.class"#, PROPERTY_BIN)?;
|
||||
|
||||
zip_dir(&target_dir, output_jar)?;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user