Got a question that the wiki doesn't answer? Ask on the forum (preferred), or join us on IRC.
CraftBook
Minecart control blocks
From EngineHub.org Wiki
Minecart control blocks are placed under the track to control the behavior of minecarts that pass over it.
For versions of CraftBook prior to 2.0, redstone cannot be wired up to the track itself for any of the following features. It must be directed at the control block for the moment. For 2.0 and above, redstone can be wired to the track above the control block.
Configuration
Parameter | Value | Default | Description |
---|---|---|---|
minecart-control-blocks | true/false | true | Allow the use of these control blocks. |
minecart-25x-boost-block | integer | 14 | Block type for 25x boost booster blocks. |
minecart-100x-boost-block | integer | 41 | Block type for 100x boost booster blocks. |
minecart-50x-slow-block | integer | 88 | Block type for 50x brake blocks. |
minecart-20x-slow-block | integer | 13 | Block type for 20x brake blocks. |
minecart-station-block | integer | 49 | Block type for station blocks. |
minecart-reverse-block | integer | 35 | Block type for reverse blocks. |
minecart-deposit-block | integer | 15 | Block type for collector and deposit blocks. |
minecart-eject-block | integer | 42 | Block type for ejector blocks. |
minecart-sort-block | integer | 87 | Block type for sort blocks. |
Permissions
Permission Node | Effect |
---|---|
craftbook.vehicles.deposit | Allows for creation of the minecart collectors and depositors. |
craftbook.vehicles.dispenser | Allows for creation of the minecart dispensers. |
craftbook.vehicles.ejector | Allows for creation of the minecart ejectors. |
craftbook.vehicles.cartlift | Allows for creation of the minecart elevators. |
craftbook.vehicles.messager | Allows for creation of the minecart messagers. |
craftbook.vehicles.reverser | Allows for creation of the minecart reversers. |
craftbook.vehicles.sorter | Allows for creation of the minecart sorters. |
craftbook.vehicles.station | Allows for creation of the minecart stations. |
craftbook.vehicles.teleporter | Allows for creation of the minecart teleporters. |