diff --git a/build.gradle b/build.gradle index f2a02c3f4..3f29f66b7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12-r116" +version = "1.12-r117" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index be6c85198..27bfadeb4 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.12-r117 +* Resolve a dupe glitch with the advanced precision dropper +* Made the worm be able to hoe BOP grasses +* Fix Nether Wart not working in the farmer with NetherEx +* Fix the farmer destroying sugar cane +* Various codebase improvements that should hopefully not crash your servers + # 1.12-r116 * Fix the game randomly crashing on load sometimes * Added 11 config options diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 3553858df..69e4baa6b 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=116 \ No newline at end of file +1.12=117 \ No newline at end of file