Skip to content

Commit 238e30f

Browse files
committed
Merge remote-tracking branch 'origin/master-1.20-lts' into master-1.21-lts
2 parents 4b6586f + 7f43ec2 commit 238e30f

7 files changed

Lines changed: 262 additions & 2 deletions

File tree

CHANGELOG-1.19.2.md

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
# Changelog for Minecraft 1.19.2
2+
All notable changes to this project will be documented in this file.
3+
4+
<a name="1.19.2-1.20.2"></a>
5+
## [1.19.2-1.20.2](/compare/1.19.2-1.20.1...1.19.2-1.20.2) - 2025-10-22 16:24:44
6+
7+
### Fixed
8+
* Fix empty item entities being spawned
9+
Closes CyclopsMC/IntegratedTunnels#348
10+
11+
<a name="1.19.2-1.20.1"></a>
12+
## [1.19.2-1.20.1](/compare/1.19.2-1.20.0...1.19.2-1.20.1) - 2025-05-31 19:12:27 +0200
13+
14+
### Fixed
15+
* Fix scrollbar not moving on screen resize
16+
Closes CyclopsMC/IntegratedDynamics#1515
17+
18+
<a name="1.19.2-1.20.0"></a>
19+
## [1.19.2-1.20.0](/compare/1.19.2-1.19.9...1.19.2-1.20.0) - 2025-05-03 15:05:29 +0200
20+
21+
### Added
22+
* Allow infobooks to be placed in lecterns
23+
Required for CyclopsMC/IntegratedDynamics#1496 and CyclopsMC/EvilCraft#1110.
24+
25+
<a name="1.19.2-1.19.9"></a>
26+
## [1.19.2-1.19.9](/compare/1.19.2-1.19.8...1.19.2-1.19.9) - 2025-03-24 16:08:09 +0100
27+
28+
### Fixed
29+
* Fix not all key combinations working for key bindings
30+
Closes CyclopsMC/IntegratedTerminals#166
31+
32+
<a name="1.19.2-1.19.8"></a>
33+
## [1.19.2-1.19.8](/compare/1.19.2-1.19.7...1.19.2-1.19.8) - 2025-03-11 07:01:08 +0100
34+
35+
### Fixed
36+
* Fix crash when loading empty fluid containers from NBT
37+
38+
<a name="1.19.2-1.19.7"></a>
39+
## [1.19.2-1.19.7](/compare/1.19.2-1.19.6...1.19.2-1.19.7) - 2025-02-16 14:43:04 +0100
40+
41+
### Fixed
42+
* Fix broken EvilCraft tanks upgrades, Closes CyclopsMC/EvilCraft#1099
43+
44+
<a name="1.19.2-1.19.6"></a>
45+
## [1.19.2-1.19.6](/compare/1.19.2-1.19.5...1.19.2-1.19.6) - 2025-02-03 19:45:42 +0100
46+
47+
### Fixed
48+
* Fix items with empty fluid containers being stored inconsistently
49+
Items with empty fluid containers could be stored in two different ways.
50+
This change ensures that there is only a single canonical way to store
51+
them.
52+
This could cause issues with items from EvilCraft when attempting to
53+
autocraft them and getting them recognized by the system.
54+
Closes CyclopsMC/EvilCraft#1089
55+
56+
<a name="1.19.2-1.19.5"></a>
57+
## [1.19.2-1.19.5](/compare/1.19.2-1.19.4...1.19.2-1.19.5) - 2024-07-31 12:56:15 +0200
58+
59+
### Fixed
60+
* Fix getGuiTexture() not being used in ContainerScreenExtended
61+
62+
<a name="1.19.2-1.19.4"></a>
63+
## [1.19.2-1.19.4](/compare/1.19.2-1.19.3...1.19.2-1.19.4) - 2024-07-23 13:37:53 +0200
64+
65+
### Changed
66+
* Expose cache in IngredientCollectionDiffManager
67+
Required for CyclopsMC/IntegratedDynamics#1359
68+
69+
<a name="1.19.2-1.19.3"></a>
70+
## [1.19.2-1.19.3](/compare/1.19.2-1.19.2...1.19.2-1.19.3) - 2024-07-21 11:34:04 +0200
71+
72+
### Fixed
73+
* Make RegistryExportableRegistry thread-safe
74+
This fixes rare crashes at startup
75+
Closes CyclopsMC/IntegratedDynamics#1360
76+
77+
<a name="1.19.2-1.19.2"></a>
78+
## [1.19.2-1.19.2](/compare/1.19.2-1.19.1...1.19.2-1.19.2) - 2024-06-24 10:27:26 +0200
79+
80+
### Fixed
81+
* Only enable dumpregistries command for OPs, Closes #180
82+
83+
<a name="1.19.2-1.19.1"></a>
84+
## [1.19.2-1.19.1](/compare/1.19.2-1.19.0...1.19.2-1.19.1) - 2024-04-14 13:50:49 +0200
85+
86+
### Fixed
87+
* Fix infobook sections from other mods linking to wrong URL
88+
Closes CyclopsMC/IntegratedDynamics#1338
89+
90+
<a name="1.19.2-1.19.0"></a>
91+
## [1.19.2-1.19.0](/compare/1.19.2-1.18.11...1.19.2-1.19.0) - 2024-02-04 14:49:24 +0100
92+
93+
### Added
94+
* Add textfield appendix type for infobook (required for Integrated Scripting)
95+
96+
### Changed
97+
* Allow first row to be set in scrollbar widget
98+
99+
<a name="1.19.2-1.18.11"></a>
100+
## [1.19.2-1.18.11](/compare/1.19.2-1.18.10...1.19.2-1.18.11) - 2023-11-27 15:46:14 +0100
101+
102+
### Fixed
103+
* Fix simple ingredient types returning wrong collapsed collections
104+
This fixes an Integrated Terminals issue where energy interactions
105+
would be visualized incorrectly.
106+
Closes CyclopsMC/IntegratedTerminals#111
107+
108+
<a name="1.19.2-1.18.10"></a>
109+
## [1.19.2-1.18.10](/compare/1.19.2-1.18.9...1.19.2-1.18.10) - 2023-10-21 08:25:50 +0200
110+
111+
### Fixed
112+
* Actually fix lack of background render events in infobooks
113+
Closes CyclopsMC/EvilCraft#1008
114+
115+
<a name="1.19.2-1.18.9"></a>
116+
## [1.19.2-1.18.9](/compare/1.19.2-1.18.8...1.19.2-1.18.9) - 2023-10-19 16:48:10 +0200
117+
118+
### Fixed
119+
* Fix lack of background render events in infobooks, Closes CyclopsMC/EvilCraft#1008
120+
* Fix network errors not being caught by PacketHandler
121+
Required for debugging CyclopsMC/IntegratedTerminals#102
122+
* Fix crash when interacting with empty arrowed list field
123+
124+
<a name="1.19.2-1.18.8"></a>
125+
## [1.19.2-1.18.8](/compare/1.19.2-1.18.7...1.19.2-1.18.8) - 2023-08-27 11:31:35 +0200
126+
127+
### Changed
128+
* Improve error logging for packet codec failures
129+
Required for debugging CyclopsMC/IntegratedTerminals#102
130+
131+
<a name="1.19.2-1.18.7"></a>
132+
## [1.19.2-1.18.7](/compare/1.19.2-1.18.6...1.19.2-1.18.7) - 2023-08-04 07:45:45 +0200
133+
134+
### Fixed
135+
* Fix capabilities baking multiple times, #177
136+
137+
<a name="1.19.2-1.18.6"></a>
138+
## [1.19.2-1.18.6](/compare/1.19.2-1.18.5...1.19.2-1.18.6) - 2023-06-10 15:34:59 +0200
139+
140+
### Changed
141+
* Allow scrolling through infobooks
142+
Closes CyclopsMC/IntegratedDynamics#1076
143+
144+
<a name="1.19.2-1.18.5"></a>
145+
## [1.19.2-1.18.5](/compare/1.19.2-1.18.4...1.19.2-1.18.5) - 2023-06-04 08:46:14 +0200
146+
147+
### Fixed
148+
* Fix Colossal Chest errors showing incorrect size
149+
Closes CyclopsMC/EvilCraft#986
150+
151+
<a name="1.19.2-1.18.4"></a>
152+
## [1.19.2-1.18.4](/compare/1.19.2-1.18.3...1.19.2-1.18.4) - 2023-05-01 16:27:29 +0200
153+
154+
### Fixed
155+
* Optimize containment check in single-classified ingred collection
156+
This improves performance for large Integrated Terminals terminals with JEI.
157+
Related to CyclopsMC/IntegratedDynamics#1247
158+
159+
<a name="1.19.2-1.18.3"></a>
160+
## [1.19.2-1.18.3](/compare/1.19.2-1.18.2...1.19.2-1.18.3) - 2023-04-16 15:54:21 +0200
161+
162+
### Fixed
163+
* Fix disconnect when sending invalid container values
164+
Closes CyclopsMC/IntegratedDynamics#1255
165+
166+
<a name="1.19.2-1.18.2"></a>
167+
## [1.19.2-1.18.2](/compare/1.19.2-1.18.1...1.19.2-1.18.2) - 2023-03-15 07:23:43 +0100
168+
169+
### Added
170+
* Support Vec3i in PacketCodec
171+
* Add DimPos.withPosition
172+
173+
<a name="1.19.2-1.18.1"></a>
174+
## [1.19.2-1.18.1](/compare/1.19.2-1.18.0...1.19.2-1.18.1) - 2023-03-05 13:17:41 +0100
175+
176+
### Fixed
177+
* Fix incorrect optimization in IngredientCollectionPrototypeMap
178+
179+
<a name="1.19.2-1.18.0"></a>
180+
## [1.19.2-1.18.0](/compare/1.19.2-1.17.5...1.19.2-1.18.0) - 2023-03-05 11:32:47 +0100
181+
182+
### Added
183+
* Add single-classified collapsed ingredient collection
184+
This allows for more efficient match-based containment checking and
185+
iteration for mods such as Integrated Dynamics, Tunnels, and Terminals..
186+
187+
<a name="1.19.2-1.17.5"></a>
188+
## [1.19.2-1.17.5](/compare/1.19.2-1.17.4...1.19.2-1.17.5) - 2023-02-12 06:28:47 +0100
189+
190+
### Fixed
191+
* Fix fluid properties not being applied
192+
Related to CyclopsMC/EvilCraft#967
193+
194+
<a name="1.19.2-1.17.4"></a>
195+
## [1.19.2-1.17.4](/compare/1.19.2-1.17.3...1.19.2-1.17.4) - 2023-01-21 07:05:18 +0100
196+
197+
### Fixed
198+
* Fix incorrect containment check in IngredientCollectionPrototypeMap
199+
This is a regression since 61267920638e48331a513b9a446907910122078d
200+
Closes CyclopsMC/IntegratedTerminals#98
201+
202+
<a name="1.19.2-1.17.3"></a>
203+
## [1.19.2-1.17.3](/compare/1.19.2-1.17.2...1.19.2-1.17.3) - 2022-12-30 10:00:31 +0100
204+
205+
### Fixed
206+
* Fix config changes not always taking effect, Closes CyclopsMC/EverlastingAbilities#211
207+
208+
<a name="1.19.2-1.17.2"></a>
209+
## [1.19.2-1.17.2](/compare/1.19.2-1.17.1...1.19.2-1.17.2) - 2022-12-11 13:50:43 +0100
210+
211+
### Changed
212+
* Optimize containment checks in IngredientCollectionPrototypeMap
213+
This fixes performance issues such as CyclopsMC/IntegratedTerminals#94
214+
215+
<a name="1.19.2-1.17.1"></a>
216+
## [1.19.2-1.17.1](/compare/1.19.2-1.17.0...1.19.2-1.17.1) - 2022-12-10 08:51:34 +0100
217+
218+
### Added
219+
* Add pt_br.json
220+
221+
### Fixed
222+
* Fix fluids having no localized names
223+
Closes CyclopsMC/EvilCraft#950
224+
225+
<a name="1.19.2-1.17.0"></a>
226+
## [1.19.2-1.17.0] - 2022-08-11 19:47:20 +0200
227+
228+
Update to MC 1.19.2

