Skip to content

Commit

Permalink
MC更新1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Dec 4, 2024
1 parent 1de1342 commit 74607af
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body:
If a version is not listed below, it is not supported by DMCC.
multiple: false
options:
- "1.21.4"
- "1.21.3"
- "1.21.2"
- "1.21.1"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ preprocess {
def mc1202 = createNode("1.20.2", 1_20_02, "mojang")
def mc1204 = createNode("1.20.4", 1_20_04, "mojang")
def mc1211 = createNode("1.21.1", 1_21_01, "mojang")
def mc1213 = createNode("1.21.3", 1_21_03, "mojang")
def mc1214 = createNode("1.21.4", 1_21_04, "mojang")

mc1152.link(mc1165, file("versions/mapping-1.15.2-1.16.5.txt"))
mc1165.link(mc1171, null)
Expand All @@ -30,7 +30,7 @@ preprocess {
mc1201.link(mc1202, file("versions/mapping-1.20.1-1.20.2.txt"))
mc1202.link(mc1204, null)
mc1204.link(mc1211, null)
mc1211.link(mc1213, file("versions/mapping-1.21.1-1.21.3.txt"))
mc1211.link(mc1214, file("versions/mapping-1.21.1-1.21.4.txt"))
}

project.afterEvaluate {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ archives_base_name=Discord-MC-Chat

# Wrapper Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.3
loader_version=0.16.7
fabric_version=0.107.0+1.21.3
minecraft_version=1.21.4
loader_version=0.16.9
fabric_version=0.110.5+1.21.4
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def versions = Arrays.asList(
"1.20.2",
"1.20.4",
"1.21.1",
"1.21.3"
"1.21.4"
)
for (String version : versions) {
include(":$version")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.3
minecraft_version=1.21.4

# Fabric Mod Metadata
minecraft_dependency=~1.21.2

# Dependencies
fabric_version=0.107.0+1.21.3
fabric_version=0.110.5+1.21.4
2 changes: 1 addition & 1 deletion versions/mainProject
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.3
1.21.4
File renamed without changes.

0 comments on commit 74607af

Please sign in to comment.