From 0068b2d93f8faa44ba6ad36a6c78bc86d1922815 Mon Sep 17 00:00:00 2001 From: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> Date: Wed, 20 Apr 2022 16:08:58 -0300 Subject: [PATCH] Mention dependencies and their need to be updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29cb314..4479745 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ In order to use this mod as a template: - Create a LICENSE file for this mod! If you don't know which license to use, check out [here](https://choosealicense.com/). - If you use `LICENSE.md`, don't forget to update the buildscript in order to use that file name! - Update the Java sub-directory structure so it reflects your Maven group + - If the dependencies on `gradle/libs.versions.toml` isn't up-to-date, feel free to update them! The linked utility should help you in this easy and quick process. 4. The mod is now ready to be worked on! ## License