From 352864d44fb581abf7951b241ead789f89b10655 Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Mon, 20 May 2024 10:29:27 +0100 Subject: [PATCH] chore: update push --- CHANGELOG.md | 14 ++++++-------- gradle.properties | 2 +- update.json | 7 ++++--- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dcb4f1..2da3d233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ # Changelog +## Added + +- `uk_ua` translation [#732](https://github.com/direworlf20-mc/issues/732) + ## Fixed -- Fixed the way the stairs mode actually works - - When looking at a block one below your feet and looking at one of the side faces of the block will allow you to build downwards facing out from that block position. - - When looking down at the ground and whilst being higher than the location you're looking at. Stairs will now try and build upwards towards you. - - The rest of the functionality is the same. - - Resolves [#396](https://github.com/Direwolf20-MC/BuildingGadgets/issues/396) [#601](https://github.com/Direwolf20-MC/BuildingGadgets/issues/601) [#713](https://github.com/Direwolf20-MC/BuildingGadgets/issues/713) -- Issue preventing changing the range above 15 after modifying the max range in the config [#719](https://github.com/Direwolf20-MC/BuildingGadgets/issues/719) -- Blacklist not working [#724](https://github.com/Direwolf20-MC/BuildingGadgets/issues/724) -- Copy paste gadget not working when setting energy max = 0 [#617](https://github.com/Direwolf20-MC/BuildingGadgets/issues/617) +- Crashes being caused by construction blocks not checking for null correctly [#738](https://github.com/direworlf20-mc/issues/738) +- Commands not being registered correctly [#734](https://github.com/direworlf20-mc/issues/734) diff --git a/gradle.properties b/gradle.properties index e1f9c2d3..c46d78fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx2G org.gradle.daemon=false minecraft_version=1.19.2 forge_version=43.1.27 -version=3.16.2 +version=3.16.3 jei_version=11.2.0.256 diff --git a/update.json b/update.json index 9f6a40ac..fe8385ff 100644 --- a/update.json +++ b/update.json @@ -65,7 +65,8 @@ "1.19": { "3.14.0": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.14.0", "3.14.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.14.1", - "3.14.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.14.2" + "3.14.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.14.2", + "3.16.3": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/releases/tag/release%2F3.16.3" }, "promos": { "1.12.2-latest": "2.8.2", @@ -92,7 +93,7 @@ "1.18.1-recommended": "3.10.1", "1.18.2-latest": "3.13.0", "1.18.2-recommended": "3.13.0", - "1.19-latest": "3.14.2", - "1.19-recommended": "3.14.2" + "1.19-latest": "3.16.3", + "1.19-recommended": "3.16.3" } }