Railcraft

Railcraft

34M Downloads

Railcraft not recognising modded carts as inventories

buttilda opened this issue ยท 3 comments

commented

I got a report on my mod IronChestMinecarts (source here: https://github.com/ganymedes01/IronChestMinecarts) saying that some Railcraft features (tunnel bore, undercutter, relayer, etc) aren't recognising my carts as inventories.
My minecart classes all extend EntityMinecartChest, because I thought that would be enough to ensure compatibility. Am I missing something?

commented

You'll need to implement mods.railcraft.api.carts.IItemTransfer from the Railcraft API.

commented

Ah okay.
Thanks for letting me know :)

commented

I should really kill that API...