-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
6b4723b
commit c6665c0
Showing
2 changed files
with
28 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,7 @@ | ||
[gui] | ||
#Enable navigation buttons sound when pressing it | ||
enableButtonSound = true | ||
#Enable ModernUI | ||
enableGuiDebug = false | ||
#Enable Modern Design for classic GUI when ModernUI is installed | ||
enableModernDesign = true |
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,21 @@ | ||
#Most configs are moved to /serverconfig/fluxnetworks-server.toml | ||
#Copy to /defaultconfig/fluxnetworks-server.toml for modpacks | ||
placeholder = true | ||
|
||
#The One Probe | ||
[OneProbe] | ||
#Displays: Network Name, Live Transfer Rate & Internal Buffer | ||
enableOneProbeBasicInfo = true | ||
#Displays: Transfer Limit & Priority etc | ||
enableOneProbeAdvancedInfo = true | ||
#Displays Advanced Info when sneaking only | ||
enableOneProbeSneaking = true | ||
|
||
#Integration | ||
[integration] | ||
#Whether to enable GTCEU integration if GregTech CE Unofficial Modern is installed. | ||
#4 FE = 1 GTEU, not configurable. | ||
#Note that EU-to-FE conversion is provided by GTCEU, instead of Flux Networks. | ||
#Ensure you have enabled GTCEU's nativeEUToPlatformNative and euToPlatformRatio = 4. | ||
#A game/server restart is required to reload this setting. | ||
enableGTCEU = true |