Skip to content

Commit

Permalink
Fix updated buildcraft API name, fixing #2343.
Browse files Browse the repository at this point in the history
Caused by the fix for BuildCraft/BuildCraftAPI#44 (where railcraft couldn't properly depend on the BC API's as forge rejected the old names).
  • Loading branch information
AlexIIL committed Jan 19, 2019
1 parent 4c72734 commit 852afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/forestry/core/utils/InventoryUtil.java
Expand Up @@ -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);
Expand Down

0 comments on commit 852afa2

Please sign in to comment.