Items do not stack
GryphonXY opened this issue ยท 3 comments
There is a bug that some items do not stack. The bug was noticed with objects: ores, ingots, sheets, some powders, sticks.
I assume that the bug has something to do with the "temperature". All other items that do not interact in any way with the crucible, fire, etc. stack normally.
The bug is fixed only when the item is thrown away and picked up.
Mod version - [1.20.1-3.2.7]
Please turn on enableDebug
and advanced tooltips (F3 + H) in the TFC client config and show the result of hovering over two stacks that apparently do not stack. Without any specific information I am suspicious of a mod conflict as we've seen GT before fuckup our heat capabilities, see #2783
This has nothing to do with temperature, as notably the temperature data is identical between the two stacks; something is setting an empty tag and not removing it. If you have a reproduction case that causes this to occur in TFC, or isolated to a specific mod conflict, we can try and look into it, my assumption is that TFC is not the issue here as we don't manipulate the stack tag directly (which is where the discrepancy exists here).
Without any actual reproduction case as to how these stacks were created in the first place, there's nothing we can do here.