CHANGELOG-1.20.1.md

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

4+
<a name="1.20.1-1.21.2"></a>
5+
## [1.20.1-1.21.2](/compare/1.20.1-1.21.1...1.20.1-1.21.2) - 2025-10-22 16:25:44
6+
7+
### Fixed
8+
* Fix empty item entities being spawned
9+
Closes CyclopsMC/IntegratedTunnels#348
10+
11+
<a name="1.20.1-1.21.1"></a>
12+
## [1.20.1-1.21.1](/compare/1.20.1-1.21.0...1.20.1-1.21.1) - 2025-10-11 10:52:11 +0200
13+
14+
### Fixed
15+
* Add client-side null player safety check to PacketHandler, Closes #211
16+
417
<a name="1.20.1-1.21.0"></a>
5-
## [1.20.1-1.21.0](/compare/1.20.1-1.20.1...1.20.1-1.21.0) - 2025-10-07 07:34:00
18+
## [1.20.1-1.21.0](/compare/1.20.1-1.20.1...1.20.1-1.21.0) - 2025-10-07 07:34:00 +0200
619

720
### Added
821
* Add IngredientComponentStorageComposite (required for Integrated Mekanism)

loader-common/src/main/java/org/cyclops/cyclopscore/helper/ItemStackHelpersCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void spawnItemStack(Level world, double x, double y, double z, ItemStack
5353

5454
@Override
5555
public void spawnItemStackToPlayer(Level world, BlockPos pos, ItemStack stack, Player player) {
56-
if (!world.isClientSide()) {
56+
if (!world.isClientSide() && !stack.isEmpty()) {
5757
float f = 0.5F;
5858

5959
double xo = (double)(world.random.nextFloat() * f) + (double)(1.0F - f) * 0.5D;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
As always, don't forget to backup your world before updating!
2+
3+
Fixes:
4+
* Fix scrollbar not moving on screen resize
5+
Closes CyclopsMC/IntegratedDynamics#1515
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
As always, don't forget to backup your world before updating!
2+
3+
Fixes:
4+
* Fix empty item entities being spawned
5+
Closes CyclopsMC/IntegratedTunnels#348
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
As always, don't forget to backup your world before updating!
2+
3+
Fixes:
4+
* Add client-side null player safety check to PacketHandler, Closes #211
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
As always, don't forget to backup your world before updating!
2+
3+
Fixes:
4+
* Fix empty item entities being spawned
5+
Closes CyclopsMC/IntegratedTunnels#348

0 commit comments

Comments
 (0)