What you can try is this
Open notepad and write this line
java -Xms1536m -Xmx1536m -jar minecraft.jar
Save the file as bat by choosing all files instead of text document
Place the file in the same place as the Launcher
The Linux launcher uses the exact same commands as Windows launcher so you only needed to switch Minecraft.exe with Minecraft.jar (this is not the same minecraft.jar file that is in the bin folder)
public void GenerateSurface(World world, Random random1, int i, int j)
{
for(int i1 = 0; i1 < 15; i1++)
{
int l1 = i + random1.nextInt(16);
int k1 = random1.nextInt(64); //This tells Minecraft to generate the ore at Layer 64 and below
int j1 = j + random1.nextInt(16);
(new WorldGenMinable(<Class>.<Block>.blockID, 10)).generate(world, random1, l1, k1, j1);
//<Class> = Name of the file that contains the ore
//<Block> = Name of the ore which should be generated
}
}
0
public String Version()
with
public String getVersion()
0
Replace
public abstract class
with
public class
0
0
0
Open notepad and write this line
java -Xms1536m -Xmx1536m -jar minecraft.jar
Save the file as bat by choosing all files instead of text document
Place the file in the same place as the Launcher
0
0
0
0
0
0
1
0
Your drivers are up-to-date.
1
dxdiag have a Display tab which contains the information of the graphics card.
1
Then you add this