Skip to content

Commit 3e0d6b0

Browse files
Update to 1.20.2
1 parent 2e40856 commit 3e0d6b0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ modrinth {
5050
uploadFile = remapJar
5151
versionType = "beta"
5252
loaders = ["fabric", "quilt"]
53-
gameVersions = ["1.19.4", "1.20", "1.20.1"]
53+
gameVersions = ["1.19.4", "1.20", "1.20.1", "1.20.2"]
5454
syncBodyFrom = rootProject.file("README.md").text
5555
dependencies = [new ModDependency("fabric-api", "required")]
5656
}
@@ -65,6 +65,7 @@ curseforge {
6565
addGameVersion("1.19.4")
6666
addGameVersion("1.20")
6767
addGameVersion("1.20.1")
68+
addGameVersion("1.20.2")
6869
mainArtifact(remapJar) {
6970
displayName = "SnowyLeavesPlus ${version} for Minecraft ${project.minecraft_version}"
7071
}

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
org.gradle.jvmargs=-Xmx2G
22

33
# Fabric Properties (https://fabricmc.net/develop)
4-
minecraft_version=1.20.1
5-
yarn_mappings=1.20.1+build.10
4+
minecraft_version=1.20.2
5+
yarn_mappings=1.20.2+build.1
66
loader_version=0.14.22
7-
fabric_version=0.87.0+1.20.1
7+
fabric_version=0.89.1+1.20.2
88

99
# Mod Properties
10-
mod_version=0.1.7
10+
mod_version=0.1.8
1111
maven_group=io.github.therookiecoder
1212
archives_base_name=snowyleavesplus

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"depends": {
2020
"fabricloader": "*",
2121
"fabric-api": "*",
22-
"minecraft": ["1.19.4", "1.20", "1.20.1"]
22+
"minecraft": ["1.19.4", "1.20", "1.20.1", "1.20.2"]
2323
}
2424
}

src/main/resources/quilt.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fabric-api",
1313
{
1414
"id": "minecraft",
15-
"versions": ["1.19.4", "1.20", "1.20.1"]
15+
"versions": ["1.19.4", "1.20", "1.20.1", "1.20.2"]
1616
}
1717
],
1818
"intermediate_mappings": "net.fabricmc:intermediary",

0 commit comments

Comments
 (0)