diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c386037..61dcb4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## Fixed -- Rewrote the Sliders for the Range slider and the Destruction Gadgets sliders. They should function a little nicer and be less buggy -- General code cleanup - - +- 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) diff --git a/gradle.properties b/gradle.properties index d43cea4b..e1f9c2d3 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.1 +version=3.16.2 jei_version=11.2.0.256