Files
Technic-Server-1.20.1/overrides/config/emi_loot_config.toml
Jacob Vinding c4ad0f3e2e Added mod files
2025-12-26 21:38:55 +01:00

38 lines
782 B
TOML

# Don't change this! Version used to track needed updates.
version = 1
debugMode = false
parseChestLoot = true
parseBlockLoot = false
parseMobLoot = true
parseGameplayLoot = true
parseArchaeologyLoot = true
skippedKeys = [
"emi_loot.function.set_count_add",
"emi_loot.function.fill_player_head",
"emi_loot.function.set_count_set",
"emi_loot.no_conditions",
"emi_loot.function.limit_count"
]
chestLootAlwaysStackSame = false
mobLootIncludeDirectDrops = true
chanceDecimalPlaces = 1
conditionStyle = "default"
[debugModes]
block = false
chest = false
mob = false
gameplay = false
archaeology = false
[compactLoot]
block = true
chest = true
mob = true
gameplay = true
archaeology = true
[logUnstranslatedTables]
chest = false
gameplay = false
archaeology = false