Skip to content

Commit

Permalink
mc1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 17, 2024
1 parent bfefe81 commit 3fae0dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ preprocess {
def mc118 = createNode('1.18.2', 1_18_02, '')
def mc119 = createNode('1.19.4', 1_19_04, '')
def mc120 = createNode('1.20.6', 1_20_06, '')
def mc121 = createNode('1.21' , 1_21_00, '')
def mc121 = createNode('1.21.1', 1_21_01, '')

mc115.link(mc114, null)
mc115.link(mc116, null)
Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"1.18.2",
"1.19.4",
"1.20.6",
"1.21"
"1.21.1"
]
}
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
minecraft_version=1.21
yarn_mappings=1.21+build.7
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.1
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3

# Fabric Mod Metadata
minecraft_dependency=1.21.x

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

# Dependencies
# fabric_api_version=0.100.4+1.21
# fabric_api_version=0.102.1+1.21.1

0 comments on commit 3fae0dd

Please sign in to comment.