Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Configuration file
general {
# Activate the Debug Mode from Additional Structures
B:activateDebugMode=false
# Activate structure generation in the End
B:activateEndGeneration=true
# Activate structure generation in the Nether
B:activateNetherGeneration=true
# Activate structure generation in the Overworld
B:activateOverworldGeneration=true
# Activate the ingame Update Checker from Additional Structures
B:activateUpdateChecker=true
# Adds extra dimensions from other mods to the AS generator (No support for this dimensions!) [Don't add -1 or 1] [0 = vanilla overworld]
I:additionalDimensions <
0
>
}