Link to the fabric wiki for better instructions? #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 runClientin the gradle run configuration.While looking for fabric api, I noticed this page:
Could someone add that page into the readme file please?