diff --git a/src/main/java/forestry/core/utils/InventoryUtil.java b/src/main/java/forestry/core/utils/InventoryUtil.java index c70c2c72d7..fbf3414fe0 100644 --- a/src/main/java/forestry/core/utils/InventoryUtil.java +++ b/src/main/java/forestry/core/utils/InventoryUtil.java @@ -86,7 +86,7 @@ public static boolean moveOneItemToPipe(IItemHandler source, AdjacentTileCache t } //TODO Buildcraft for 1.9 - @Optional.Method(modid = "BuildCraftAPI|transport") + @Optional.Method(modid = "buildcraftapi_transport") private static boolean internal_moveOneItemToPipe(IItemHandler source, AdjacentTileCache tileCache, EnumFacing[] directions) { // IInventory invClone = new InventoryCopy(source); // ItemStack stackToMove = removeOneItem(invClone);