-
-
Notifications
You must be signed in to change notification settings - Fork 9
Resource Packs
Corey edited this page Feb 8, 2025
·
5 revisions
When retexturing Station Name Signs, you may want to override the default text color and positioning. You can do this by creating a JSON file at (pack root)/tramways/tramways_name_sign/(block id).json. The content should look like this:
{
"align": "center",
"color": "white",
"offset": 0,
"width": 80
}-
align- the text's alignment, valid values:leftrightcenter
-
color- the text's color, valid values:whiteorangemagentalight_blueyellowlimepinkgraylight_graycyanpurplebluebrowngreenredblack
-
offset- the text's offset -
width- the max width of a line of text [removed in 0.1.3, will be set to 80 or 160 (for extended signs)]