forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4efd68
commit d3ce8d1
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 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= | ||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.