This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Configuration file
general {
# How thick should the shell of bedrock be? [range: 1 ~ 4, default: 1]
I:"Bedrock Thickness"=1
# Flatten the bedrock during world generation [default: false]
B:"Flatten Bedrock"=false
# Force all chunks to retrogen regardless of anything else [default: false]
B:"Force Retrogen"=false
# Replace vanilla ore-generation entirely [default: false]
B:"Replace Vanilla Oregen"=false
# Do we have Retrogen active and generating anything different from the last run in already existing chunks ? [default: false]
B:Retrogen=false
# Retroactively flatten bedrock [default: false]
B:"Retrogen Flat Bedrock"=false
}