From 0bed3a21d490e246a67f6b64e4be59a88b0a9670 Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Thu, 2 Feb 2023 13:05:03 +0800 Subject: [PATCH] Update to forge 44.1.8 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35f2ff0a..5accfb76 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.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) | +| Great Horn (1.19.3) | 44.1.8 | ACTIVE | [![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/build.gradle b/build.gradle index ecedee83..bb76c623 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects { ext { agpVersion = '1.23' minecraftVersion = '1.19.3' - forgeVersion = '44.0.5' + forgeVersion = '44.1.8' apiVersion = '1.5.1' toolsVersion = '1.3.0' mixinVersion = '0.8.5'