We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41c230 commit 8870539Copy full SHA for 8870539
1 file changed
src/main/java/de/srendi/advancedperipherals/common/util/inventory/FluidFilter.java
@@ -27,7 +27,7 @@ public class FluidFilter extends GenericFilter<FluidStack> {
27
private TagKey<Fluid> tag = null;
28
private CompoundTag nbt = null;
29
private String nbtHash = null;
30
- private int count = 1000;
+ private int count = Integer.MAX_VALUE;
31
private String fingerprint = "";
32
33
private FluidFilter() {
0 commit comments