change fabric run client/server to use gradle

This commit is contained in:
James Seibel
2026-06-01 19:04:47 -05:00
parent a94cd91a97
commit 608fbd5952
+2 -2
View File
@@ -1,7 +1,7 @@
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Fabric Client &amp; Server" type="CompoundRunConfigurationType"> <configuration default="false" name="Fabric Client &amp; Server" type="CompoundRunConfigurationType">
<toRun name="Fabric Client (:fabric)" type="Application" /> <toRun name="distant-horizons [fabric:runClient]" type="GradleRunConfiguration" />
<toRun name="Fabric Server (:fabric)" type="Application" /> <toRun name="distant-horizons [fabric:runServer]" type="GradleRunConfiguration" />
<method v="2" /> <method v="2" />
</configuration> </configuration>
</component> </component>