Add material type: ToppingSlot
Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
d9f0ddf0ca
commit
0dea2e47ad
1 changed files with 3 additions and 0 deletions
|
|
@ -1642,6 +1642,7 @@ pub enum MaterialType {
|
|||
FrozenFruit,
|
||||
// esp module
|
||||
// check
|
||||
ToppingSlot,
|
||||
Unknown,
|
||||
}
|
||||
|
||||
|
|
@ -1666,6 +1667,7 @@ impl RecipeList {
|
|||
8000 => MaterialType::Brew,
|
||||
8001 => MaterialType::Clean,
|
||||
8002 => MaterialType::CleanV2,
|
||||
8110..8131 => MaterialType::ToppingSlot,
|
||||
1031 => MaterialType::Soda,
|
||||
1 => MaterialType::Water,
|
||||
9100 => MaterialType::Ice,
|
||||
|
|
@ -1862,6 +1864,7 @@ impl MaterialSetting {
|
|||
8000 => MaterialType::Brew,
|
||||
8001 => MaterialType::Clean,
|
||||
8002 => MaterialType::CleanV2,
|
||||
8110..8131 => MaterialType::ToppingSlot,
|
||||
1031 => MaterialType::Soda,
|
||||
1 => MaterialType::Water,
|
||||
9100 => MaterialType::Ice,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue