Skip to content

Commit

Permalink
add itIt cfg and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Apr 19, 2020
1 parent d4efd68 commit d3ce8d1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions config/itlt.cfg
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=
}


Binary file added config/itlt/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3ce8d1

Please sign in to comment.