Skip to content

Commit

Permalink
chore: update push
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed May 20, 2024
1 parent 588a95b commit 352864d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.2
version=3.16.3
jei_version=11.2.0.256
7 changes: 4 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 352864d

Please sign in to comment.