promotional bannermobile promotional banner

FallingTree

Break down your trees by only cutting one piece of it

File Details

FallingTree-1.15.2-2.2.1

  • R
  • Aug 1, 2020
  • 165.27 KB
  • 25.4K
  • 1.15.2
  • Forge

File Name

FallingTree-1.15.2-2.2.1.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:falling-tree-349559:3020529")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Add an option (minimum_leaves_around_required default 0) to tell how many leaves blocks should be at the top of the tree to apply the mod. This should be useful if you want to break only trees an not your houses. Set it to something like 3 and the whole log stack will be cut only if there's at least 3 leaves next to the top most log.
  • On servers the mod is now only required server-side (so clients can join without the mod).
  • Add an option ignore_tools to ignore tool detection (this has the same effect as whitelisting everything, including empty hand).
  • Add an option break_mode to choose how to break the tree. INSTANTANEOUS is the default and what you have been using up to now. Though there is a new addition, SHIFT_DOWN, where instead of breaking everything, the log will slowly fall to the ground as you chop it.
  • Add an option speed_multiplicand to modify the breaking speed of the log.