more clarification

This commit is contained in:
2026-05-15 20:17:23 -04:00
parent ee1d23f182
commit ec23292013
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ usage:
solves for the least number of materials needed given a priority
input is just the stats in order shown in wynncraft
input is just the stats in order shown in wynncraft (limit/max)
```
> priority wood paper grains string oil meat
+1 -1
View File
@@ -145,7 +145,7 @@ fn usage() {
println!(" > solve 41/63 50/60 55/55 43/64 60/66 51/55 48/59 41/63");
println!(" solves for the least number of materials needed given a priority, eg:");
println!(" 10: [Wood, Grains, String, String, Oil, Meat, Meat, Gem, Gem, Gem]");
println!(" input is just the stats in order shown in wynncraft");
println!(" input is just the stats in order shown in wynncraft (limit/max)");
println!(" > priority wood paper grains string oil meat");
println!(" sets the material priority for solving (what to use and what to try first)");
}