From 3042592da98550c090975d96a9824e8076014f99 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 19 Jul 2017 12:34:18 +0200 Subject: [PATCH] r116 --- build.gradle | 2 +- update/changelog.md | 7 +++++++ update/updateVersions.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fe2fc3b08..3c1bd10cc 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r115" +version = "1.12-r116" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ccc7b1c6c..be6c85198 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.12-r116 +* Fix the game randomly crashing on load sometimes +* Added 11 config options +* Make shift clicking out of crates mimic vanilla +* Make the Farmer re-plant right after it harvests *(I didn't want this but Shadows did it so I can't argue with him)* +* Fix Knife not working in Crafting Table On A Stick + # 1.12-r115 #### Shadows_of_Fire has been doing all the maintaining and fixing for 1.12 so far and I really appreciate it. So thank him for making these fixes possible <3 * Update the name of oil (the stuff that you get when refining canola oil) in the fluid dictionary along with its block's name. **This change will remove any existing oil fluid blocks along with any existing oil in tanks etc. from your world** diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 9459f7e6e..3553858df 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -6,4 +6,4 @@ 1.10.2=105 1.11=92 1.11.2=110 -1.12=115 \ No newline at end of file +1.12=116 \ No newline at end of file