mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
Fix typos (#3127)
This commit is contained in:
parent
8643158e89
commit
28c3473064
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ For support and discussion for both developers and users, visit [the Fabric Disc
|
|||
|
||||
## 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).
|
||||
|
||||
|
@ -23,7 +23,7 @@ The downloaded jar file should be placed in your `mods` folder.
|
|||
|
||||
## 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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue