Unlinking PipeManager.java from BC core.
This commit is contained in:
parent
5bb7aa8333
commit
f4d5abafbd
1 changed files with 1 additions and 4 deletions
|
@ -2,11 +2,8 @@ package buildcraft.api.transport;
|
|||
|
||||
import java.util.TreeMap;
|
||||
|
||||
import buildcraft.core.EntityPassiveItem;
|
||||
|
||||
|
||||
public class PipeManager {
|
||||
|
||||
public static TreeMap<Integer, EntityPassiveItem> allEntities = new TreeMap<Integer, EntityPassiveItem>();
|
||||
public static TreeMap<Integer, IPipedItem> allEntities = new TreeMap<Integer, IPipedItem>();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue