-
Notifications
You must be signed in to change notification settings - Fork 9
added multiple run config directories topic #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some changes to be made.
@@ -0,0 +1,146 @@ | |||
--- | |||
title: Launching Clients and a Server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure the title is the same as the one in the meta.json file or the SEO will think it's two different pages.
<Steps> | ||
### Set up the server | ||
|
||
Open up the `Gradle` window on the right side and run the `Tasks > fabric > runServer` Gradle task for the first time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont use runServer or runClient, they should be using the IntelliJ run configurations.
The wiki assumes that users use IntelliJ IDEA for simplicity purposes and the fact it's miles more superior than Eclipse/VSCode
![consoles](/getting-started/clients-and-servers_6.png) | ||
</Steps> | ||
|
||
## Avoiding file issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't occur anymore as of Loom 1.1 and IntelliJ 2023
This section can just be deleted
run/ | ||
runClientPrimary/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, loom 1.1 and IntelliJ 2023 supports using the same folder for client and server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? I had a project where ClothConfig was complaining bcuz of that, even tho loom 1.1 was used there.
(I'm still using the old IntelliJ version, tho, so IDK)
I will rewrite this soon ™
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We used the same folder for SkinShuffle and it worked fine 🤷 - might depend on what the dev does in their mod.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I let it stay and put the information in there, that if they get the same problem, they could use this? Or rly just get rid of it...
Here was the conversation when i had this issue fyi...
https://discord.com/channels/507304429255393322/507982478276034570/1147464234414903326
Will take a look today |
Basic Problem Solving
content into a new page