From 6e6713e2fdfa767738484ca341d0af61b0f82110 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Wed, 24 Jun 2020 22:35:26 -0400 Subject: [PATCH] Clarify Docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ac1c8c..3b0d665 100644 --- a/README.md +++ b/README.md @@ -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 ```