From e298f3f937f2c91927f74ec76f1aed838e741f3e Mon Sep 17 00:00:00 2001 From: shedaniel Date: Mon, 11 Jan 2021 11:17:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b35f9..e2e91eb 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ Forge Side: - A fake mod is generated, to let forge load it on the correct mod loader and let forge load its assets ### Usage -Your gradle version **MUST** be 5.5.1, all `assets` or `data` should go into the common module, with modloader specific files to their corresponding modules. +Your gradle version **MUST** be equals or above 5.5.1, all `assets` or `data` should go into the common module, with modloader specific files to their corresponding modules.