feat(client/scaling): initial implementation

This commit is contained in:
Zhongheng Liu 2026-01-18 14:18:19 +01:00
commit b7bbebe222
Signed by: steven
GPG key ID: F69B980899C1C09D
2 changed files with 1 additions and 3 deletions

View file

@ -206,4 +206,4 @@ public class Recipe {
this.ingredients.stream().mapToDouble(RecipeIngredient::getBaseAmount).sum() * PER;
}
}
}