Playing a 1.20.1 modpack with version 0.19-fixed of Treechop, and despite the server config files saying TC's broad tools should work, and to multiply the number of chops by 6 (with further x2 per Expanded), broad axes do not chop multiple per, making them slower than hand axes.
Relevant config section:
[compatibility.tinkersConstruct] #https://www.curseforge.com/minecraft/mc-mods/tinkers-construct #https://modrinth.com/mod/tinkers-construct #Makes AOE tools do more chops. enabled = true #Number of chops that tree breaking tools (like broad axes) should perform on a single block break #Range: 1 ~ 10000 treeBreakingTools = 6 #Number of chops that wood breaking tools (like hand axes) should perform on a single block break #Range: 1 ~ 10000 woodBreakingTools = 1 #The chop count multiplier for each level of the expanded upgrade #Range: 1.0 ~ 10000.0 expandedMultiplier = 2.0
Is this due to the woodBreakingTools config overwriting behavior of treeBreakingTools?
Playing a 1.20.1 modpack with version 0.19-fixed of Treechop, and despite the server config files saying TC's broad tools should work, and to multiply the number of chops by 6 (with further x2 per Expanded), broad axes do not chop multiple per, making them slower than hand axes.
Relevant config section:
[compatibility.tinkersConstruct] #https://www.curseforge.com/minecraft/mc-mods/tinkers-construct #https://modrinth.com/mod/tinkers-construct #Makes AOE tools do more chops. enabled = true #Number of chops that tree breaking tools (like broad axes) should perform on a single block break #Range: 1 ~ 10000 treeBreakingTools = 6 #Number of chops that wood breaking tools (like hand axes) should perform on a single block break #Range: 1 ~ 10000 woodBreakingTools = 1 #The chop count multiplier for each level of the expanded upgrade #Range: 1.0 ~ 10000.0 expandedMultiplier = 2.0Is this due to the
woodBreakingToolsconfig overwriting behavior oftreeBreakingTools?