refactor(cli): migrate construct command into Command pipeline and split itemUse handler
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user