Update to forge 44.0.5

This commit is contained in:
IzzelAliz 2022-12-10 15:52:11 +08:00
parent 7590e2b5d7
commit d6b7c6a966
No known key found for this signature in database
GPG Key ID: EE50E123A11D8338
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ A Bukkit server implementation utilizing Mixin.
| Release | Forge | Status | Build |
|:-------------------:|:-------:|:------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:|
| Great Horn (1.19.3) | 44.0.1 | ACTIVE | [![1.19 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-19?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-19) |
| Great Horn (1.19.3) | 44.0.5 | ACTIVE | [![1.19 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-19?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-19) |
| Horn (1.19-1.19.2) | 43.2.0 | LTS | [![1.19 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-19?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-19) |
| 1.18.x | 40.1.80 | LTS | [![1.18 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-18?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-18) |
| 1.16.x | 36.2.39 | LTS | [![1.16 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-16?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-16) |

View File

@ -4,6 +4,7 @@ image:
branches:
only:
- 1.19
- GreatHorn
environment:
JAVA_HOME: C:\Program Files\Java\jdk17
cache:

View File

@ -14,7 +14,7 @@ allprojects {
ext {
agpVersion = '1.23'
minecraftVersion = '1.19.3'
forgeVersion = '44.0.1'
forgeVersion = '44.0.5'
apiVersion = '1.5.1'
toolsVersion = '1.3.0'
mixinVersion = '0.8.5'