-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackmenu.cfg
111 lines (74 loc) · 3.19 KB
/
packmenu.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Configuration file
"forge info" {
# The X offset for this element. [range: -1000 ~ 1000, default: 0]
I:"X Offset"=0
# The Y Offset for this element. [range: -1000 ~ 1000, default: 0]
I:"Y Offset"=0
}
general {
# If forge information is drawn at the top center. This includes beta and update warnings. [default: true]
B:"Draw Forge Info"=false
# If the "Java Edition" text is drawn. [default: true]
B:"Draw Java Edition"=false
# If the vanilla panorama, and it's fade-in, are rendered. Enabling this disables the use of the custom background options. [default: false]
B:"Draw Panorama"=false
# If the splash text is drawn. [default: true]
B:"Draw Splash"=false
# If the title (the giant minecraft text) is drawn. [default: true]
B:"Draw Title"=false
# If the resource pack is loaded from /resources instead of /resources.zip [default: true]
B:"Folder Pack"=true
# If the Panorama has a fade-in effect. [default: false]
B:"Panorama Fade In"=false
# A multiplier on panorama speed. [range: 0.01 ~ 100.0, default: 1.0]
S:"Panorama Speed"=1.0
}
"java edition text" {
# The X offset for this element. [range: -1000 ~ 1000, default: 0]
I:"X Offset"=0
# The Y Offset for this element. [range: -1000 ~ 1000, default: 0]
I:"Y Offset"=0
}
logo {
# The anchor point of the logo. The types of anchor points are available on the wiki. [default: DEFAULT_LOGO]
S:"Anchor Point"=TOP_LEFT
# The height of the logo. [range: 0 ~ 500000, default: 0]
I:Height=170
# The height of the logo's texture. [range: 0 ~ 500000, default: 0]
I:"Texture Height"=500
# The location of the logo texture. Must be a png file. Should contain the extension. [default: ]
S:"Texture Path"=atm:textures/logosmall.png
# The width of the logo's texture. [range: 0 ~ 500000, default: 0]
I:"Texture Width"=500
# The width of the logo. [range: 0 ~ 500000, default: 0]
I:Width=160
# The X offset of the logo. [range: -500000 ~ 500000, default: 0]
I:"X Offset"=30
# The Y offset of the logo. [range: -500000 ~ 500000, default: 0]
I:"Y Offset"=0
}
slideshow {
# How long between slideshow transitions. [range: 1 ~ 1000000, default: 200]
I:Duration=200
# The list of textures to be displayed on the slideshow. If empty, the slideshow is ignored. [default: ]
S:Textures <
>
# How long the slideshow transition lasts. [range: 1 ~ 1000000, default: 20]
I:"Transition Duration"=20
}
"splash text" {
# The color of the splash text. [range: -2147483647 ~ 2147483647, default: -256]
I:Color=-256
# The rotation value of the splash text. [range: -360.0 ~ 360.0, default: -20.0]
S:Rotation=-20.0
# The X offset for this element. [range: -1000 ~ 1000, default: 0]
I:"X Offset"=0
# The Y Offset for this element. [range: -1000 ~ 1000, default: 0]
I:"Y Offset"=0
}
title {
# The X offset for this element. [range: -1000 ~ 1000, default: 0]
I:"X Offset"=0
# The Y Offset for this element. [range: -1000 ~ 1000, default: 0]
I:"Y Offset"=0
}