add config files
This commit is contained in:
parent
2333e3b581
commit
2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions
8
config/chunky/config.json
Normal file
8
config/chunky/config.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"version": 2,
|
||||
"language": "en",
|
||||
"continueOnRestart": false,
|
||||
"forceLoadExistingChunks": false,
|
||||
"silent": false,
|
||||
"updateInterval": 1
|
||||
}
|
||||
9
config/chunky/tasks/minecraft/overworld.properties
Normal file
9
config/chunky/tasks/minecraft/overworld.properties
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
world=minecraft:overworld
|
||||
cancelled=true
|
||||
center-x=0.0
|
||||
center-z=0.0
|
||||
radius=1000.0
|
||||
shape=square
|
||||
pattern=region
|
||||
chunks=16078
|
||||
time=234630
|
||||
Loading…
Add table
Add a link
Reference in a new issue