vista-modpack/config-source/CodeChickenCore.cfg
Eric J. Bowersox 7707955fe7 Added a bunch of mods, added Makefile and configuration files
A bunch of mods were added, as were the Makefile and the configuration files
folder.
2015-11-05 00:42:27 -07:00

24 lines
807 B
INI

#CodeChickenCore configuration file.
checkUpdates=true
#set to true to completely deobfuscate mcp names
dev.deobfuscate=false
#Various tweaks that can be applied to game mechanics.
tweaks
{
#If set to true and doFireTick is disabled in the game rules, fire will still dissipate if it's not over a fire source
doFireTickOut=true
#If set to true, creepers will not destroy landscape. (A version of mobGriefing setting just for creepers)
environmentallyFriendlyCreepers=true
#If set to true two adjacent water source blocks will not generate a third.
finiteWater=false
#Set this to true to use the pre1.5 lava textures
replaceLavaFX=false
#Set this to true to use the pre1.5 water textures
replaceWaterFX=false
#If set to false, leaves will only replace air when growing
softLeafReplace=false
}