Skip to content

Commit b145432

Browse files
authored
Merge pull request #1199 from Nxer/update
update GTNH deps version to 2.8.4
2 parents 03417ef + 8eb6fd8 commit b145432

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Of course, the game still needs to remain GTNH-style balanced.
1717
## Downloads & Requirements
1818
| GTNH | TST | Download | Maintenance |
1919
|-------|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------:|
20-
| 2.8.0 | 0.7.+ | [![Latest](https://img.shields.io/github/v/release/Nxer/Twist-Space-Technology-Mod)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/latest) | ✔️ |
20+
| 2.8.4 | 0.7.+ | [![Latest](https://img.shields.io/github/v/release/Nxer/Twist-Space-Technology-Mod)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/latest) | ✔️ |
2121
| 2.7.4 | 0.6.23 | [![0.6.23](https://img.shields.io/badge/release-v0.6.23-orange)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/0.6.23) ||
2222
| 2.7.0 | 0.6.7 | [![0.6.7](https://img.shields.io/badge/release-v0.6.7-orange)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/0.6.7) ||
2323
| 2.6.1 | 0.5.11 | [![0.5.11](https://img.shields.io/badge/release-v0.5.11-orange)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/tag/0.4.30-GTNH2.6.0-final) ||

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## 下载与版本需求
1919
| GTNH | TST | Download | Maintenance |
2020
|-------|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------:|
21-
| 2.8.0 | 0.7.+ | [![Latest](https://img.shields.io/github/v/release/Nxer/Twist-Space-Technology-Mod)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/latest) | ✔️ |
21+
| 2.8.4 | 0.7.+ | [![Latest](https://img.shields.io/github/v/release/Nxer/Twist-Space-Technology-Mod)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/latest) | ✔️ |
2222
| 2.7.4 | 0.6.23 | [![0.6.23](https://img.shields.io/badge/release-v0.6.23-orange)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/0.6.23) ||
2323
| 2.7.0 | 0.6.7 | [![0.6.7](https://img.shields.io/badge/release-v0.6.7-orange)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/0.6.7) ||
2424
| 2.6.1 | 0.5.11 | [![0.5.11](https://img.shields.io/badge/release-v0.5.11-orange)](https://github.com/Nxer/Twist-Space-Technology-Mod/releases/tag/0.4.30-GTNH2.6.0-final) ||

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
dependencies {
3737
elytraModpackVersion {
38-
setGtnhVersion("2.8.0")
38+
setGtnhVersion("2.8.4")
3939
}
4040

4141
implementation(gtnh("GT5-Unofficial"))

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ pluginManagement {
2121
}
2222

2323
plugins {
24-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.49'
24+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.50'
2525
}

0 commit comments

Comments
 (0)