tangled
alpha
login
or
join now
desoroxxx.redstudio.dev
/
Wither-Config
0
fork
atom
Wither Config allows you to adjust the Wither's stats and behavior for a tailored boss experience.
0
fork
atom
overview
issues
pulls
pipelines
`.idea`
desoroxxx.redstudio.dev
1 month ago
36eec20b
887e04f9
+13
3 changed files
expand all
collapse all
unified
split
.idea
fileColors.xml
scopes
Gradle.xml
Qodana.xml
+7
.idea/fileColors.xml
···
1
1
+
<?xml version="1.0" encoding="UTF-8"?>
2
2
+
<project version="4">
3
3
+
<component name="SharedFileColors">
4
4
+
<fileColor scope="Qodana" color="Rose" />
5
5
+
<fileColor scope="Gradle" color="Blue" />
6
6
+
</component>
7
7
+
</project>
+3
.idea/scopes/Gradle.xml
···
1
1
+
<component name="DependencyValidationManager">
2
2
+
<scope name="Gradle" pattern="file:*.gradle*||file:gradle*||file:.gradle//*||file:gradle//*" />
3
3
+
</component>
+3
.idea/scopes/Qodana.xml
···
1
1
+
<component name="DependencyValidationManager">
2
2
+
<scope name="Qodana" pattern="file:qodana*" />
3
3
+
</component>