-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCodeChickenCore.cfg
More file actions
26 lines (22 loc) · 893 Bytes
/
CodeChickenCore.cfg
File metadata and controls
26 lines (22 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#CodeChickenCore configuration file.
#The most recent notification number recieved. -1 to disable
checkNotifications=-1
checkUpdates=false
#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=false
#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
}