Railcraft

Railcraft

34M Downloads

Item Loader/Unloader does not recognise carts from other mods

cloakable opened this issue ยท 6 comments

commented

In my case, a Diamond Chest Minecart from the Iron Chests Minecarts mod.

Not sure if this would count as a bugreport or a feature request, but either way it would be nice if it recognised the cart and held it! It goes -into- the cart filter happily enough though.

commented

They do not implement Railcraft API. That's all.

commented

Aha, I'll go post this on their github page then, thanks!

commented

They should. The only API the loaders care about is IInventory.

commented

Yeah, the loaders will push items into the cart, they just don't recognise them when put into the filter to stop the loaders snagging the locomotive!

commented

Ah...that requires that the cart implements EntityMinecart.getCartItem(). Which it does not appear that they do.