Difference between revisions of "JCM:Butterfly Light"
From The District of Joban
Views
Actions
Namespaces
Variants
Tools
Line 1: | Line 1: | ||
{{InfoBox block|id=jsblock:butterfly_light|since=1.0.0|title=Door Closing Indicator (Butterfly Light)|general_category=a|item_group=JCM Blocks|light_level=4|hardness=3.0|image=JCM butterfly light.png|type=Directional Block|transparent=No|other_category=a|author=LX86}} | {{JCMFuture|version=1.1.6}}{{InfoBox block|id=jsblock:butterfly_light|since=1.0.0|title=Door Closing Indicator (Butterfly Light)|general_category=a|item_group=JCM Blocks|light_level=4|hardness=3.0|image=JCM butterfly light.png|type=Directional Block|transparent=No|other_category=a|author=LX86}} | ||
A Door Closing Indicator (Also known as Butterfly Light) is a functional block in Joban Client Mod. | A Door Closing Indicator (Also known as Butterfly Light) is a functional block in Joban Client Mod. | ||
Line 5: | Line 5: | ||
This was a device in the MTR East Rail Line activated by a Platform Supervisor, reminding the Train Driver may now close the door and depart. | This was a device in the MTR East Rail Line activated by a Platform Supervisor, reminding the Train Driver may now close the door and depart. | ||
To comply with MTR Mod's automation, this is changed to start flashing 10s before departure. | To comply with MTR Mod's automation, this is changed to start flashing 10s (default) before departure. | ||
=== Blockstates === | === Blockstates === | ||
Line 24: | Line 24: | ||
|west | |west | ||
| | | | ||
|} | |||
=== Usage === | |||
# Right click the block with a brush to configure the time when it starts flashing before departure | |||
=== Block Entity === | |||
This block has a block entity, and stores the following data: | |||
'''jsblock:butterfly_light''' | |||
{| class="wikitable" | |||
|+ | |||
!Name | |||
!Type | |||
!Description | |||
!Default Value | |||
|- | |||
|seconds_to_blink | |||
|Integer | |||
|The dwell time (seconds) left when it starts blinking | |||
|10 | |||
|} | |} | ||
Line 33: | Line 54: | ||
|- | |- | ||
|v1.0.0 | |v1.0.0 | ||
|Added Butterfly Light | |Added Butterfly Light. | ||
|- | |- | ||
|v1.0.3 | |v1.0.3 | ||
|Butterfly Light now works properly without doDaylightCycle on | |Butterfly Light now works properly without doDaylightCycle on. | ||
|- | |- | ||
|v1.1.4 | |v1.1.4 | ||
|The flashing state has been changed to an animated texture. | |The flashing state has been changed to an animated texture. | ||
|- | |||
|v1.1.6 | |||
|The time until it blinks can now be configured. | |||
|} | |} |
Revision as of 16:54, 9 October 2022
Note
This article is created for Joban Client Mod v1.1.6.
Features mentioned might not be available to the public yet.
Door Closing Indicator (Butterfly Light)
General Information
Block ID | jsblock:butterfly_light |
---|---|
Item Group | JCM Blocks |
Transparent | No |
Light Level | 4 |
Other Information
Added in | v1.0.0 |
---|---|
Created by | LX86 |
A Door Closing Indicator (Also known as Butterfly Light) is a functional block in Joban Client Mod.
This was a device in the MTR East Rail Line activated by a Platform Supervisor, reminding the Train Driver may now close the door and depart.
To comply with MTR Mod's automation, this is changed to start flashing 10s (default) before departure.
Blockstates
facing | lit |
---|---|
north | false |
east | true |
south | |
west |
Usage
- Right click the block with a brush to configure the time when it starts flashing before departure
Block Entity
This block has a block entity, and stores the following data:
jsblock:butterfly_light
Name | Type | Description | Default Value |
---|---|---|---|
seconds_to_blink | Integer | The dwell time (seconds) left when it starts blinking | 10 |
History
Version | Changes Made |
---|---|
v1.0.0 | Added Butterfly Light. |
v1.0.3 | Butterfly Light now works properly without doDaylightCycle on. |
v1.1.4 | The flashing state has been changed to an animated texture. |
v1.1.6 | The time until it blinks can now be configured. |