mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2025-06-12 18:21:12 +00:00
Initial config added
This commit is contained in:
46
src/config/cofh/core/client.cfg
Normal file
46
src/config/cofh/core/client.cfg
Normal file
@ -0,0 +1,46 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# Global
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# The options in this section change core Minecraft behavior and are not limited to CoFH mods.
|
||||
##########################################################################################################
|
||||
|
||||
Global {
|
||||
# If TRUE, particles will be disabled. [default: false]
|
||||
B:DisableParticles=false
|
||||
}
|
||||
|
||||
|
||||
Interface {
|
||||
# If TRUE, large item counts will be displayed as stacks rather than a single quantity. [default: false]
|
||||
B:DisplayContainedItemsAsStackCount=false
|
||||
|
||||
# If TRUE, a tooltip will be used which prompts to press Shift for more details on various items. [default: true]
|
||||
B:DisplayHoldShiftForDetail=true
|
||||
}
|
||||
|
||||
|
||||
Render {
|
||||
# If TRUE, Color Blind Textures will be enabled in CoFH Mods, where applicable. [default: false]
|
||||
B:EnableColorBlindTextures=false
|
||||
|
||||
# If TRUE, borders will be drawn on GUI slots in CoFH Mods, where applicable. [default: true]
|
||||
B:EnableGUISlotBorders=true
|
||||
|
||||
# If TRUE, Shader Effects will be enabled in CoFH Mods, where applicable. [default: true]
|
||||
B:EnableShaderEffects=true
|
||||
}
|
||||
|
||||
|
||||
Security {
|
||||
# If TRUE, a warning will display if Ops have access to "secure" blocks upon logging on to a server. [default: true]
|
||||
B:OpsCanAccessSecureBlocksWarning=true
|
||||
}
|
||||
|
||||
|
||||
Version {
|
||||
S:Identifier=4.1.1
|
||||
}
|
||||
|
||||
|
55
src/config/cofh/core/common.cfg
Normal file
55
src/config/cofh/core/common.cfg
Normal file
@ -0,0 +1,55 @@
|
||||
# Configuration file
|
||||
|
||||
General {
|
||||
# If TRUE, a log message is generated when a block is dismantled. [default: false]
|
||||
B:EnableDismantleLogging=false
|
||||
|
||||
# If TRUE, death messages are displayed for any named entity. [default: true]
|
||||
B:EnableGenericDeathMessage=true
|
||||
}
|
||||
|
||||
|
||||
Holidays {
|
||||
# If TRUE, Christmas cheer is disabled. Scrooge. :( [default: false]
|
||||
B:HoHoNo=false
|
||||
|
||||
# If TRUE, April Foolishness is disabled. Boring! :P [default: false]
|
||||
B:IHateApril=false
|
||||
}
|
||||
|
||||
|
||||
Security {
|
||||
# If TRUE, Server Ops can access "secure" blocks. Your players will be warned upon server connection. [default: false]
|
||||
B:OpsCanAccessSecureBlocks=false
|
||||
}
|
||||
|
||||
|
||||
Version {
|
||||
S:Identifier=4.1.1
|
||||
}
|
||||
|
||||
|
||||
World {
|
||||
# If TRUE, vanilla Minecraft ore generation will be REPLACED. Configure in the vanilla.json file; vanilla defaults have been provided. If you rename the vanilla.json file, this option WILL NOT WORK. [default: false]
|
||||
B:ReplaceVanillaGeneration=false
|
||||
|
||||
# If TRUE, world generation handled by CoFH Core will be retroactively applied to existing chunks. [default: false]
|
||||
B:RetroactiveGeneration=false
|
||||
|
||||
# This adjusts the % chance that a tree will grow as normal when it is meant to. Reducing this value will mean that trees take longer to grow, on average. [range: 1 ~ 100, default: 100]
|
||||
I:TreeGrowthChance=100
|
||||
|
||||
Bedrock {
|
||||
# If TRUE, the bedrock layer will be flattened. [default: false]
|
||||
B:FlatBedrockEnable=false
|
||||
|
||||
# This adjusts the number of layers of Flat Bedrock, if enabled. [range: 1 ~ 8, default: 2]
|
||||
I:FlatBedrockLayers=2
|
||||
|
||||
# If TRUE, Flat Bedrock will retroactively be applied to existing chunks, if enabled. [default: false]
|
||||
B:FlatBedrockRetroactive=false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
0
src/config/cofh/core/friends.cfg
Normal file
0
src/config/cofh/core/friends.cfg
Normal file
Reference in New Issue
Block a user