-
Notifications
You must be signed in to change notification settings - Fork 8
/
mods.json
80 lines (80 loc) · 3.1 KB
/
mods.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
{
"name": "Interchange Unchained",
"author": "Sgt Moloch",
"description": "Increases capacity of interchanges from 70% to 100%.",
"url": "https://github.com/SgtMoloch/InterchangeUnchained/releases/latest"
},
{
"name": "YardAiExtended",
"author": "wexp",
"description": "Adds more distance buttons when using Yard AI mode.",
"url": "https://github.com/wexp/RR-YardAiExtended/releases/latest"
},
{
"name": "SteamChuffReducer",
"author": "wexp",
"description": "Adds settings to change how steam particle effects are generated.",
"url": "https://github.com/wexp/RR-SteamChuffReducer/releases/latest"
},
{
"name": "IndustryFix",
"author": "Voidheart",
"description": "Corrections for industry issues in Railroader",
"url": "https://github.com/Voidheartd/IndustryFix/releases/latest"
},
{
"name": "AutoCoupleAir",
"author": "wexp",
"description": "Auto couples all air hoses and opens all the correct anglecocks when coupling to a consist.",
"url": "https://github.com/wexp/RR-AutoCoupleAir/releases/latest"
},
{
"name": "Alina's Map Mod",
"author": "AlinaNova21",
"description": "Adds new milestones and unlockable track sections",
"url": "https://railroader.alinanova.dev/"
},
{
"name": "HJ's Industry Tweaks",
"author": "hjp766",
"description": "Increases production at various industries",
"url": "https://www.penguintrains.com/"
},
{
"name": "EWESIRA (track helpers additions)",
"author": "Gamearoo",
"description": "Adds a few helper tracks in a few areas to help make it easier for players",
"url": "https://gamearoo.dev/railroadermods"
},
{
"name": "Gamearoo's Water Mills",
"author": "Gamearoo",
"description": "Adds water mills from Dillsboro to Bryson",
"url": "https://gamearoo.dev/railroadermods"
},
{
"name": "IndustryEdit",
"author": "Exp232",
"description": "Additional modifications for industries in Railroader",
"url": "https://github.com/Exp232/Industry-Edit/releases/latest"
},
{
"name": "SmartOrders",
"author": "peterellisjones",
"description": "Tell the Yard AI to move relative to switches eg \"move this train to the other side of the third switch\"",
"url": "https://github.com/peterellisjones/Railroader-SmartOrders/releases"
},
{
"name": "FlyShuntUI",
"author": "peterellisjones",
"description": "Add buttons to the Road AI to disconnect groups of cars bound for the same destination",
"url": "https://github.com/peterellisjones/Railroader-FlyShuntUI/releases"
},
{
"name": "SwitchToDestination",
"author": "peterellisjones",
"description": "Adds a button to freight cars to open all switches between the car and its waybill destination",
"url": "https://github.com/peterellisjones/Railroader-SwitchToDestination/releases"
}
]