From b0783f555d61a7c22e2c6c282cc85366998e87b6 Mon Sep 17 00:00:00 2001 From: Ivan <46783751+AlgorithmLX@users.noreply.github.com> Date: Wed, 1 May 2024 16:14:57 +0700 Subject: [PATCH] Fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46560e6..6e451f3 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ modrinth { versionNumber.set("1.0.0") // You don't need to set this manually. Will fail if Modrinth has this version already versionType.set("release") // This is the default -- can also be `beta` or `alpha` uploadFile.set(tasks.jar) // With Loom, this MUST be set to `remapJar` instead of `jar`! - gameVersions.addAll(arrayOf("1.18", "1.18.1")) // Must be an array, even with only one version + gameVersions.addAll("1.18", "1.18.1") // Must be an array, even with only one version loaders.add("fabric") // Must also be an array - no need to specify this if you're using Loom or ForgeGradle dependencies { // A special DSL for creating dependencies // scope.type