fix: accesscontrol toast; feature: autocraft basic; reconstruct: autocraft

fix:
- accesscontrol send toast failed
- advanced peripherals BlockDetailData wrong record type
feature:
- autocraft support multi package craft
- autocraft more fast craft speed
reconstruct:
- CraftManager algorithm
- autocraft logic
This commit is contained in:
2025-10-26 20:19:49 +08:00
parent 119bc1997a
commit 2ab091d939
5 changed files with 369 additions and 148 deletions

View File

@@ -6,7 +6,7 @@ declare interface BlockItemDetailData {
}
declare interface BlockDetailData {
Items: Record<number, BlockItemDetailData>;
Items: Record<string, BlockItemDetailData>;
}
/**