Envbench is a powerful command-line tool that provides a simple interface for managing multiple Blockbench environments.
There are several reasons you might want to have multiple environments:
- Keep work and personal projects separate to prevent NDA risks when opening Blockbench.
- Maintain clean environments for developing and testing plugins.
- Have multiple versions of Blockbench installed without conflicts.
- Save different instances for different projects, ensuring your start menu only displays relevant models.
- Open a terminal (
cmd
orPowerShell
on Windows). - Run the following command:
npm i -g envbench
- Verify the installation by running:
If installed correctly, you should see Envbench's help information.
envbench
envbench <command> [options]
Tip
Running envbench
without arguments will list all available commands.
envbench create my-environment
envbench start my-environment