mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Added stats & debug info commands
This commit is contained in:
@@ -195,9 +195,9 @@ public class BIngredients {
|
||||
return count;
|
||||
}
|
||||
|
||||
/*public Map<Material, Integer> getIngredients() {
|
||||
public List<Ingredient> getIngredientList() {
|
||||
return ingredients;
|
||||
}*/
|
||||
}
|
||||
|
||||
public int getCookedTime() {
|
||||
return cookedTime;
|
||||
|
||||
Reference in New Issue
Block a user