Skip to content

Commit

Permalink
Tweak cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbegamerxx954 committed Jun 11, 2024
1 parent 798bccf commit c700931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn read_material(data: &[u8]) -> anyhow::Result<CompiledMaterialDefinition> {
MinecraftVersion::V1_18_30,
] {
if let Ok(material) = data.pread_with(0, version) {
println!(" [{version}]");
println!("{}", style(format!(" [{version}]")).dim());
return Ok(material);
}
}
Expand Down

0 comments on commit c700931

Please sign in to comment.