25 lines
672 B
TOML
25 lines
672 B
TOML
|
|
#General Settings
|
|
[general]
|
|
#Whether the creation of cracked block variants using a pickaxe is enabled.
|
|
cracked_creation_enabled = true
|
|
#Whether Flint & Steel is required to light a candle.
|
|
require_flint_and_steel = true
|
|
#Enable storage checking for blocked access.
|
|
inv_access_block_check = true
|
|
#Whether the creation of pathblocks (added by this mod) using a shovel is enabled.
|
|
pathblock_creation_enabled = true
|
|
|
|
#Midi Settings
|
|
[midi]
|
|
#Max number of notes played per 20 ticks.
|
|
#Range: 0 ~ 200
|
|
midi_note_limit = 75
|
|
#Enable server MIDI.
|
|
midi_enable = true
|
|
#Enable MIDI client sound.
|
|
midi_sound_enable = true
|
|
#Enable MIDI input.
|
|
midi_input_enable = false
|
|
|