Skip to content

Commit

Permalink
v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed May 12, 2021
1 parent 3734c87 commit d105604
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Fixed blacklist not working in filters when multiple items are used
- Fixed compatibility with Refined Avaritia (and maybe RSLargePatterns)
- Reverted to upstream shift-crafting code which is easier to maintain
- Fixed blacklist still not working properly
- Fixed JEI recipe transfer sometimes kicking the player from the server
- Fixed some crafting monitor elements not merging correctly
- Fixed some display and calculation issues in the crafting engine
- Fixed duplication recipes not being recognized as valid crafting patterns
- Fixed crafting tasks not recognizing multiple stacks in the outputs during calculation
- Fixed exception when scrolling on an empty slot in the grid
- Fixed crafter not recognizing facing tile entity after being rotated
- Fixed crafting grid not extracting any items
draft: false
prerelease: false
- name: Upload jars to release
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# More Refined Storage Changelog

# 2.2.8
- Fixed blacklist still not working properly
- Fixed JEI recipe transfer sometimes kicking the player from the server
- Fixed some crafting monitor elements not merging correctly
- Fixed some display and calculation issues in the crafting engine
- Fixed duplication recipes not being recognized as valid crafting patterns
- Fixed crafting tasks not recognizing multiple stacks in the outputs during calculation
- Fixed exception when scrolling on an empty slot in the grid
- Fixed crafter not recognizing facing tile entity after being rotated
- Fixed crafting grid not extracting any items

# 2.2.7
- Fixed blacklist not working in filters when multiple items are used
- Fixed compatibility with Refined Avaritia (and maybe RSLargePatterns)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'net.minecraftforge.gradle.forge'

version = "2.2.7"
version = "2.2.8"

group = "refinedstorage"
archivesBaseName = "morerefinedstorage"
Expand Down

0 comments on commit d105604

Please sign in to comment.