init
This commit is contained in:
30
minecraft/config/treechop-client-1.toml.bak
Normal file
30
minecraft/config/treechop-client-1.toml.bak
Normal file
@@ -0,0 +1,30 @@
|
||||
[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
|
||||
#Range: -256 ~ 256
|
||||
xOffset = 16
|
||||
#Vertical location of the indicator relative to the player's crosshairs; positive values move the indicator down
|
||||
#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
|
||||
Reference in New Issue
Block a user