Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 30, 2025
1 parent 6b4723b commit c6665c0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/fluxnetworks-client.toml
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
21 changes: 21 additions & 0 deletions config/fluxnetworks-common.toml
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

0 comments on commit c6665c0

Please sign in to comment.