Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

16 lines
325 B
Plaintext

// {type:class}
// {direction:topDown}
[Data{bg:red}]->[Recipe]
[Recipe]->[Raw]
[Ingredients]
[Results]
[Products]^[Ingredients]
[Products]^[Results]
[Recipe]->[Ingredients]
[Recipe]->[Results]
[Parent]<->[note: Get the damn parent]
[Ingredients|parent;child]
//[Ingredients]->[Parent]
[Results]->[Parent]
[Parent]->[Recipe]