diff --git a/changelog.md b/changelog.md index 2e176a1..4d8fdc2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ ## Changelog +[v3.5.0](https://github.com/WesCook/Nutrition/releases/tag/v3.5.0) - 2018-08-03 +* Prevented 2x2 crafting inventory from storing items when opening Nutrition GUI +* Improved keybind handling (contribution from Snownee) +* Added support for JurassiCraft, Roots Classic, Pam's Simply Strawberries, and Wizardry Mod (contribution from Sunconure11) +* Updated XL Food Mod Support (contribution from mariot7) +* Bumped Forge version + [v3.4.0](https://github.com/WesCook/Nutrition/releases/tag/v3.4.0) - 2018-05-20 * Added client-side prediction to significantly reduce network overhead * Updated Harvestcraft support diff --git a/gradle.properties b/gradle.properties index 2087d9f..577e53c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ # Versions minecraft_version=1.12.2 -forge_version=14.23.3.2678 +forge_version=14.23.4.2747 mappings=snapshot_nodoc_20171003 -mod_version=3.4.0 +mod_version=3.5.0 # Gradle Properties -org.gradle.jvmargs=-Xmx3G