Add text coloring for inspected solution containers, code cleanup (#2010)
* Initial commit * remove helper * fixes * small fix
This commit is contained in:
@@ -100,4 +100,38 @@
|
||||
chem.Ice:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Antifreeze: 4
|
||||
chem.Antifreeze: 4
|
||||
|
||||
- type: reaction
|
||||
id: react.Moonshine
|
||||
reactants:
|
||||
chem.Vodka:
|
||||
amount: 1
|
||||
chem.Tequila:
|
||||
amount: 1
|
||||
chem.Whiskey:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Moonshine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.CreamyDelight
|
||||
reactants:
|
||||
chem.Moonshine:
|
||||
amount: 1
|
||||
chem.Cream:
|
||||
amount: 1
|
||||
chem.Wine:
|
||||
amount: 1
|
||||
products:
|
||||
chem.CreamyDelight: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.LeanShine
|
||||
reactants:
|
||||
chem.Lean:
|
||||
amount: 1
|
||||
chem.Moonshine:
|
||||
amount: 1
|
||||
products:
|
||||
chem.LeanShine: 2
|
||||
Reference in New Issue
Block a user