mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2025-06-12 02:11:12 +00:00
Cofh Core config pass, remove bbg
This commit is contained in:
@ -35,7 +35,7 @@ Render {
|
||||
|
||||
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
|
||||
B:OpsCanAccessSecureBlocksWarning=false
|
||||
}
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@ Holidays {
|
||||
|
||||
Security {
|
||||
# If TRUE, Server Ops can access "secure" blocks. Your players will be warned upon server connection. [default: false]
|
||||
B:OpsCanAccessSecureBlocks=false
|
||||
B:OpsCanAccessSecureBlocks=true
|
||||
}
|
||||
|
||||
|
||||
@ -41,10 +41,10 @@ World {
|
||||
|
||||
Bedrock {
|
||||
# If TRUE, the bedrock layer will be flattened. [default: false]
|
||||
B:FlatBedrockEnable=false
|
||||
B:FlatBedrockEnable=true
|
||||
|
||||
# This adjusts the number of layers of Flat Bedrock, if enabled. [range: 1 ~ 8, default: 2]
|
||||
I:FlatBedrockLayers=2
|
||||
I:FlatBedrockLayers=1
|
||||
|
||||
# If TRUE, Flat Bedrock will retroactively be applied to existing chunks, if enabled. [default: false]
|
||||
B:FlatBedrockRetroactive=false
|
||||
|
Reference in New Issue
Block a user