refactor(cli): migrate construct command into Command pipeline and split itemUse handler

This commit is contained in:
ForestOfLight
2026-05-19 21:21:32 -07:00
Unverified
parent aae9fd2f4b
commit 4d07e2e1ae
6 changed files with 72 additions and 54 deletions
+4 -1
View File
@@ -6,8 +6,11 @@ import './options/easyPlace';
import './options/fastEasyPlace';
import './options/materialGrabber';
// Menu item handler
import './classes/MenuItemHandler';
// Commands
import './commands/construct';
import './commands/ConstructCommand';
// Other
import './classes/BlockInfo';