Block: {
type: "compound";
value: {
name: { type: "string"; value: string };
states: {
type: "compound";
value: { [key: string]: { type: any; value: any } };
};
version: { type: "int"; value: number };
};
}
Type declaration
type: "compound"
value: {
name: { type: "string"; value: string };
states: {
type: "compound";
value: { [key: string]: { type: any; value: any } };
};
version: { type: "int"; value: number };
}
name: { type: "string"; value: string }
states: { type: "compound"; value: { [key: string]: { type: any; value: any } } }
version: { type: "int"; value: number }
The Block schema.
NBT structure of a block.