Clarify Docs

This commit is contained in:
TheBrokenRail 2020-06-24 22:35:26 -04:00
parent 330e16d469
commit 6e6713e2fd
1 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,9 @@ Created For [ModFest 1.16](https://modfest.net/1.16)
Go to the Mod Menu and click the configure icon for ModUpdater.
## Mod Developers
Place this in your ``fabric.mod.json``:
Both ```fabric.mod.json``` and ```build.gradle``` must be modified to opt-in to ModUpdater.
### ```fabric.mod.json```
**Maven**
```json
{
@ -50,7 +51,8 @@ Place this in your ``fabric.mod.json``:
}
```
Also replace this in ````build.gradle````:
### ```build.gradle```
Replace this:
```gradle
version = project.mod_version
```