-
Notifications
You must be signed in to change notification settings - Fork 46
Running the Minecraft Client
diegopliebana edited this page Jul 24, 2018
·
3 revisions
This page describes how to run the Minecraft Client. On Unix, type:
$MALMO_MINECRAFT_ROOT/launchClient.sh -port 10000
and on Windows use:
%MALMO_MINECRAFT_ROOT%\launchClient.bat -port 10000
(the port is optional. In fact, the default is 10000).
Furthermore, if Malmo was installed via pip, you can also do:
python3 -c "import malmo.minecraftbootstrap; malmo.minecraftbootstrap.launch_minecraft()"