diff options
| author | shedaniel <daniel@shedaniel.me> | 2024-04-30 00:50:13 +0900 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-30 00:50:13 +0900 |
| commit | de36cf8cbce35d6fc5f879651c057fa143e72d89 (patch) | |
| tree | dbcdf82263e25f938ad83fefc1ee777d4c36fa3a /fabric | |
| parent | ffffe6c2e379a4f6f715b907c1d81dfe7c878460 (diff) | |
| download | RoughlyEnoughItems-de36cf8cbce35d6fc5f879651c057fa143e72d89.tar.gz RoughlyEnoughItems-de36cf8cbce35d6fc5f879651c057fa143e72d89.tar.bz2 RoughlyEnoughItems-de36cf8cbce35d6fc5f879651c057fa143e72d89.zip | |
Mark as 1.20.6 compatible
Diffstat (limited to 'fabric')
| -rw-r--r-- | fabric/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle index 02676a865..496ea21d4 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -150,7 +150,7 @@ unifiedPublishing { token = project.hasProperty("modrinth_key") ? project.property("modrinth_key") : System.getenv("modrinth_key") id = "nfn13YXA" version = "$project.version+$project.name" - gameVersions.addAll project.minecraft_version + gameVersions.addAll project.minecraft_version, "1.20.6" } } } |
