-
Notifications
You must be signed in to change notification settings - Fork 75
Augment Detector
Jacob edited this page Jan 7, 2021
·
4 revisions
The Detector Augment is used to check what locomotive/stock is passing overhead. Right click on a track segment to apply the augment. Like any augment, it may be removed from the track by right-clicking with the wrench. It can be filtered by right clicking on the augment with a locomotive or rolling stock item.
Right clicking on the augment with a redstone torch in your hand will switch it between a few modes:
- Stock: Outputs a signal of 15 if there's a stock on the detector and it matches the filter (if set), otherwise outputs no signal (this is the default mode).
- Speed: Outputs a signal with strength equal to
floor(speed_in_kmh / 10)
of the stock on the detector if it matches the filter (if set), otherwise outputs no signal. - Number of passengers: Outputs a signal with strength equal to the
min(15, number_of_passengers_riding)
the stock on the detector if it matches the filter (if set), otherwise outputs no signal. - Freight Cargo Fullness: Outputs a signal with strength proportional to the
number_of_non_empty_item_slots / total_number_of_item_slots
of the stock on the detector if it matches the filter (if set), otherwise outputs no signal. - Liquid Cargo Fullness: Outputs a signal with strength proportional to the
amount_of_fluid / max_amount_of_fluid
of the stock on the detector if it matches the filter (if set), otherwise outputs no signal.
wiki created by tigerbird1, dragonshardz, neronakoma, darkraider, cam72cam: Immersive Railroading development team.