LegacyTheEnd: {
type: "compound";
value: {
endcity: {
type: "compound";
value: {
structures?: {
type: "list";
value: {
type: "compound";
value: {
BB: { type: "intArray"; value: number[] };
Children: {
type: "list";
value: { type: "compound"; value: (...)[] };
};
ChunkX: { type: "int"; value: number };
ChunkZ: { type: "int"; value: number };
ID: { type: "int"; value: number };
}[];
};
};
};
};
};
}
Type declaration
type: "compound"
value: {
endcity: {
type: "compound";
value: {
structures?: {
type: "list";
value: {
type: "compound";
value: {
BB: { type: "intArray"; value: number[] };
Children: {
type: "list";
value: { type: "compound"; value: (...)[] };
};
ChunkX: { type: "int"; value: number };
ChunkZ: { type: "int"; value: number };
ID: { type: "int"; value: number };
}[];
};
};
};
};
}
endcity: {
type: "compound";
value: {
structures?: {
type: "list";
value: {
type: "compound";
value: {
BB: { type: "intArray"; value: number[] };
Children: { type: "list"; value: { type: "compound"; value: (...)[] } };
ChunkX: { type: "int"; value: number };
ChunkZ: { type: "int"; value: number };
ID: { type: "int"; value: number };
}[];
};
};
};
}
The structure data of the End dimension, this is the data for the
dimension2LevelDB key.