added changelog generator and updated configs

This commit is contained in:
2024-09-26 00:09:01 +02:00
parent 330f2c778c
commit f24c55858c
99 changed files with 9198 additions and 217 deletions

View File

@@ -0,0 +1,37 @@
# Don't change this! Version used to track needed updates.
version = 1
debugMode = false
parseChestLoot = true
parseBlockLoot = true
parseMobLoot = true
parseGameplayLoot = true
parseArchaeologyLoot = true
skippedKeys = [
"emi_loot.function.set_count_set",
"emi_loot.no_conditions",
"emi_loot.function.limit_count",
"emi_loot.function.set_count_add",
"emi_loot.function.fill_player_head"
]
chestLootAlwaysStackSame = false
mobLootIncludeDirectDrops = true
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