Skip to content

Commit

Permalink
✅ 支持Minecraft 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
1024-byteeeee committed Apr 29, 2024
1 parent 5b72257 commit 38696ca
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/matrix_includes.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
},
{
"subproject_dir": "1.20.5"
},
{
"subproject_dir": "1.20.6"
}
]
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ preprocess {
def mc1203 = createNode('1.20.3', 1_20_03, 'yarn')
def mc1204 = createNode('1.20.4', 1_20_04, 'yarn')
def mc1205 = createNode('1.20.5', 1_20_05, 'yarn')
def mc1206 = createNode('1.20.6', 1_20_06, 'yarn')

mc116.link(mc117, file('versions/mapping-1.16-1.17.txt'))
mc117.link(mc118, file('versions/mapping-1.17-1.18.txt'))
Expand All @@ -26,6 +27,7 @@ preprocess {
mc1202.link(mc1203, file('versions/mapping-1.20.2-1.20.3.txt'))
mc1203.link(mc1204, file('versions/mapping-1.20.3-1.20.4.txt'))
mc1204.link(mc1205, file('versions/mapping-1.20.4-1.20.5.txt'))
mc1205.link(mc1206, file('versions/mapping-1.20.5-1.20.6.txt'))
}

tasks.register('buildAndGather') {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ loader_version = 0.15.10
# Mod Properties
mod_id = kaleidoscope
mod_name = Kaleidoscope
mod_version = 0.1.4
mod_version = 0.1.5
maven_group = Kaleidoscope
archives_base_name = Kaleidoscope
3 changes: 2 additions & 1 deletion minecraftVersions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"1.20.2",
"1.20.3",
"1.20.4",
"1.20.5"
"1.20.5",
"1.20.6"
]
}
13 changes: 13 additions & 0 deletions versions/1.20.6/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Fabric Properties
# check these on https://fabricmc.net/versions.html?&version=1.19.3
minecraft_version = 1.20.6
yarn_mappings = 1.20.6+build.1

# Fabric Mod Metadata
minecraft_dependency = 1.20.6
fabric_api_dependency = >=0.97.8+1.20.6

# Build Infomation
game_versions = 1.20.6

fabric_api_version = 0.97.8+1.20.6
Empty file.

0 comments on commit 38696ca

Please sign in to comment.