-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrunClient.launch
More file actions
27 lines (27 loc) · 2.11 KB
/
runClient.launch
File metadata and controls
27 lines (27 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/Searchable Chests"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
<mapEntry key="FORGE_GROUP" value="net.minecraftforge"/>
<mapEntry key="FORGE_VERSION" value="31.1.0"/>
<mapEntry key="MCP_MAPPINGS" value="snapshot_20190719-1.14.3"/>
<mapEntry key="MCP_VERSION" value="20200122.131323"/>
<mapEntry key="MC_VERSION" value="1.15.2"/>
<mapEntry key="MOD_CLASSES" value="searchablechessts%%C:\Users\zaden\Documents\Modding\Searchable Chests\bin\main;searchablechessts%%C:\Users\zaden\Documents\Modding\Searchable Chests\bin\main"/>
<mapEntry key="assetDirectory" value="C:\Users\zaden\.gradle\caches\forge_gradle\assets"/>
<mapEntry key="assetIndex" value="1.14"/>
<mapEntry key="nativesDirectory" value="C:\Users\zaden\Documents\Modding\Searchable Chests\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.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk-10.0.2"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.minecraftforge.userdev.LaunchTesting"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Searchable Chests"/>
<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="C:\Users\zaden\Documents\Modding\Searchable Chests\run"/>
</launchConfiguration>