From c748db99831af73b3553922a2c7ee96b096b145e Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Tue, 27 Mar 2018 21:36:49 +0300 Subject: readme fix --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 264f9ad..87c3487 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # railroad_paraphernalia This mod introduces railroad equipment, mostly from the 1986 signaling manual for the USSR railways. -##Point levers +## Point levers An accessory that makes a railroad switch look professional. Also helps users of advtrains without train_operator privilege to operate switches in style. -With black&white arrow: +### With black&white arrow: ``` {'dye:black', 'dye:white', 'dye:black'}, {'', 'default:stick', 'default:stick'}, {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}, ``` -With blue&yellow signal lamp: +### With blue&yellow signal lamp: ``` {'dye:grey', 'dye:yellow', 'dye:white'}, {'', 'default:stick', 'default:stick'}, @@ -22,7 +22,7 @@ With blue&yellow signal lamp: While it should be a light source, the details of the model cannot be seen even when it emits the minimal amount of light. -##Track Blocker +## Track Blocker Prevents a tran from passing a track segment by placing a "block" in its way. Isn't synced with advtrains ndb, so works only with manned trains for now. ``` @@ -31,7 +31,7 @@ way. Isn't synced with advtrains ndb, so works only with manned trains for now. {'dye:red', 'default:steel_ingot', 'default:steel_ingot'}, ``` -##Shunting signal +## Shunting signal A small signal for shunting operations. Blue = shunting prohibited, white = shutung allowed. ``` {'', 'dye:white', ''}, @@ -39,7 +39,7 @@ A small signal for shunting operations. Blue = shunting prohibited, white = shut {'', 'default:stone', ''}, ``` -##Delimiting post: +## Delimiting post: It is placed near switches to show the point past which the locomotive may not be parked, since it would collide with the train on the other track. ``` -- cgit v1.2.3