mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-05 03:37:50 +08:00
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:
2
types/advanced-peripherals/shared.d.ts
vendored
2
types/advanced-peripherals/shared.d.ts
vendored
@@ -6,7 +6,7 @@ declare interface BlockItemDetailData {
|
||||
}
|
||||
|
||||
declare interface BlockDetailData {
|
||||
Items: Record<number, BlockItemDetailData>;
|
||||
Items: Record<string, BlockItemDetailData>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user