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,30 @@
# Configuration file
client {
# Show block drops of any block. [default: false]
B:allDrops=false
# Mod IDs of mods that won't be scanned. [default: [flatcoloredblocks], [chisel], [xtones], [wallpapercraft], [sonarcore], [microblockcbe]]
S:blacklist <
flatcoloredblocks
chisel
xtones
wallpapercraft
sonarcore
microblockcbe
>
# Number of calculation. The higher the more precise the chance. [range: 1 ~ 99999, default: 4000]
I:iteration=4000
# Multithreaded calculation of drops [default: true]
B:multithreaded=true
# Show chance of drops. [default: true]
B:showChance=true
# Show minimum and maximum of drops. [default: true]
B:showMinMax=true
}