-
Notifications
You must be signed in to change notification settings - Fork 0
/
runClient.launch
21 lines (21 loc) · 1.6 KB
/
runClient.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="chatmod"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.legacydev.MainClient"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=SCAN,REGISTRIES,REGISTRYDUMP"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:\Users\Nya\Desktop\chatmod\run"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
<mapEntry key="MCP_TO_SRG" value="C:\Users\Nya\Desktop\chatmod\build\createSrgToMcp\output.srg"/>
<mapEntry key="MOD_CLASSES" value="C:\Users\Nya\Desktop\chatmod\bin\main;C:\Users\Nya\Desktop\chatmod\bin\main"/>
<mapEntry key="mainClass" value="net.minecraft.launchwrapper.Launch"/>
<mapEntry key="MCP_MAPPINGS" value="snapshot_20171003-1.12"/>
<mapEntry key="FORGE_VERSION" value="14.23.5.2854"/>
<mapEntry key="assetIndex" value="1.12"/>
<mapEntry key="assetDirectory" value="C:\Users\Nya\.gradle\caches\forge_gradle\assets"/>
<mapEntry key="nativesDirectory" value="C:\Users\Nya\Desktop\chatmod\build\natives"/>
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/>
<mapEntry key="tweakClass" value="net.minecraftforge.fml.common.launcher.FMLTweaker"/>
<mapEntry key="MC_VERSION" value="1.12.2"/>
</mapAttribute>
</launchConfiguration>