Fellies/config/ftbultimine-common.toml

15 lines
403 B
TOML
Raw Normal View History

2021-01-28 20:21:47 +00:00
#Max blocks you can mine at once
#Range: 1 ~ 32768
2021-01-28 20:25:15 +00:00
max_blocks = 64
2021-01-28 20:21:47 +00:00
#Hunger multiplied for each block mined with ultimine
#Range: 0.0 ~ 10000.0
2021-01-28 20:25:15 +00:00
exhaustion_per_block = 20.0
2021-01-28 20:21:47 +00:00
#Doesn't stop at different types of stones
2021-01-28 20:25:15 +00:00
merge_stone = true
2021-01-28 20:21:47 +00:00
#Tools that won't let you active ultimine when held
2021-01-28 20:25:15 +00:00
tool_blacklist = ["mininggadgets:mininggadget"]
2021-01-28 20:21:47 +00:00
#Required for some modpacks
#Range: -1 ~ 8
render_text_manually = -1