# Cut-tree-one-click **Repository Path**: mcbe-mods/Cut-tree-one-click ## Basic Information - **Project Name**: Cut-tree-one-click - **Description**: 我的世界基岩版一键砍树mod - **Primary Language**: JavaScript - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-07-08 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cut tree one click Cutting trees in minecraft is really a waste of time

## Download To download, you need to go to the GitHub repository [releases](https://github.com/mcbe-mods/Cut-tree-one-click/releases) ## Usage > required enable Beta API 1. need an axe 2. just cut the tree in the sneaking state (Does not support peeled wood) (Support axe in other mods, make sure the axe item id in other mods ends with \_axe) (For wood in other mods, just make sure that the wood block ids in other mods end with \_log) (Drains axe endurance, supports axes with enchanted endurance, stops cutting trees when axe endurance is reduced to 1 point) ![](logo/animation.gif) ## Debugger Please see the official instructions for details: [https://github.com/Mojang/minecraft-debugger](https://github.com/Mojang/minecraft-debugger) After entering the game, you need to execute this command `/script debugger connect localhost 19144` for debugging ## LICENSE Please note that the open source license is GPL-2.0 and you should strictly adhere to it. - Why is it GPL-2.0 license? - Because I had a lot of trouble developing this mod, and I wanted to learn from it or see how others wrote it, but all I saw was ugly or obfuscated JavaScript code, and I hope that every minecraft player or minecraft mod developer will make the source code public so that more people can learn and make the mod, making the minecraft community community more active and make minecraft more playable. Of course, I also hope that when you borrow someone else's code or other content, you mark it with the author's name, **please respect every open source mod author!**