1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-19 23:07:45 +00:00
Files
bedrock-protocol-docs/dot/BiomeLegacyWorldGenRulesData.dot
Oswaldo Leyva Barrientos 5a86bb3b72 Protocol for r/21_u8 NetworkProtocolVersion 800 (#20)
* Protocol for r/21_u8 NetworkProtocolVersion 800

* Removed irrelevant SVGs from PR
2025-05-21 13:44:00 -07:00

21 lines
1.3 KiB
Plaintext

digraph "BiomeLegacyWorldGenRulesData" {
rankdir = LR
360
360 -> 361
361 -> 362
362 -> 363
361 -> 364
364 -> 365
365 -> 366
360 [label="BiomeLegacyWorldGenRulesData",comment="name: \"BiomeLegacyWorldGenRulesData\", typeName: \"\", id: 360, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
361 [label="conditional transformation",comment="name: \"conditional transformation\", typeName: \"\", id: 361, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
362 [label="List Size",comment="name: \"List Size\", typeName: \"\", id: 362, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
363 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 363, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
364 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 364, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
365 [label="legacy pre hills",comment="name: \"legacy pre hills\", typeName: \"BiomeConditionalTransformationData\", id: 365, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
366 [label="BiomeConditionalTransformationData",comment="name: \"BiomeConditionalTransformationData\", typeName: \"\", id: 366, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;363;366}
}