eaglercraft-builds/EaglercraftX_1.8_Desktop_Runtime/_start_desktop_runtime.bat
2024-02-14 07:44:40 -08:00

4 lines
161 B
Batchfile
Executable File

@echo off
title EaglercraftX 1.8 Desktop Runtime
java -Xmx1G -Xms1G -Djava.library.path=. -cp ./* net.lax1dude.eaglercraft.v1_8.internal.lwjgl.MainClass
pause