Turn studio mode to enable by default

This commit is contained in:
BuildTools 2020-10-28 11:42:17 +01:00
parent 97019f1a2a
commit c05696df8c
5 changed files with 16 additions and 4 deletions

1
.idea/compiler.xml generated
View File

@ -2,6 +2,7 @@
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />

2
.idea/misc.xml generated
View File

@ -7,5 +7,5 @@
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="15" project-jdk-type="JavaSDK" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_14" default="false" project-jdk-name="15" project-jdk-type="JavaSDK" />
</project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

9
.idea/workspace.xml generated
View File

@ -4,7 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="05e8b715-18dd-45c8-a77c-9166f25acca3" name="Default Changelist" comment="" />
<list default="true" id="05e8b715-18dd-45c8-a77c-9166f25acca3" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/src/main/java/com/volmit/iris/IrisSettings.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/volmit/iris/IrisSettings.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -19,10 +21,13 @@
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="mavenHome" value="C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2.1\plugins\maven\lib\maven3" />
<option name="mavenHome" value="C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2020.2.3\plugins\maven\lib\maven3" />
</MavenGeneralSettings>
</option>
<option name="enabledProfiles">

View File

@ -96,7 +96,7 @@ public class IrisSettings
@DontObfuscate
@Desc("Allows Iris to use studio commands & design worlds.")
public boolean studio = false;
public boolean studio = true;
@DontObfuscate
@Desc("Allows iris to launch guis through the server process. Useful for local development.")