-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrains.html
160 lines (121 loc) · 5.81 KB
/
Trains.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html class=" izodjpo idc0_347" lang="en" theme="light">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>
GoodMC Original WIKI
</title>
<script src="Main/cache.js"></script>
<meta charset="UTF-8">
<meta content="" name="description">
<meta content="width=device-width, height=device-height, initial-scale=1.0" name="viewport">
<meta content="telephone=no" name="format-detection">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
<meta content="GoodMC Original" property="og:title">
<meta content="GoodMC Original" property="og:site_name">
<meta content="https://goodmc.org" property="og:url">
<meta content="website" property="og:type">
<meta content="" property="og:description">
<link href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>"
rel="icon">
<link href="Main/style.css" rel="stylesheet">
<link href="Main/main.css" rel="stylesheet">
</head>
<body>
<main id="app">
<nav class="menu menu-simplified">
<div class="menu-flex-container">
<a class="menu-logo" href="https://wiki.goodmc.org/Main">
<span style="margin-left: 10px;">GoodMC <span class="tree-emoji">🌳</span> Original</span>
</a>
</div>
<div class="menu-simplified-right">
<a class="hide-on-iphone" href="https://discord.gg/HWPAExBt3A">Discord</a>
<a class="button button-black" href="Main" style="margin-right: 10px;">Main page</a>
</div>
</nav>
<div class="content doc">
<h1>🚂 Trains<img draggable="false" src=""></h1>
<p>Trains brings fully functional train systems, allowing you to build and operate your own railways. With
realistic physics and customizable train cars, you can create efficient transportation networks and enjoy
the immersive experience of riding trains. From commuter systems to industrial freight networks, Trains
offers you the opportunity to explore and expand world with the excitement of trains.</p>
<p style="text-align: center;">
<img src="Data/Trains/overview.gif" style="width: 70%;">
</p>
<h2 id="features"><a href="#features">🎁 Features</a></h2>
<ul>
<li>Ability to connect multiple carts together to form a train</li>
<li>Integration with redstone circuits to control train movement and functionality</li>
<li>Advanced pathfinding and routing capabilities for trains to follow designated tracks</li>
<li>Compatibility with various transportation systems, such as rails, powered rails, and detector rails</li>
<li>Implement a signaling system for trains, allowing players to set up signals and control the flow of
traffic on their railway networks
</li>
<li>Introduce different types of train stations, such as passenger stations, freight depots, and maintenance
facilities
</li>
<li>Add support for train schedules, allowing players to set specific departure and arrival times for their
trains
</li>
<li>A wide range of customization options for creating and managing trains</li>
<li>Support for different types of carts, such as passenger carts, cargo carts, and powered carts</li>
<li>Sign-based Control: Utilize signs as a control mechanism to manipulate and interact with trains</li>
</ul>
<h2 id="guide"><a href="#guide">📝 Guide</a></h2>
<p>
Trains can be operated in two ways: by powered rails or furnace minecarts. While the first option doesn't
require fuel, it is quite expensive for long lines, whereas a furnace minecart requires 1 coal per
approximately 1000 blocks.
</p>
<p>
Minecarts have a coupling mechanism where adjacent minecarts connect to form a train or truck. The number of
minecarts in a coupling is limited.
</p>
<p style="text-align: center;">
<img src="Data/Trains/1.jpg">
</p>
<p>
You can assemble a freight train by using minecarts with chests.
</p>
<p style="text-align: center;">
<img src="Data/Trains/2.jpg">
</p>
<p>
If you place a minecart with a furnace in front of a chest minecart and put coal in it, the coal will be
automatically taken from the chest, and the train will start moving.
</p>
<p style="text-align: center;">
<img src="Data/Trains/3.jpg">
</p>
<p>
</p>
<h2 id="scripts"><a href="#scripts">⚙️ Sign-based Control</a></h2>
<p>
TODO
</p>
<h2 id="commands"><a href="#commands">📜 Commands</a></h2>
<ul>
<li><strong>/train destination <destination></strong> - Set the destination for a train.</li>
</ul>
<h2 id="wiki"><a href="https://wiki.traincarts.net/p/TrainCarts">📖 Click to open Full Wiki</a></h2>
</div>
</main>
<footer class="footer" id="footer">
<div class="footer-left">
<a href="">mc.goodmc.org</a> ·
<a href="">Trains</a> ·
<a href="">14.06.2023</a><br><br>
CC BY-SA
</div>
<div class="footer-right">
<label class="theme-switcher" for="checkbox">
<input checked="checked" id="checkbox" type="checkbox">
<span class="slider round"></span>
</label>
</div>
</footer>
<script src="Main/theme.js"></script>
</body>
</html>