mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-12-20 12:54:34 +00:00
Cofh Core config pass, remove bbg
This commit is contained in:
parent
243a1540a0
commit
0a62c6d6fc
@ -27,3 +27,6 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
|||||||
* Decrease mushroom chance to 35, from 40
|
* Decrease mushroom chance to 35, from 40
|
||||||
* Disable chunk viewer for non OPs, allow OPs to edit chunk loaders
|
* Disable chunk viewer for non OPs, allow OPs to edit chunk loaders
|
||||||
* Up Compact Machines worldgen chance to 0.001
|
* Up Compact Machines worldgen chance to 0.001
|
||||||
|
* Cofh Core:
|
||||||
|
* Disable some warning upon login
|
||||||
|
* Generate flat bedrock (replaces betterBedrock mod)
|
||||||
|
@ -69,6 +69,7 @@
|
|||||||
"optionsshaders.txt",
|
"optionsshaders.txt",
|
||||||
"journeymap/*",
|
"journeymap/*",
|
||||||
"config/BetterAchievements/*.dat",
|
"config/BetterAchievements/*.dat",
|
||||||
|
"config/cofh/core/friends.cfg",
|
||||||
"TooManyGravesData/*",
|
"TooManyGravesData/*",
|
||||||
"logs/*"
|
"logs/*"
|
||||||
],
|
],
|
||||||
|
@ -35,7 +35,7 @@ Render {
|
|||||||
|
|
||||||
Security {
|
Security {
|
||||||
# If TRUE, a warning will display if Ops have access to "secure" blocks upon logging on to a server. [default: true]
|
# 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 {
|
Security {
|
||||||
# If TRUE, Server Ops can access "secure" blocks. Your players will be warned upon server connection. [default: false]
|
# 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 {
|
Bedrock {
|
||||||
# If TRUE, the bedrock layer will be flattened. [default: false]
|
# 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]
|
# 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]
|
# If TRUE, Flat Bedrock will retroactively be applied to existing chunks, if enabled. [default: false]
|
||||||
B:FlatBedrockRetroactive=false
|
B:FlatBedrockRetroactive=false
|
||||||
|
@ -1 +0,0 @@
|
|||||||
https://addons-origin.cursecdn.com/files/2301/197/BBG-1.9.4-5.0.0.jar
|
|
Loading…
Reference in New Issue
Block a user