1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-18 21:47:54 +00:00
Files
bedrock-protocol-docs/dot/BiomeWeightedTemperatureData.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

17 lines
848 B
Plaintext

digraph "BiomeWeightedTemperatureData" {
rankdir = LR
329
329 -> 330
330 -> 331
329 -> 332
332 -> 333
329 [label="BiomeWeightedTemperatureData",comment="name: \"BiomeWeightedTemperatureData\", typeName: \"\", id: 329, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
330 [label="temperature",comment="name: \"temperature\", typeName: \"\", id: 330, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
331 [label="varint",comment="name: \"varint\", typeName: \"\", id: 331, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
332 [label="weight",comment="name: \"weight\", typeName: \"\", id: 332, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
333 [label="unsigned int",comment="name: \"unsigned int\", typeName: \"\", id: 333, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;331;333}
}