diff --git a/DH Test-1.0.0.mrpack b/DH Test-1.0.0.mrpack index 9cd6a7d..292c5e6 100644 Binary files a/DH Test-1.0.0.mrpack and b/DH Test-1.0.0.mrpack differ diff --git a/config/treechop-client.toml b/config/treechop-client.toml new file mode 100644 index 0000000..9cf7db0 --- /dev/null +++ b/config/treechop-client.toml @@ -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 + diff --git a/index.toml b/index.toml index 46a21e9..3dd2943 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "cd3ae2905b00991d369bc681be56fe2a6c132731eccee3f79fd5f05f8bd4e511" file = "config/ambientsounds-client.json" hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e" +[[files]] +file = "config/treechop-client.toml" +hash = "b03b349044903a4e07956a31142161b8f6eb2c6ea161f3a4ebfaf90f7644c4f2" + [[files]] file = "mods/advancement-frames.pw.toml" hash = "7ce890cee57c2c46044b9b999bdf786ade69e26a08ef820fdd6e9d4eef5eecc1" diff --git a/pack.toml b/pack.toml index c17ee94..2b4b4d7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "da6ec67e85ce7f82712a8e1b1cd0c327d447d5964a3bc9788aee9a712e82f0e0" +hash = "e51f31e8b5249b57c2e1e5f1a3699739fda43e723579eeca76a1536a62f424c7" [versions] minecraft = "1.20.1"