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

29
config/openmods.cfg Normal file
View File

@@ -0,0 +1,29 @@
# 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
# List of tools used for checking effective during block breaking
S:fakePlayerBlockBreakTools <
"minecraft:diamond_pickaxe"
"minecraft:diamond_shovel"
"minecraft:diamond_axe"
"minecraft:diamond_sword"
"minecraft:shears"
>
}