forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitlt.cfg
43 lines (29 loc) · 1.37 KB
/
itlt.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
# Configuration file
bitdetection {
# If ShouldYellAt32BitUsers is set to true, this is the message that will be displayed to the user.
S:ErrorMessage=You are using a 32 bit version of java. This is not recommended with this modpack.
# Set to true to make itlt yell at people attempting to use 32x java for the modpack.
B:ShouldYellAt32BitUsers=false
}
display {
# Set to true to make minecraft attempt to maximize itself on startup (This is kinda unstable right now, so don't trust it too much)
B:ShouldMaximizeDisplay=false
# Set to true to load a custom icon from config;itlt;icon.png
B:loadCustomIcon=true
# Set to true to attempt to get the display name of the pack of the info json file
# This will take priority over windowDisplayTitle
B:useTechnicDisplayName=false
# Set to true to attempt to use the icon assigned to the modpack by the technic launcher.
# This will take priority over loadCustomIcon
B:useTechnicIcon=false
# Change this value to change the name of the MineCraft window
S:windowDisplayTitle=GT: New Horizons
}
server {
# Set to true to have a dedicated server added to the server list ingame. The server will not overwrite others servers.
B:AddDedicatedServer=false
# The ip of the dedicated server to add.
S:ServerIP=
# The name of the dedicated server to add.
S:ServerName=
}