Merge pull request #3527 from refinedmods/main

Merge main into develop branch
This commit is contained in:
Raoul
2023-07-03 23:15:28 +02:00
committed by GitHub

View File

@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.12.0] - 2023-07-03
### Changed
- Ported to Minecraft 1.20.1.
@@ -1893,7 +1895,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Fixed bug where network machines stopped working on chunk borders.
- Fixed memes not working.
- Fixed External Storage crashes.
- Fixed Constructor in liquid mode being able to place fluids <1000 mB.
- Fixed Constructor in liquid mode being able to place fluids &lt;1000 mB.
- Fixed Solderer recipe conflicts, allowing for easier automation.
- Fixed stack upgrades not working in exporter when stack size is 16.
- Fixed crash when rotating External Storage.
@@ -2106,7 +2108,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Fixed Constructor in liquid mode being able to place fluids <1000 mB.
- Fixed Constructor in liquid mode being able to place fluids &lt;1000 mB.
- Fixed Solderer recipe conflicts, allowing for easier automation.
- Fixed machines not connecting with cable after Controller.
@@ -2508,7 +2510,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- +64 in crafting start GUI now gives 64 from the first time instead of 65.
- \+64 in crafting start GUI now gives 64 from the first time instead of 65.
### Fixed
@@ -2622,3 +2624,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Fixed Grid not displaying items after changing redstone mode.
- Fixed Wireless Transmitter crashing when it is transmitting to a removed dimension.
- Fixed disassembling stacked Storage Blocks only returns 1 set of items.
[Unreleased]: https://github.com/refinedmods/refinedstorage/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/refinedmods/refinedstorage/compare/f10f3e5147a45883375c6d9bffa122d9fadb12b6...v1.12.0