Difference between revisions of "JCM:Standing Station Name Sign"
From The District of Joban
Views
Actions
Namespaces
Variants
Tools
(Created page with "{{InfoBox block|id=jsblock:station_name_tall_stand|since=1.0.0|title=Standing Station Name Sign|general_category=General Information|item_group=Joban Blocks|type=Multipart|author=LX86|transparent=Yes|hardness=2|other_category=Other Information|light_level=0|image=JCM station name tall stand.png|technical_category=Technical Information|extends=[https://github.com/jonafanho/Minecraft-Transit-Railway/blob/master/common/src/main/java/mtr/block/BlockStationNameTallBase.java B...") |
m (Remove Technical Information) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{InfoBox block|id=jsblock:station_name_tall_stand|since=1.0.0|title=Standing Station Name Sign|general_category=General Information|item_group= | {{InfoBox block|id=jsblock:station_name_tall_stand|since=1.0.0|title=Standing Station Name Sign|general_category=General Information|item_group=JCM Blocks|type=Multipart|author=LX86|transparent=Yes|hardness=2|other_category=Other Information|light_level=0|image=JCM station name tall stand.png}} | ||
A Standing Station Name Sign is a decoration block in Joban Client Mod, replicating standing station name sign seen in | A Standing Station Name Sign is a decoration block in Joban Client Mod, replicating standing station name sign seen in the '''Tuen Ma Line (Tuen Mun <-> Kam Sheung Road)''' section after the KCR and MTR merger. | ||
=== Usage === | === Usage === | ||
Line 10: | Line 10: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
! | !facing | ||
! | !metal | ||
! | !third | ||
! | !color | ||
|- | |- | ||
|north | |north | ||
Line 40: | Line 40: | ||
==== jsblock:station_name_tall_stand ==== | ==== jsblock:station_name_tall_stand ==== | ||
This block has a block entity, but does not store any data and is solely used for rendering. | This block has a block entity, but does not store any data and is solely used for rendering. | ||
=== Issues === | |||
Due to the rendering method being constantly changed in MTR Mod, this block caused crashes on multiple MTR Versions. | |||
However this should no longer happen as MTR's codebase becomes more stablised | |||
=== History === | === History === |
Latest revision as of 20:49, 20 October 2023
Standing Station Name Sign
General Information
Block ID | jsblock:station_name_tall_stand |
---|---|
Item Group | JCM Blocks |
Transparent | Yes |
Light Level | 0 |
Other Information
Added in | v1.0.0 |
---|---|
Created by | LX86 |
A Standing Station Name Sign is a decoration block in Joban Client Mod, replicating standing station name sign seen in the Tuen Ma Line (Tuen Mun <-> Kam Sheung Road) section after the KCR and MTR merger.
Usage
- Right click with brush to change text color
Blockstates
facing | metal | third | color |
---|---|---|---|
north | true | lower | 0 (White) |
east | false | middle | 1 (Gray) |
south | upper | 2 (Black) | |
west |
Block Entity
jsblock:station_name_tall_stand
This block has a block entity, but does not store any data and is solely used for rendering.
Issues
Due to the rendering method being constantly changed in MTR Mod, this block caused crashes on multiple MTR Versions.
However this should no longer happen as MTR's codebase becomes more stablised
History
Version | Changes Made |
---|---|
v1.0.0 | Added Standing Station Name Sign |
v1.1.3 | Text are now drawn with Dynamic Images |