diff --git a/build.gradle b/build.gradle index 85d55e89d..fe2fc3b08 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r114" +version = "1.12-r115" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 04bbec7dc..ccc7b1c6c 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,5 +1,10 @@ -# 1.12-r114 +# 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** +* Resolve a random NPE that would rarely trigger on leaving/joining a server +* Made Quark chests work with the Chest To Crate Upgrade + +# 1.12-r114 * Fix the Crafting Table On A Stick not working * Fix worms not rendering when placed in the world * Make lamps only be toggleable with an empty hand diff --git a/update/updateVersions.properties b/update/updateVersions.properties index eb88731d0..9459f7e6e 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=114 \ No newline at end of file +1.12=115 \ No newline at end of file