summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-03-27 21:36:49 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-03-27 21:36:49 +0300
commitc748db99831af73b3553922a2c7ee96b096b145e (patch)
tree3693eeeaf4dc0e63432bf2c40d8d774931e96635
parent075048dd7a771dafb1511ae2d783d5c729a2df1b (diff)
readme fix
-rw-r--r--README.md12
1 files 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.
```