This commit is contained in:
Frederik van der Els 2023-06-25 13:00:39 +02:00 committed by GitHub
parent 8643158e89
commit 28c3473064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ For support and discussion for both developers and users, visit [the Fabric Disc
## Using Fabric API to play with mods ## Using Fabric API to play with mods
Make sure you have install fabric loader first. More information about installing Fabric Loader can be found [here](https://fabricmc.net/use/). Make sure you have installed fabric loader first. More information about installing Fabric Loader can be found [here](https://fabricmc.net/use/).
To use Fabric API, download it from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-api), [GitHub Releases](https://github.com/FabricMC/fabric/releases) or [Modrinth](https://modrinth.com/mod/fabric-api). To use Fabric API, download it from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-api), [GitHub Releases](https://github.com/FabricMC/fabric/releases) or [Modrinth](https://modrinth.com/mod/fabric-api).
@ -23,7 +23,7 @@ The downloaded jar file should be placed in your `mods` folder.
## Using Fabric API to develop mods ## Using Fabric API to develop mods
To setup a Fabric development environment, check out the [Fabric example mod](https://github.com/FabricMC/fabric-example-mod) and follow the instructions there. The example mod already depends on Fabric API. To set up a Fabric development environment, check out the [Fabric example mod](https://github.com/FabricMC/fabric-example-mod) and follow the instructions there. The example mod already depends on Fabric API.
To include the full Fabric API with all modules in the development environment, add the following to your `dependencies` block in the gradle buildscript: To include the full Fabric API with all modules in the development environment, add the following to your `dependencies` block in the gradle buildscript: