changed default TreeChop behavior
This commit is contained in:
parent
ed3d207c7b
commit
077c188058
4 changed files with 41 additions and 1 deletions
Binary file not shown.
36
config/treechop-client.toml
Normal file
36
config/treechop-client.toml
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
|
||||||
|
[chopping]
|
||||||
|
#Default setting for the effect that sneaking has on chopping (can be cycled in-game)
|
||||||
|
#Allowed Values: NONE, INVERT_CHOPPING, INVERT_FELLING
|
||||||
|
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
|
||||||
|
#Default setting for whether or not the user wishes to chop (can be toggled in-game)
|
||||||
|
choppingEnabled = true
|
||||||
|
#Default setting for whether or not the user wishes to fell tree when chopping (can be toggled in-game)
|
||||||
|
fellingEnabled = true
|
||||||
|
|
||||||
|
[visuals]
|
||||||
|
#Visually replace the interior sides of logs with a chopped texture instead of bark
|
||||||
|
removeBarkOnInteriorLogs = true
|
||||||
|
|
||||||
|
[visuals.choppingIndicator]
|
||||||
|
#Vertical location of the indicator relative to the player's crosshairs; positive values move the indicator down
|
||||||
|
#Range: -256 ~ 256
|
||||||
|
yOffset = 0
|
||||||
|
#Horizontal location of the indicator relative to the player's crosshairs; positive values move the indicator to the right
|
||||||
|
#Range: -256 ~ 256
|
||||||
|
xOffset = 16
|
||||||
|
#Show an on-screen indicator when a block will be chopped instead of broken (can be toggled in-game)
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[settingsScreen]
|
||||||
|
#Show chat confirmations when using hotkeys to change chop settings (can be toggled in-game)
|
||||||
|
showFeedbackMessages = true
|
||||||
|
#Show in-game options for enabling and disable felling (can be toggled in-game)
|
||||||
|
showFellingOptions = false
|
||||||
|
#Show tooltips in the settings screen (can be toggled in-game)
|
||||||
|
showTooltips = true
|
||||||
|
|
||||||
|
|
@ -8,6 +8,10 @@ hash = "cd3ae2905b00991d369bc681be56fe2a6c132731eccee3f79fd5f05f8bd4e511"
|
||||||
file = "config/ambientsounds-client.json"
|
file = "config/ambientsounds-client.json"
|
||||||
hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
|
hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/treechop-client.toml"
|
||||||
|
hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/advancement-frames.pw.toml"
|
file = "mods/advancement-frames.pw.toml"
|
||||||
hash = "7ce890cee57c2c46044b9b999bdf786ade69e26a08ef820fdd6e9d4eef5eecc1"
|
hash = "7ce890cee57c2c46044b9b999bdf786ade69e26a08ef820fdd6e9d4eef5eecc1"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "da6ec67e85ce7f82712a8e1b1cd0c327d447d5964a3bc9788aee9a712e82f0e0"
|
hash = "e51f31e8b5249b57c2e1e5f1a3699739fda43e723579eeca76a1536a62f424c7"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue