Kotori316/QuarryPlus

[1.19.2 forge] World frozen when some importer is connected

Closed this issue · 1 comments

Original issue (in Japanese): https://rinashirogane.blogspot.com/2023/08/minecraft_01341113296.html

The original author connects Creative Importer from Cable Tiers, source.
The storage in quarry has Air item and it is counted as 1 item, though it is not invalid, but the importer can't treat this situation and cause infinite while loop(https://github.com/starforcraft/Cable-Tiers/blob/afbc975e7b4970e3cb7fa0af90cca710f16e9e2a/src/main/java/com/YTrollman/CableTiers/node/TieredImporterNetworkNode.java#L141-L169)
The importer can't extract Empty stack and it misunderstand the container size, so I need to remove Air from all storage.

Fixed in 1192.2.2, this fix will be imported to 1.20.1