Skip to content

Commit fde423c

Browse files
committed
1.21.6?
1 parent 2f8dbeb commit fde423c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/dev_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: marvinpinto/action-automatic-releases@latest
2727
with:
2828
repo_token: '${{ secrets.GITHUB_TOKEN }}'
29-
automatic_release_tag: "1.21.5_1.0.9.5"
29+
automatic_release_tag: "1.21.6_1.0.9.5"
3030
prerelease: true
31-
title: "1.21.5 | 1.0.9.5"
31+
title: "1.21.6 | 1.0.9.5"
3232
files: |
3333
./build/libs/*.jar

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.1")))
5757

5858
// Meteor Client
59-
modImplementation files("libs\\baritone-unoptimized-fabric-1.10.2.jar")
60-
modImplementation files("libs\\meteor-client-1.21.5-16.jar")
59+
modImplementation files("libs\\baritone-unoptimized-fabric-1.14.0-1.jar")
60+
modImplementation files("libs\\meteor-client-1.21.6-2.jar")
6161

6262
// Xaero's Mods
6363
modCompileOnly "maven.modrinth:xaeros-world-map:${project.xwm_fabric_version}" // Xaero's World Map

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
org.gradle.jvmargs=-Xmx2G
22

33
# Fabric (https://fabricmc.net/versions.html)
4-
minecraft_version=1.21.5
5-
yarn_mappings=1.21.5+build.1
6-
loader_version=0.16.10
4+
minecraft_version=1.21.6
5+
yarn_mappings=1.21.6+build.1
6+
loader_version=0.16.14
77

88
# Mod Properties
99
mod_version=1.21.5_1.0.9.5
@@ -14,9 +14,9 @@ archives_base_name=meteor-plus
1414

1515
# Xaero's Mods
1616
# Xaero's World Map (https://modrinth.com/mod/xaeros-world-map/versions)
17-
xwm_fabric_version=1.39.8_Fabric_1.21.5
17+
xwm_fabric_version=1.39.10_Fabric_1.21.6
1818
# Xaero's Minimap (https://modrinth.com/mod/xaeros-minimap/versions)
19-
xmm_fabric_version=25.2.5_Fabric_1.21.5
19+
xmm_fabric_version=25.2.7_Fabric_1.21.6
2020

2121
# Where Is It (https://modrinth.com/mod/where-is-it/versions)
2222
where_is_it_version=2.6.4+1.21.2
-1.5 MB
Binary file not shown.
1.71 MB
Binary file not shown.
4.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)