Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

20
both/config/OpenMods.cfg Normal file
View File

@@ -0,0 +1,20 @@
# Configuration file
debug {
# Control printing of stacktraces in case of unharvested drops
B:dropsDebug=false
# Maximum fake player pool that doesn't produce warning
I:fakePlayerCountThreshold=10
# Maximum allowed size of tessellator pool
I:tessellatorPoolLimit=20
}
feature {
# Enables command line calculator
B:calculatorCommands=true
}