15 lines
565 B
TOML
15 lines
565 B
TOML
#Max blocks you can mine at once
|
|
#Range: 1 ~ 32768
|
|
max_blocks = 128
|
|
#Hunger multiplied for each block mined with ultimine
|
|
#Range: 0.0 ~ 10000.0
|
|
exhaustion_per_block = 25.0
|
|
#Doesn't stop at different types of stones
|
|
merge_stone = false
|
|
#Tools that won't let you active ultimine when held
|
|
tool_blacklist = ["mininggadgets:mininggadget", "ars_nouveau:wand", "ars_nouveau:novice_spell_book", "ars_nouveau:creative_spell_book", "ars_nouveau:archmage_spell_book", "ars_nouveau:apprentice_spell_book"]
|
|
#Required for some modpacks
|
|
#Range: -1 ~ 8
|
|
render_text_manually = -1
|
|
|