Skip to content

Commit

Permalink
1.21.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Dec 12, 2024
1 parent 2ef2142 commit a12f11b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ preprocess {
def mc1206 = createNode('1.20.6', 1_20_06, '')
def mc1211 = createNode('1.21.1', 1_21_01, '')
def mc1213 = createNode('1.21.3', 1_21_03, '')
def mc1214 = createNode('1.21.4', 1_21_04, '')

mc1194.link(mc1201, null)
mc1201.link(mc1202, null)
mc1202.link(mc1206, null)
mc1206.link(mc1211, null)
mc1211.link(mc1213, null)
mc1213.link(mc1214, null)
}

tasks.register('buildAndGather') {
Expand Down
3 changes: 2 additions & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"1.20.2",
"1.20.6",
"1.21.1",
"1.21.3"
"1.21.3",
"1.21.4"
]
}
4 changes: 2 additions & 2 deletions versions/1.21.3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.2
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.3
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.1
yarn_mappings=1.21.3+build.2

# Fabric Mod Metadata
carpet_dependency=>=1.4.158
Expand Down
18 changes: 18 additions & 0 deletions versions/1.21.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.4
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.2

# Fabric Mod Metadata
carpet_dependency=>=1.4.161
minecraft_dependency=>=1.21.4

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.21.4

# Dependencies
fabric_api_version=0.102.0+1.21
carpet_version=1.21.4-1.4.161+v241203
carpet_fixes_version=
carpet_tis_version=
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

0 comments on commit a12f11b

Please sign in to comment.