eaglercraft-builds/Eaglercraft_b1.3_Desktop_Runtime/_start_desktop_runtime.bat

4 lines
172 B
Batchfile
Raw Normal View History

2024-02-14 07:44:40 -08:00
@echo off
title Eaglercraft Beta 1.3 Desktop Runtime
java -Xmx1G -Xms1G -Dsun.java2d.uiScale=1 -Djava.library.path=. -cp ./* net.lax1dude.eaglercraft.MinecraftMain
pause