Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed Jun 5, 2022
1 parent 39c983a commit 021c739
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Add JEI two-way search mode (embeddedt)
- Add ability to copy redstone mode for wrench
- Fixed dupe glitch involving two external storages connected to the same block
- Fixed item in autocrafting settings gui being extractable
- Fixed JEI recipe transfer kicking the player sometimes
- Fixed grid not showing any items in some very rare edge cases
- Disabled automatic crafter unlocking (breaks crafting tasks in unwanted situations)
- Restore compatibility with QuantumStorage and other mods
- Fix some options not being copied by wrench
- Add overloaded integration
draft: false
prerelease: false
- name: Upload jars to release
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# More Refined Storage Changelog

# 2.3.2
- Fix some options not being copied by wrench
- Add overloaded integration

# 2.3.1
- Add JEI two-way search mode (embeddedt)
- Add ability to copy redstone mode for wrench
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'maven-publish'
apply plugin: 'idea'

version = "2.3.1"
version = "2.3.2"
group = "refinedstorage"

def tokens = [VERSION: project.version]
Expand Down

0 comments on commit 021c739

Please sign in to comment.