Skip to content

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Feb 26, 2023
1 parent 3639619 commit daf87c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 115 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

## Fixed

- Resolved possible NPE issues with mimic blocks after forced removal
- 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)
113 changes: 0 additions & 113 deletions SPEC.md

This file was deleted.

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=-Xmx3G
org.gradle.daemon=false
minecraft_version=1.18.2
forge_version=40.2.0
version=3.13.1
version=3.13.2
jei_version=1.18.2:9.+

0 comments on commit daf87c2

Please sign in to comment.