mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
33 lines
2.0 KiB
Plaintext
33 lines
2.0 KiB
Plaintext
digraph "PotionMixDataEntry" {
|
|
rankdir = LR
|
|
12
|
|
12 -> 13
|
|
13 -> 14
|
|
12 -> 15
|
|
15 -> 16
|
|
12 -> 17
|
|
17 -> 18
|
|
12 -> 19
|
|
19 -> 20
|
|
12 -> 21
|
|
21 -> 22
|
|
12 -> 23
|
|
23 -> 24
|
|
|
|
12 [label="PotionMixDataEntry",comment="name: \"PotionMixDataEntry\", typeName: \"\", id: 12, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
13 [label="From Potion: Input - Potion Id",comment="name: \"From Potion: Input - Potion Id\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
14 [label="varint",comment="name: \"varint\", typeName: \"\", id: 14, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
15 [label="From Item Aux",comment="name: \"From Item Aux\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
16 [label="varint",comment="name: \"varint\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
17 [label="Reagent Item Id",comment="name: \"Reagent Item Id\", typeName: \"\", id: 17, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
18 [label="varint",comment="name: \"varint\", typeName: \"\", id: 18, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
19 [label="Reagent Item Aux",comment="name: \"Reagent Item Aux\", typeName: \"\", id: 19, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
20 [label="varint",comment="name: \"varint\", typeName: \"\", id: 20, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
21 [label="To Potion: Output - Potion Id",comment="name: \"To Potion: Output - Potion Id\", typeName: \"\", id: 21, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
22 [label="varint",comment="name: \"varint\", typeName: \"\", id: 22, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
23 [label="To Item Aux",comment="name: \"To Item Aux\", typeName: \"\", id: 23, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
24 [label="varint",comment="name: \"varint\", typeName: \"\", id: 24, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;14;16;18;20;22;24}
|
|
|
|
}
|