Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Feb 26, 2023
1 parent 9a0c45b commit 48dd19b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48dd19b

Please sign in to comment.