You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Justsnoopy30 edited this page Jul 2, 2019
·
8 revisions
IntelliJ
Set src->main->java folder as sources root.
Create Java Application in run Configuration name it "Client"
Set the Main Class to "mcp.client.Start"
Set VM options to "-Xincgc -Xmx2048M -Xms2048M" (you can modify the ram if you want).
Set the Working dir to a new folder for Minecraft to run, preferably in the root of the project named "runclient" (also if you want to copy Minecraft assets to this folder, do it, this will fix the no sound problem)