finish basic access control system

This commit is contained in:
2025-10-09 14:09:47 +08:00
parent d3cbc15450
commit 11d138751a
32 changed files with 4687 additions and 345 deletions

View File

@@ -1,14 +1,3 @@
declare interface BlockItemDetailData {
id: string;
tag: object;
Count: number;
Slot: number;
}
declare interface BlockDetailData {
Items: Record<number, BlockItemDetailData>;
}
declare class BlockReaderPeripheral {
getBlockData(): BlockDetailData;
}
/// <reference path="./block-reader.d.ts" />
/// <reference path="./chat-box.d.ts" />
/// <reference path="./player-detector.d.ts" />