From b3f3efdb76a574b2d40e13ebcc01a68f4595ed33 Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Sun, 14 Mar 2021 10:45:07 +0800 Subject: [PATCH] Update forge to 36.0.58 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53b782aa..06d3ebc0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Bukkit server implementation utilizing Mixin. | Minecraft | Forge | Status | Build | | :----: | :----: | :---: | :---: | -| 1.16.x | 36.0.55 | ACTIVE | [![1.16 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-16?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-16) | +| 1.16.x | 36.0.58 | ACTIVE | [![1.16 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-16?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-16) | | 1.15.x | 31.2.48 | ACTIVE | [![1.15 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-15?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-15) | | 1.14.x | 28.2.0 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.0.6) | [![1.14 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight) | diff --git a/build.gradle b/build.gradle index f8751ba2..0945bd5b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ allprojects { ext { agpVersion = '1.14' minecraftVersion = '1.16.5' - forgeVersion = '36.0.55' + forgeVersion = '36.0.58' } task cleanBuild {