Skip to content

Commit d5b18bb

Browse files
committed
Bump mod version
1 parent 11f84de commit d5b18bb

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

CHANGELOG-1.21.1.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
# Changelog for Minecraft 1.21.1
22
All notable changes to this project will be documented in this file.
33

4+
<a name="1.21.1-1.6.18"></a>
5+
## [1.21.1-1.6.18](https://github.com/CyclopsMC/IntegratedTerminals/compare/1.21.1-1.6.17...1.21.1-1.6.18) - 2025-11-11 15:09:47
6+
7+
8+
### Changed
9+
* Don't re-send crafting options for every storage change event
10+
Related to CyclopsMC/IntegratedCrafting#156
11+
* Serialize terminal elements in off-thead
12+
Related to CyclopsMC/IntegratedCrafting#156
13+
* Deserialize terminal packets off-thread
14+
Related to CyclopsMC/IntegratedCrafting#156
15+
* Allow shift-clicking in terminal crafting grid, Closes #170
16+
17+
### Fixed
18+
* Fix terminal serialization thread sometimes blocking shutdown, Closes #184
19+
* Fix dragged storage slots not rendering over other slots
20+
421
<a name="1.21.1-1.6.17"></a>
5-
## [1.21.1-1.6.17](https://github.com/CyclopsMC/IntegratedTerminals/compare/1.21.1-1.6.16...1.21.1-1.6.17) - 2025-10-17 15:20:05
22+
## [1.21.1-1.6.17](https://github.com/CyclopsMC/IntegratedTerminals/compare/1.21.1-1.6.16...1.21.1-1.6.17) - 2025-10-17 15:20:05 +0200
623

724

825
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
mod_version=1.6.17
2+
mod_version=1.6.18
33
group=org.cyclops.integratedterminals
44
java_version=21
55

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.25.1 or higher.
3+
4+
Changes:
5+
* Don't re-send crafting options for every storage change event
6+
Related to CyclopsMC/IntegratedCrafting#156
7+
* Serialize terminal elements in off-thead
8+
Related to CyclopsMC/IntegratedCrafting#156
9+
* Deserialize terminal packets off-thread
10+
Related to CyclopsMC/IntegratedCrafting#156
11+
* Allow shift-clicking in terminal crafting grid, Closes #170
12+
13+
Fixes:
14+
* Fix terminal serialization thread sometimes blocking shutdown, Closes #184
15+
* Fix dragged storage slots not rendering over other slots

0 commit comments

Comments
 (0)