generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 23
General Structure (v1.2.3)
Minenash edited this page Mar 21, 2022
·
1 revision
The general structure is:
==ForegroundColor:0xFFFFFFFF==
==BackgroundColor:0x44000000==
==Scale:1.0==
==LineSpacing:2==
==TargetRange:20==
==Section:TopLeft==
//Whatever you want to show in the top left corner
==Section:TopRight==
//Whatever you want to show in the top right corner
==Section:BottomLeft==
//Whatever you want to show in the bottom left corner
==Section:BottomRight==
//Whatever you want to show in the bottom right corner
The flags (Foreground
, Background
, LineSpacing
, Scale
, and TargetRange
) are all optional, but must go above any section or any other texts. The defaults are in the example above.
You also only need to put the sections you're going to have stuff in. If you only need info in one section, then only have that section. If you only want info on the top left, then the section header is optional as well.
v3.0
v2.1
v1.2.3