This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
generated from LabyMod/1.16.5-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrunCvcCollector.launch
24 lines (24 loc) · 1.67 KB
/
runCvcCollector.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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="/CvcCollector/src/main/java/launch/AddonLauncher.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
<mapEntry key="MOD_CLASSES" value=""/>
<mapEntry key="assetDirectory" value="~/.gradle/caches/forge_gradle/assets"/>
<mapEntry key="assetIndex" value="1.16"/>
<mapEntry key="nativesDirectory" value="${workspace_loc}/build/natives"/>
<mapEntry key="tweakClass" value="net.labymod.vanilla.LabyModTweaker"/>
</mapAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="launch.AddonLauncher"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="addon-example"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="CvcCollector"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DdebugMode=true -Daddonresources=addon.json"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:CvcCollector/run}"/>
</launchConfiguration>