Skip to content

Commit

Permalink
更新1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Jun 16, 2023
1 parent 82190c8 commit 54651c7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ preprocess {
def mc1171 = createNode("1.17.1", 1_17_01, "yarn")
def mc1182 = createNode("1.18.2", 1_18_02, "yarn")
def mc1194 = createNode("1.19.4", 1_19_04, "yarn")
def mc1200 = createNode("1.20", 1_20_00, "yarn")
def mc1201 = createNode("1.20.1", 1_20_01, "yarn")

mc1144.link(mc1152, null)
mc1152.link(mc1165, null)
mc1165.link(mc1171, null)
mc1171.link(mc1182, null)
mc1182.link(mc1194, null)
mc1194.link(mc1200, null)
mc1194.link(mc1201, null)
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ archives_base_name=MCDiscordChat

# Wrapper Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.2
loader_version=0.14.21
fabric_version=0.83.0+1.20
fabric_version=0.83.1+1.20.1
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def versions = Arrays.asList(
"1.17.1",
"1.18.2",
"1.19.4",
"1.20"
"1.20.1"
)
for (String version : versions) {
include(":$version")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.2
loader_version=0.14.21

# Fabric Mod Metadata
minecraft_dependency=1.20.x

# Dependencies
fabric_version=0.83.0+1.20
fabric_version=0.83.1+1.20.1
2 changes: 1 addition & 1 deletion versions/mainProject
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20
1.20.1

0 comments on commit 54651c7

Please sign in to comment.