
TreeCapitator Lite
A lightweight Fabric mod that lets you chop down entire trees by breaking a single log block.
- Загрузки
- 4K
- Подписчики
- 5
- Обновлён
- 7 июня 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 2 апреля 2026 г.
🪓 TreeCapitator Lite
Chop down entire trees by breaking a single log.
TreeCapitator Lite is a lightweight Fabric mod that makes tree cutting fast and satisfying. No more climbing — just break the base log and the whole tree falls.
Works on Minecraft 26.1+ (Fabric)
✅ Server-side compatible (clients don’t need the mod)
✨ Features
- Smart Tree Detection: Detects full trees (trunks, branches, optional leaves), even complex shapes.
- Fully Configurable: Customize everything: axe requirement, sneak behavior, tree size limit, durability, and more.
- Lightweight & Fast: No lag, no extra rendering. Runs server-side only.
- Multiplayer Ready: Install on a server and it works for everyone.
🎮 How to Use
- Hold an axe (default)
- Don’t sneak (sneaking disables it)
- Break any log → entire tree is chopped
Creative mode is disabled to avoid accidents.
⌨️ Commands (OP required)
- /treecapitator toggle – Enable/disable mod
- /treecapitator axe [true/false] – Axe requirement
- /treecapitator sneak [true/false] – Sneak disables mod
- /treecapitator leaves [true/false] – Break leaves
- /treecapitator maxsize <1-500> – Max tree size
- /treecapitator durability [true/false] – Tool damage
- /treecapitator durmult <0.1-5.0> – Durability multiplier
- /treecapitator reload – Reload config
- /treecapitator status – Show settings
Shortcut: /tcl
⚙️ Configuration
Config file: config/treecapitatorlite.properties
Auto-generated on first launch.
Main settings:
- enabled – Enable mod
- axeOnly – Axe required
- sneakToDisable – Sneak disables
- breakLeaves – Break leaves
- maxTreeSize – Max blocks per tree
- damageTools – Tool durability
- durabilityMultiplier – Durability cost
Ченджлог
1.0.2Релиз26.1, 26.1.1, 26.1.2 · 2 апреля 2026 г.
_v1.0.1 — Bug Fix _
Fixed:
Tree felling was not working — blocks were not being broken when chopping a log. This was caused by a bug where the AFTER break event was being used, meaning the origin block was already destroyed before tree detection could scan from it. The detection now correctly starts scanning outward from the broken position without re-checking the already-removed origin block.
Technical details:
Removed the redundant BlockState check at the origin position in TreeDetection.detectTree(), since the block at the origin is always air when the AFTER event fires.
Added clarifying comments about the event lifecycle.
Комментарии
Загружаем…