Move 1.9.17 and 1.9.18 to new changelog format.

This commit is contained in:
raoulvdberge
2022-12-10 20:15:06 +01:00
parent 5f8b445a78
commit 75ebe8ae51
2 changed files with 28 additions and 17 deletions

View File

@@ -1,22 +1,5 @@
# Refined Storage Changelog # Refined Storage Changelog
### 1.9.18
- Fixed potential Pattern crash when loading Minecraft.
### 1.9.17
- Added more slots to the Pattern Grid (Darkere)
- Combined Fluid and Item View in the Pattern Grid (Darkere)
- Fixed Relay not working (Darkere)
- Fixed Wireless Transmitter only working upright (Darkere)
- Fixed Portable Grid not opening when pointing at a block (Darkere)
- Fixed being able to circumvent locked slots by scrolling (Darkere)
- Processing patterns now use the order of items/fluids specified in the pattern (Darkere, necauqua)
- Fixed multiple bugs related to transferring recipes into the crafting grid (Darkere)
- Fixed autocrafting task getting stuck if two tasks fulfilled each others requirements (Darkere)
- Fixed fluid autocrafting breaking when using 2 stacks of the same fluid in a pattern (Darkere)
- Amount specifying screen is now limited to valid values (Darkere)
### 1.9.16 ### 1.9.16
- Added Covers for all cable types! (Buuz135) - Added Covers for all cable types! (Buuz135)

View File

@@ -112,3 +112,31 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Ported to Minecraft 1.18.1. - Ported to Minecraft 1.18.1.
- Focused side buttons now display their tooltip properly. - Focused side buttons now display their tooltip properly.
- Improved performance of retrieving patterns by [@metalshark](https://github.com/metalshark). - Improved performance of retrieving patterns by [@metalshark](https://github.com/metalshark).
## [v1.9.18] - 2022-05-18
### Fixed
- Fixed potential Pattern crash when loading Minecraft.
## [v1.9.17] - 2022-01-30
### Added
- More slots for the Pattern Grid.
### Changed
- Combined fluid and item view in the Pattern Grid.
- Processing patterns now use the order of items/fluids specified in the pattern.
- Amount specifying screen is now limited to valid values.
### Fixed
- Fixed Relay not working.
- Fixed Wireless Transmitter only working upright.
- Fixed Portable Grid not opening when pointing at a block.
- Fixed being able to circumvent locked slots by scrolling.
- Fixed multiple bugs related to transferring recipes into the crafting grid.
- Fixed autocrafting task getting stuck if two tasks fulfilled each others requirements.
- Fixed fluid autocrafting breaking when using 2 stacks of the same fluid in a pattern.