You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a newcomer, I had no idea how to setup a fabric project.
I cloned the example mod to my computer.
I made a new java project in Eclipse.
I linked to the repo as a source folder in my project.
I made a gradle run configuration.
I asked what gradle tasks to run to launch a Minecraft client, and found an answer on the fabricord.
I put clean build runClient in the gradle run configuration.
While looking for fabric api, I noticed this page:
As a newcomer, I had no idea how to setup a fabric project.
I cloned the example mod to my computer.
I made a new java project in Eclipse.
I linked to the repo as a source folder in my project.
I made a gradle run configuration.
I asked what gradle tasks to run to launch a Minecraft client, and found an answer on the fabricord.
I put
clean build runClient
in the gradle run configuration.While looking for fabric api, I noticed this page:
Could someone add that page into the readme file please?
The text was updated successfully, but these errors were encountered: