diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-24 15:53:20 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-24 15:53:20 -0400 |
| commit | 3eb8c7a8fca3f22475d53e30f0b90a6737f313fa (patch) | |
| tree | 1c0afbcb6712408fb791849969f9766dcdeb5868 /YWD/eclipse/config/TheYouWillDieMod.cfg | |
Initial commit
Diffstat (limited to 'YWD/eclipse/config/TheYouWillDieMod.cfg')
| -rwxr-xr-x | YWD/eclipse/config/TheYouWillDieMod.cfg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/YWD/eclipse/config/TheYouWillDieMod.cfg b/YWD/eclipse/config/TheYouWillDieMod.cfg new file mode 100755 index 0000000..478c233 --- /dev/null +++ b/YWD/eclipse/config/TheYouWillDieMod.cfg @@ -0,0 +1,28 @@ +# Configuration file + +general { + B:disable_disadvantages=false + B:disable_traps=false + B:enable_crafting_stats=true + B:enable_mob_kill_stats=true + B:enable_weapon_kill_stats=true + I:max_pillars_per_chunk=3 + I:mushroom_replace_difficulty=15 + I:pillar_gen_difficulty=75 + B:pillar_glow=true + B:show_all_pillars_in_creative=false + B:spawn_random_pillars=true + B:spawn_towers=true + I:tower_gen_difficulty=225 + I:trap_gen_difficulty=300 + B:traps_below_ground_only=false + B:version_checking=true +} + + +keybindings { + I:blessing_key=25 + I:examine_key=45 +} + + |
