By MemorieStudio
Published on 13 Jan, 2026
Updated on March 13, 2026
3.6

One Punch Tree - V3.2.0 [DISCONTINUED]

Select version for changelog:

Changelog
v3.2.0 - Breaking Modes & Animation Overhaul (March 2026)

This update adds four breaking modes with real tick-accurate animations, a consolidated single-screen settings UI, and internal code improvements.

🪓 Breaking Modes

  • Four modes added: Instant, Chopping, Layer, and Falling Tree — selectable via a dropdown in the settings menu.
  • Instant: All blocks break as fast as possible. No visual delay.
  • Chopping: Blocks break one by one bottom to top with a configurable tick delay per block.
  • Layer: Breaks floor by floor bottom to top, with an extra pause between each Y level.
  • Falling Tree: Leaves break first (top to bottom), then logs collapse top to bottom — simulating a tree falling.
⏱️ Real Tick-Accurate Animation

  • Animated modes now use system.runTimeout() with an accumulated delay counter instead of yield, ensuring real per-block timing regardless of server load.
  • Instant mode retains the system.runJob() generator path for maximum throughput.
  • Added Animation Speed slider (1–20 ticks/block) to control all animated modes.
🖥️ Simplified Settings UI

  • Mode is now selected via a dropdown at the top of the menu — no submenus required.
  • Reset to Defaults now also resets the selected mode back to Instant.
🛠️ Internal Improvements

  • BFS dequeue optimized: Replaced Array.shift() (O(n)) with an index pointer head++ (O(1)) — meaningful speedup on large trees.
  • Durability application extracted to a standalone applyDurability() function called once at the end of the job, preventing double-application edge cases.
  • Falling Tree always collects leaves during BFS regardless of the Break Leaves toggle, as it needs them for the top-down leaf phase.

Downloads

  • One Punch Tree - V3.2.0.mcaddon (15.32 KB)

Show all downloads (1 older files)

Supported Minecraft versions

Installation Guides

1
whats the name of the texture pack you used for the axe picture
1
It’s actually not a texture pack. That is the official Minecraft Vanilla texture.
1
im not refering to the one în the addon description im refearing about the one with the gold axe and cherry tree
1
Actions & Stuff and Vibrant Visuals
1
new peak creator?
1
Thanks! There's more to come 👀
1
Bro, it's kind of dirty of you to modify the Silk Touch thing just because I added it to my newly updated add-on.
1
I understand you're referring to the timing, but it wasn't because of your add-on at all. I simply forgot to include it in version 2.0 and added it now that I realized. It's great that we're both improving the tools for the community, cheers!
1
Are the achievements working?