BiomeData: {
type: "compound";
value: {
list: {
type: "list";
value: {
type: "compound";
value: {
id: { type: "short"; value: number };
snowAccumulation: { type: "float"; value: number };
}[];
};
};
};
}
Type declaration
type: "compound"
value: {
list: {
type: "list";
value: {
type: "compound";
value: {
id: { type: "short"; value: number };
snowAccumulation: { type: "float"; value: number };
}[];
};
};
}
list: {
type: "list";
value: {
type: "compound";
value: {
id: { type: "short"; value: number };
snowAccumulation: { type: "float"; value: number };
}[];
};
}
The BiomeData schema.
The biome data.