Files
minecraft-origins/minecraft/config/treechop-client.toml
2026-04-05 13:08:45 +03:00

33 lines
1.4 KiB
TOML

[chopping]
#Default setting for whether or not the user wishes to chop (can be toggled in-game)
choppingEnabled = true
#Default setting for the effect that sneaking has on chopping (can be cycled in-game)
#Allowed Values: NONE, INVERT_CHOPPING
sneakBehavior = "INVERT_CHOPPING"
#Ignore trees without connected leaves (can be toggled in-game)
treesMustHaveLeaves = true
#Enable chopping in creative mode (even when false, sneaking can still enable chopping) (can be toggled in-game)
chopInCreativeMode = false
[visuals]
#Visually replace the interior sides of logs with a chopped texture instead of bark
removeBarkOnInteriorLogs = true
[visuals.choppingIndicator]
#Show an on-screen indicator when a block will be chopped instead of broken (can be toggled in-game)
enabled = true
#Horizontal location of the indicator relative to the player's crosshairs; positive values move the indicator to the right
# Default: 16
# Range: -256 ~ 256
xOffset = 16
#Vertical location of the indicator relative to the player's crosshairs; positive values move the indicator down
# Default: 0
# Range: -256 ~ 256
yOffset = 0
[settingsScreen]
#Show chat confirmations when using hotkeys to change chop settings (can be toggled in-game)
showFeedbackMessages = true
#Show tooltips in the settings screen (can be toggled in-game)
showTooltips = true