File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for Minecraft 1.21.1
22All 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
Original file line number Diff line number Diff line change 11# Project
2- mod_version =1.6.17
2+ mod_version =1.6.18
33group =org.cyclops.integratedterminals
44java_version =21
55
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments