diff options
author | modmuss50 <modmuss50@gmail.com> | 2019-06-24 11:21:08 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2019-06-24 11:21:08 +0100 |
commit | b09574eb7094116b9d4d5829b49648fe48ccf65a (patch) | |
tree | 432b4730b2e865d5c4f01bf6c35ccf641ed6f475 /src/main/resources | |
parent | 583cfc495b42aaffb550e238e7ae3b72c9919e7c (diff) | |
download | architectury-loom-b09574eb7094116b9d4d5829b49648fe48ccf65a.tar.gz architectury-loom-b09574eb7094116b9d4d5829b49648fe48ccf65a.tar.bz2 architectury-loom-b09574eb7094116b9d4d5829b49648fe48ccf65a.zip |
Possible fix for intelij moudle not being selected in run configs
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/idea_run_config_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/idea_run_config_template.xml b/src/main/resources/idea_run_config_template.xml index 8d203fe8..e8135926 100644 --- a/src/main/resources/idea_run_config_template.xml +++ b/src/main/resources/idea_run_config_template.xml @@ -1,7 +1,7 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="%NAME%" type="Application" factoryName="Application"> <option name="MAIN_CLASS_NAME" value="%MAIN_CLASS%" /> - <module name="%MODULE%_main" /> + <module name="%MODULE%.main" /> <option name="PROGRAM_PARAMETERS" value="%PROGRAM_ARGS%" /> <option name="VM_PARAMETERS" value="%VM_ARGS%" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run/" /> |