From d6b7c6a966760a8916b28fd1a709ca2f4601232c Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Sat, 10 Dec 2022 15:52:11 +0800 Subject: [PATCH] Update to forge 44.0.5 --- README.md | 2 +- appveyor-19.yml | 1 + build.gradle | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a16f5a2f..3a9804f0 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/appveyor-19.yml b/appveyor-19.yml index d9f06dbe..ac1fe913 100644 --- a/appveyor-19.yml +++ b/appveyor-19.yml @@ -4,6 +4,7 @@ image: branches: only: - 1.19 + - GreatHorn environment: JAVA_HOME: C:\Program Files\Java\jdk17 cache: diff --git a/build.gradle b/build.gradle index 5c64e0a2..d49baaeb 100644 --- a/build.gradle +++ b/build.gradle @@ -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'