Skip to content

Commit

Permalink
mc1.20.1 -> mc1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Sep 22, 2023
1 parent 9af8554 commit fe1caa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ preprocess {
def mc117 = createNode('1.17.1' , 1_17_01, 'yarn')
def mc118 = createNode('1.18.2' , 1_18_02, 'yarn')
def mc119 = createNode('1.19.4' , 1_19_04, 'yarn')
def mc120 = createNode('1.20.1' , 1_20_01, 'yarn')
def mc120 = createNode('1.20.2' , 1_20_02, 'yarn')

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 @@ -6,6 +6,6 @@
"1.17.1",
"1.18.2",
"1.19.4",
"1.20.1"
"1.20.2"
]
}
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.20.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.2
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.2
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1

# Fabric Mod Metadata
minecraft_dependency=1.20.x
Expand All @@ -11,4 +11,4 @@
game_versions=1.20\n1.20.1

# Dependencies
# fabric_api_version=0.83.1+1.20.1
# fabric_api_version=0.89.1+1.20.2

0 comments on commit fe1caa8

Please sign in to comment.