Skip to content

Commit

Permalink
mc1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Dec 16, 2023
1 parent 1d9aa97 commit e692ba3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.2' , 1_20_02, 'yarn')
def mc120 = createNode('1.20.4' , 1_20_04, 'yarn')

mc115.link(mc114, null)
mc115.link(mc116, null)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Fabric Basic Properties
# https://fabricmc.net/versions.html
loader_version=0.14.23
loader_version=0.15.2

# Mod Properties
mod_id=template_mod
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.2"
"1.20.4"
]
}
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.20.2
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.4
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3

# Fabric Mod Metadata
minecraft_dependency=1.20.x

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

# Dependencies
# fabric_api_version=0.89.3+1.20.2
# fabric_api_version=0.91.3+1.20.4

0 comments on commit e692ba3

Please sign in to comment.