Linux Lite Forums

Full Version: [SOLVED] Minecraft on LL2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I see tutorials around showing how to setup Minecraft on LL1, would like to do so on LL2, the LL1 tutorials do not seem to relate to LL2, nor can I find the software mentioned on Ubuntu forums that is being used on Ubuntu in the Synaptics list, can anyone post a tutorial please?

Much depreciated.

John
Download it from here - https://s3.amazonaws.com/Minecraft.Downl...ecraft.jar then right click on it and select 'Make file executable' then double click on it to run it.
Thanks Smile

paul59

Just a tip from a fellow 'crafter - you might want to increase the amount of RAM available to improve performance. In the new launcher you can click the 'edit profile' button under your username and near the bottom of the window that opens you'll see JVM arguments - here's mine as installed:
Code:
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

The first and last figures indicate maximum (1GB) and minimum (128MB) memory allocated... edit as required!

Paul