Skip to content

Powered rail

Picture

Powered rail

There is a very problematic to hook up minecart with computer craft. This integration should help a lot. Finally, automatic item transferring via minecarts are possible!

Info

Powered rail peripheral will provide same API methods like inventory from ComputerCraft integrations for aggregated inventory of ALL minecarts on rail. So, if there is three chest minecarts on rail, inventory size() will return 81.

Peripheral methods

Function Returns Description
isPowered() boolean Returns true if powered rails are enabled
getMinecarts() table Returns list of minecarts
pushMinecarts(reverse?: boolean) nil Pushes all minecarts in a rail forward or backward if reserve are true