cache itemstacks more aggressively

This commit is contained in:
PrototypeTrousers
2022-01-24 03:09:30 -03:00
parent 98761809fd
commit 63e339b88b
9 changed files with 167 additions and 78 deletions
+1 -1
View File
@@ -1226,7 +1226,7 @@ public class Platform
Preconditions.checkNotNull( src );
Preconditions.checkNotNull( mode );
final T possible = cell.injectItems( input.copy(), Actionable.SIMULATE, src );
final T possible = cell.injectItems( input, Actionable.SIMULATE, src );
long stored = input.getStackSize();
if( possible != null )