Skip to content

Commit

Permalink
1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Oct 23, 2024
1 parent 6d10cc5 commit 15abaaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ preprocess {
def mc1202 = createNode('1.20.2', 1_20_02, '')
def mc1206 = createNode('1.20.6', 1_20_06, '')
def mc1211 = createNode('1.21.1', 1_21_01, '')
def mc1212 = createNode('1.21.2', 1_21_02, '')
def mc1213 = createNode('1.21.3', 1_21_03, '')

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

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

# Fabric Mod Metadata
carpet_dependency=>=1.4.158
minecraft_dependency=>=1.21.2

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.21.2
game_versions=1.21.2\n1.21.3

# Dependencies
fabric_api_version=0.106.1+1.21.2
fabric_api_version=0.102.0+1.21
carpet_version=1.21.2-1.4.158+v241022
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.2
1.21.3

0 comments on commit 15abaaf

Please sign in to comment.