Type Alias Block_DispenserAndDropper
Block_DispenserAndDropper: {
type: "compound";
value: {
Items: {
type: "list";
value: {
type: "compound";
value: { Slot: { type: "byte"; value: number } }[];
};
};
LootTable?: { type: "string"; value: string };
LootTableSeed?: { type: "int"; value: number };
};
}
Type declaration
type: "compound"
value: {
Items: {
type: "list";
value: {
type: "compound";
value: { Slot: { type: "byte"; value: number } }[];
};
};
LootTable?: { type: "string"; value: string };
LootTableSeed?: { type: "int"; value: number };
}
Items: {
type: "list";
value: {
type: "compound";
value: { Slot: { type: "byte"; value: number } }[];
};
}
OptionalLootTable?: { type: "string"; value: string }
OptionalLootTableSeed?: { type: "int"; value: number }
Additional fields for dispenser and dropper.