From 57f28b3e7e1f4367cf949e0d4e282b7ad07b9df1 Mon Sep 17 00:00:00 2001 From: Nitorac <nitorac.r@gmail.com> Date: Wed, 1 Jul 2020 03:26:21 +0200 Subject: [PATCH] Bumped to Forge 1.16.1-32.0.38 --- build.gradle | 2 +- changelog.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f23a0ef..08627da 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,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.1-32.0.34' + minecraft 'net.minecraftforge:forge:1.16.1-32.0.38' // 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 ca1e08e..69c3a07 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,21 @@ +Build: 1.16.1-32.0.38 - Tue Jun 30 20:19:32 GMT 2020 + info: + Add hoe tool type (#6872) + + ichttt: + Fix loading screen color and text (#6824) + +========= +Build: 1.16.1-32.0.36 - Tue Jun 30 20:09:21 GMT 2020 + curle: + Allow any armor to have custom knockback resistance (#6877) + +========= +Build: 1.16.1-32.0.35 - Tue Jun 30 19:57:32 GMT 2020 + diesieben07: + Add senderUUID to ClientChatReceivedEvent (#6881) + +========= Build: 1.16.1-32.0.34 - Tue Jun 30 02:33:58 GMT 2020 lex: Re-write checkATs function and automate making Items/Blocks public. -- GitLab