Envbench allows the creation and management of multiple unique Blockbench environments.
npm install envbenchEnvbench 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.
- Node.js
1. Open a terminal (cmd or PowerShell on Windows).
2. Run the following command:
``bash`
npm i -g envbench
`
3. Verify the installation by running:
bash`
envbench
If installed correctly, you should see Envbench's help information.
`bash`
envbench
> [!TIP]
> Running envbench without arguments will list all available commands.
`bash`
envbench create my-environment
`bash``
envbench start my-environment