-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunClient.launch
More file actions
21 lines (21 loc) · 1.81 KB
/
runClient.launch
File metadata and controls
21 lines (21 loc) · 1.81 KB
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">
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/>
<mapEntry key="FORGE_VERSION" value="33.0.59"/>
<mapEntry key="MCP_MAPPINGS" value="snapshot_20200514-1.16"/>
<mapEntry key="MCP_VERSION" value="20200812.004259"/>
<mapEntry key="MC_VERSION" value="1.16.2"/>
<mapEntry key="MOD_CLASSES" value="examplemod%%F:\Mods\DeepnetherMod1.16.2\bin\main;examplemod%%F:\Mods\DeepnetherMod1.16.2\bin\main"/>
<mapEntry key="assetDirectory" value="C:\Users\Budschie\.gradle\caches\forge_gradle\assets"/>
<mapEntry key="assetIndex" value="1.16"/>
<mapEntry key="nativesDirectory" value="F:\Mods\DeepnetherMod1.16.2\build\natives"/>
<mapEntry key="target" value="fmluserdevclient"/>
</mapAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.buildship.core.classpathprovider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="DeepnetherMod1.16.2"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dforge.logging.console.level=debug -Dforge.logging.markers=SCAN,REGISTRIES,REGISTRYDUMP -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump "-Dos.name=Windows 10" -Dos.version=10.0"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="F:\Mods\DeepnetherMod1.16.2\run"/>
</launchConfiguration>