Connect to virtual machines within Minecraft!
- Install virt-viewer
- For Windows and Mac users: Add the
binfolder of your virt-viewer install to your PATH environment variable. - Download the jarfile and place it in your Minecraft Forge
modsfolder.
- Install JDK 8
- Install Eclipse
- Clone the repository:
git clone https://github.com/Graeme22/VMCraft.git - Navigate to the folder and run
./gradlew genEclipseRuns - Run
./gradlew eclipseto setup the workspace. - In Eclipse, do File > Import > Existing Gradle Project, then follow the steps in the wizard.
- Open Run > Run Configurations... > runClient > Environment. Edit the MOD_CLASSES field and replace all instances of "examplemod" with "vmcraft".
- Click apply. You should now be able to run the project by clicking the green run button in eclipse.
To create a jarfile for release, run ./gradlew build which will place the jarfile in the build/libs directory.
If you have any problems or have a contribution, please don't hesitate to open an issue or submit a pull request!



