|
1 | | -# Configuration file |
2 | | - |
3 | | -bitdetection { |
4 | | - # If ShouldYellAt32BitUsers is set to true, this is the message that will be displayed to the user. |
5 | | - S:ErrorMessage=You are using a 32 bit version of java. This is not recommended with this modpack. |
6 | | - |
7 | | - # Set to true to make itlt yell at people attempting to use 32x java for the modpack. |
8 | | - B:ShouldYellAt32BitUsers=true |
9 | | -} |
10 | | - |
11 | | - |
12 | | -display { |
13 | | - # 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) |
14 | | - B:ShouldMaximizeDisplay=false |
15 | | - |
16 | | - # Set to true to load a custom icon from config;itlt;icon.png |
17 | | - B:loadCustomIcon=true |
18 | | - |
19 | | - # Set to true to attempt to get the display name of the pack of the info json file |
20 | | - # This will take priority over windowDisplayTitle |
21 | | - B:useTechnicDisplayName=true |
22 | | - |
23 | | - # Set to true to attempt to use the icon assigned to the modpack by the technic launcher. |
24 | | - # This will take priority over loadCustomIcon |
25 | | - B:useTechnicIcon=true |
26 | | - |
27 | | - # Change this value to change the name of the MineCraft window |
28 | | - S:windowDisplayTitle=Telomerase 1.20.3 |
29 | | -} |
30 | | - |
31 | | - |
32 | | -server { |
33 | | - # Set to true to have a dedicated server added to the server list ingame. The server will not overwrite others servers. |
34 | | - B:AddDedicatedServer=true |
35 | | - |
36 | | - # The ip of the dedicated server to add. |
37 | | - S:ServerIP=delightful-telomerase.ddnsfree.com |
38 | | - |
39 | | - # The name of the dedicated server to add. |
40 | | - S:ServerName=Delightful Telomerase |
41 | | -} |
42 | | - |
43 | | - |
| 1 | +# Configuration file |
| 2 | + |
| 3 | +bitdetection { |
| 4 | + # If ShouldYellAt32BitUsers is set to true, this is the message that will be displayed to the user. |
| 5 | + S:ErrorMessage=You are using a 32 bit version of java. This is not recommended with this modpack. |
| 6 | + |
| 7 | + # Set to true to make itlt yell at people attempting to use 32x java for the modpack. |
| 8 | + B:ShouldYellAt32BitUsers=true |
| 9 | +} |
| 10 | + |
| 11 | + |
| 12 | +display { |
| 13 | + # 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) |
| 14 | + B:ShouldMaximizeDisplay=false |
| 15 | + |
| 16 | + # Set to true to load a custom icon from config;itlt;icon.png |
| 17 | + B:loadCustomIcon=true |
| 18 | + |
| 19 | + # Set to true to attempt to get the display name of the pack of the info json file |
| 20 | + # This will take priority over windowDisplayTitle |
| 21 | + B:useTechnicDisplayName=true |
| 22 | + |
| 23 | + # Set to true to attempt to use the icon assigned to the modpack by the technic launcher. |
| 24 | + # This will take priority over loadCustomIcon |
| 25 | + B:useTechnicIcon=true |
| 26 | + |
| 27 | + # Change this value to change the name of the MineCraft window |
| 28 | + S:windowDisplayTitle=Telomerase 1.20.4-pre1 |
| 29 | +} |
| 30 | + |
| 31 | + |
| 32 | +server { |
| 33 | + # Set to true to have a dedicated server added to the server list ingame. The server will not overwrite others servers. |
| 34 | + B:AddDedicatedServer=true |
| 35 | + |
| 36 | + # The ip of the dedicated server to add. |
| 37 | + S:ServerIP=delightful-telomerase.ddnsfree.com |
| 38 | + |
| 39 | + # The name of the dedicated server to add. |
| 40 | + S:ServerName=Delightful Telomerase |
| 41 | +} |
| 42 | + |
| 43 | + |
0 commit comments