mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-12-20 12:54:34 +00:00
Chicken Chunks config first pass
This commit is contained in:
parent
a506d693d4
commit
ea13251448
@ -25,4 +25,4 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
||||
* Up flower patch chance to 20, from 16 (actually decreases spawn chance!)
|
||||
* Up flower patch size from 6 to 8
|
||||
* Decrease mushroom chance to 35, from 40
|
||||
|
||||
* Disable chunk viewer for non OPs, allow OPs to edit chunk loaders
|
||||
|
@ -20,7 +20,7 @@ allowoffline
|
||||
#Set to false to deny a player access to the chunk viewer
|
||||
allowchunkviewer
|
||||
{
|
||||
DEFAULT=true
|
||||
DEFAULT=false
|
||||
OP=true
|
||||
}
|
||||
|
||||
@ -36,7 +36,7 @@ cleanuptime=1200
|
||||
maxchunks=400
|
||||
|
||||
#Enabling this lets OPs alter other player's chunkloaders. WARNING: If you change a chunkloader, you have no idea what may break/explode by not being chunkloaded.
|
||||
op-interact=false
|
||||
op-interact=true
|
||||
|
||||
#Set to false to disable the automatic reloading of mystcraft dimensions on server restart
|
||||
reload-dimensions=true
|
||||
|
Loading…
Reference in New Issue
Block a user