From 57329f0f9b53f9cdf4a1649c07cadb513498d1f0 Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Wed, 17 Mar 2021 13:36:23 +0800 Subject: [PATCH] Update to forge 36.1.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06d3ebc0..7256e865 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.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.16.x | 36.1.0 | 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 d2b4435a..7490a029 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ allprojects { ext { agpVersion = '1.15' minecraftVersion = '1.16.5' - forgeVersion = '36.0.58' + forgeVersion = '36.1.0' } task cleanBuild {