Skip to content

Commit

Permalink
mc1.20.2 -> mc1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Oct 24, 2024
1 parent 97fd859 commit 5cc90d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ preprocess {
def mc1204 = createNode('1.20.4', 1_20_04, '')
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, '')

mc115 .link(mc114 , null)
mc115 .link(mc116 , null)
Expand All @@ -31,7 +31,7 @@ preprocess {
mc119 .link(mc1204, null)
mc1204.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 @@ -9,6 +9,6 @@
"1.20.4",
"1.20.6",
"1.21.1",
"1.21.2"
"1.21.3"
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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
# 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.2

# Fabric Mod Metadata
minecraft_dependency=1.21.2
minecraft_dependency=>=1.21.2 1.21.x

# 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.106.1+1.21.3

0 comments on commit 5cc90d8

Please sign in to comment.