From 8354db8e2140f4951bc2eac6a5ff088f1e8e9f65 Mon Sep 17 00:00:00 2001 From: Andrew Hill Date: Thu, 21 Feb 2013 20:57:13 +1000 Subject: [PATCH] Update common/buildcraft/transport/PipeTransportItems.java LogisticsPipes would like to be able to handle reversed items ourselves. (in some cases we want to buffer, and try to eject once the associated machine/inventory has space) --- common/buildcraft/transport/PipeTransportItems.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/buildcraft/transport/PipeTransportItems.java b/common/buildcraft/transport/PipeTransportItems.java index f5b69c5c..f67cdffb 100644 --- a/common/buildcraft/transport/PipeTransportItems.java +++ b/common/buildcraft/transport/PipeTransportItems.java @@ -132,7 +132,7 @@ public class PipeTransportItems extends PipeTransport { * * @param data */ - private void reverseItem(EntityData data) { + protected void reverseItem(EntityData data) { if (data.item.isCorrupted()) // Safe guard - if for any reason the item is corrupted at this // stage, avoid adding it to the pipe to avoid further exceptions.