generated from NTCat/mcpacktemp
55 lines
1.9 KiB
SNBT
55 lines
1.9 KiB
SNBT
|
# Default config file that will be copied to saves\New World\serverconfig\ftbultimine-server.snbt if it doesn't exist!
|
||
|
# Just copy any values you wish to override in here!
|
||
|
|
||
|
{
|
||
|
# This is an advanced option, that you better leave alone This will stop ultimining on first block that it can't mine, rather than skipping it.
|
||
|
# Default: false
|
||
|
cancel_on_block_break_fail: false
|
||
|
|
||
|
# Hunger multiplied for each block mined with ultimine
|
||
|
# Default: 20.0
|
||
|
# Range: 0.0 ~ 10000.0
|
||
|
exhaustion_per_block: 20.0d
|
||
|
|
||
|
# Max amount of blocks that can be ultimined at once
|
||
|
# Default: 64
|
||
|
# Range: 0 ~ 32768
|
||
|
max_blocks: 32
|
||
|
|
||
|
# These tags will be considered the same block when checking for blocks to Ultimine in shapeless mining mode
|
||
|
# Default: ["minecraft:base_stone_overworld", "c:*_ores", "forge:ores/*"]
|
||
|
merge_tags: [
|
||
|
"minecraft:base_stone_overworld"
|
||
|
"c:*_ores"
|
||
|
"forge:ores/*"
|
||
|
]
|
||
|
|
||
|
# These tags will be considered the same block when checking for blocks to Ultimine in shaped mining modes
|
||
|
# Default: ["*"]
|
||
|
merge_tags_shaped: ["*"]
|
||
|
|
||
|
# This will stop mining if tool reaches X durability. It's possible it won't work with special tool types.
|
||
|
# Default: 0
|
||
|
# Range: 0 ~ 100
|
||
|
prevent_tool_break: 1
|
||
|
|
||
|
# Require a damageable tool, or an item in the ftbultimine:tools tag, to ultimine.
|
||
|
# Default: false
|
||
|
require_tool: true
|
||
|
|
||
|
# Right-click with an axe with the Ultimine key held to strip multiple logs and scrape/unwax copper blocks
|
||
|
# Default: true
|
||
|
right_click_axe: true
|
||
|
|
||
|
# Right-click crops with the Ultimine key held to harvest multiple crop blocks
|
||
|
# Default: true
|
||
|
right_click_harvesting: true
|
||
|
|
||
|
# Right-click with a hoe with the Ultimine key held to till multiple grass/dirt blocks into farmland
|
||
|
# Default: true
|
||
|
right_click_hoe: true
|
||
|
|
||
|
# Right-click with a shovel with the Ultimine key held to flatten multiple grass/dirt blocks into dirt paths
|
||
|
# Default: true
|
||
|
right_click_shovel: true
|
||
|
}
|