The District of Joban Difference between revisions of "JCM:Emergency Stop Button (TCL)"

Difference between revisions of "JCM:Emergency Stop Button (TCL)"

From The District of Joban
(Created page with "{{InfoBox block|id=jsblock:emg_stop_1|since=1.0.0|title=Emergency Stop Button|image=JCM emg stop 1.png|general_category=a|type=Directional Block|item_group=JCM Blocks|hardness=1.0|transparent=No|light_level=0|other_category=a|author=LX86}} An '''Emergency Stop Button''' is a decoration block in Joban Client Mod, seen in Tung Chung Line. === Blockstates === {| class="wikitable" |+ !facing |- |north |- |east |- |south |- |west |} === History === {| class="wikitable" |+...")
 
Line 16: Line 16:
|west
|west
|}
|}
=== FAQ ===
'''Q:''' Can you make it actually stop the train?
'''A:''' All MTR Trains are stored inside a siding and is currently private. With normal means you can't access/gain control of MTR's train.
While you can make a mixin accessor for that, MTR Mod doesn't officially have an API, and the code may break anytime if the main mod changes something.
As time goes on, we may reconsider the possibilities of such feature.


=== History ===
=== History ===

Revision as of 14:47, 24 August 2022

Emergency Stop Button
JCM emg stop 1.png
General Information
Block ID jsblock:emg_stop_1
Item Group JCM Blocks
Transparent No
Light Level 0
Other Information
Added in v1.0.0
Created by LX86


An Emergency Stop Button is a decoration block in Joban Client Mod, seen in Tung Chung Line.

Blockstates

facing
north
east
south
west

FAQ

Q: Can you make it actually stop the train?

A: All MTR Trains are stored inside a siding and is currently private. With normal means you can't access/gain control of MTR's train.

While you can make a mixin accessor for that, MTR Mod doesn't officially have an API, and the code may break anytime if the main mod changes something.

As time goes on, we may reconsider the possibilities of such feature.

History

Version Changes Made
v1.0.0 Added Emergency Stop Button (TCL)