Skip to content

Instantly share code, notes, and snippets.

@mrammy

mrammy/Waila.cfg Secret

Last active October 20, 2015 04:13
Show Gist options
  • Save mrammy/94dca00d00414947556c to your computer and use it in GitHub Desktop.
Save mrammy/94dca00d00414947556c to your computer and use it in GitHub Desktop.
# Configuration file
general {
I:waila.cfg.alpha=80
I:waila.cfg.bgcolor=1048592
I:waila.cfg.fontcolor=10526880
I:waila.cfg.gradient1=5243135
I:waila.cfg.gradient2=2621567
I:waila.cfg.heartsperline=20
B:waila.cfg.keybind=true
B:waila.cfg.liquid=false
I:waila.cfg.maxhpbeforetext=40
B:waila.cfg.metadata=true
B:waila.cfg.newfilters=true
I:waila.cfg.posx=5000
I:waila.cfg.posy=100
I:waila.cfg.scale=100
B:waila.cfg.show=true
B:waila.cfg.showmode=true
}
##########################################################################################################
# modules
#--------------------------------------------------------------------------------------------------------#
# Those are the config keys defined in modules.
# Server side, it is used to enforce keys client side using the next section.
##########################################################################################################
modules {
B:general.showcrop=true
B:general.showhp=true
B:thermalexpansion.cache=true
B:thermalexpansion.energycell=true
B:thermalexpansion.energyhandler=true
B:thermalexpansion.fluidamount=true
B:thermalexpansion.fluidtype=true
B:thermalexpansion.owner=true
B:thermalexpansion.tankmode=true
B:thermalexpansion.tessfreq=true
B:thermalexpansion.tesssendrecv=true
B:vanilla.comparator=true
B:vanilla.jukebox=true
B:vanilla.leverstate=true
B:vanilla.redstone=true
B:vanilla.repeater=true
B:vanilla.silverfish=true
B:vanilla.spawntype=true
}
##########################################################################################################
# server_forcing
#--------------------------------------------------------------------------------------------------------#
# Any key set to true here will ensure that the client is using the configuration set in the 'module' section above.
# This is useful for enforcing false to 'cheating' keys like silverfish.
##########################################################################################################
server_forcing {
B:general.showcrop=false
B:general.showhp=false
B:thermalexpansion.cache=false
B:thermalexpansion.energycell=false
B:thermalexpansion.energyhandler=false
B:thermalexpansion.fluidamount=false
B:thermalexpansion.fluidtype=false
B:thermalexpansion.owner=false
B:thermalexpansion.tankmode=false
B:thermalexpansion.tessfreq=false
B:thermalexpansion.tesssendrecv=false
B:vanilla.comparator=false
B:vanilla.jukebox=false
B:vanilla.leverstate=false
B:vanilla.redstone=false
B:vanilla.repeater=false
B:vanilla.silverfish=false
B:vanilla.spawntype=false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment