From 9e1e7046b48095f6673c3506962d6c928624e7f0 Mon Sep 17 00:00:00 2001 From: Matt Czyr Date: Wed, 3 Feb 2021 17:27:26 -0500 Subject: [PATCH] Update to 1.16.5 --- build.gradle | 4 ++-- changelog.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3c90c15..f5c135c 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '1.16.4-3.1.2' +version = '1.16.5-3.1.2' group = 'com.chaosthedude.realistictorches' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'RealisticTorches' @@ -94,7 +94,7 @@ dependencies { // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed // that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft 'net.minecraftforge:forge:1.16.4-35.1.15' + minecraft 'net.minecraftforge:forge:1.16.5-36.0.14' // You may put jars on which you depend on in ./libs or you may define them like so.. // compile "some.group:artifact:version:classifier" diff --git a/changelog.txt b/changelog.txt index dcbe051..82cc224 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,9 @@ --------------------------------------------- - VERSION 3.1.2 - 1.16.4 + VERSION 3.1.2 - 1.16.5, 1.16.4 --------------------------------------------- +1.16.5 + UPDATES: + - Initial release for 1.16.5 (Forge 36.0.14) 1.16.4 FIXES: - Fixed a crash that occurred after setting the torchBurnoutTime config field to a negative value to disable torch burnout