first commit

This commit is contained in:
Leonid Pershin
2026-05-07 21:38:27 +03:00
commit 84fb173ea8
3949 changed files with 564326 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
["Dungeon's Delight Config"."Gameplay Configurations"]
#Configuration for features that may impact gameplay in a large way
#Force enable all mod integration? (even if the corresponding mods are not installed), mostly useful for modpacks wanting to repurpose the items (default: false)
forceEnableIntegrationFeatures = false
#Should trial spawner blocks emit green flame particles? (default: true)
trialSpawnersEmitGreenFlames = true
#Should vault blocks emit green flame particles? (default: true)
vaultsEmitGreenFlames = true
#Chance for Rotten Monster Rooms to fail generation in most biomes? (default: 70% fail chance)
# Default: 70
# Range: 0 ~ 100
rottenMonsterRoomChance = 70
#Chance for Rotten Monster Rooms to fail generation in Swamps? (default: 40% fail chance)
# Default: 40
# Range: 0 ~ 100
rottenMonsterRoomChanceSwamp = 40