Skip to content

Commit c0a0c27

Browse files
committed
Hungry Frogs III
1 parent 88e69fb commit c0a0c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/simibubi/create/content/logistics/packagePort/PackagePortBlockEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public PackagePortBlockEntity(BlockEntityType<?> type, BlockPos pos, BlockState
5454
addressFilter = "";
5555
acceptsPackages = true;
5656
inventory = new SmartInventory(18, this, (slot, stack) -> {
57-
if (PackageItem.isPackage(stack))
57+
if (!PackageItem.isPackage(stack))
5858
return false;
5959

6060
String filterString = getFilterString();

0 commit comments

Comments
 (0)