
TreeFeller
TreeFeller is a customizable server-side mod built on BFAPI that enables complete tree felling by breaking just one block.
Required Mods
This mod requires BFAPI to function.
Suggested Mods (optional)
FastDecay
Configuration
The configuration file is located at treefeller.json
in the config directory.
Parameter | Type | Description | Default |
---|---|---|---|
maxFellingSize | Integer | Maximum number of blocks the mod will fell before stopping | 100 |
registerAllAxesAsFellableItems | Boolean | Automatically add all axes to the fellableItems array | true |
fellableItems | Array | Identifiers of items that can be used to fell fellableBlocks | N/A |
fellableBlocks | Array | Identifiers of blocks that can be felled | N/A |
{
"maxFellingSize": 100,
"fellableBlocks": [
"minecraft:oak_log",
"minecraft:spruce_log",
"minecraft:birch_log",
"minecraft:jungle_log",
"minecraft:acacia_log",
"minecraft:dark_oak_log",
"minecraft:warped_stem",
"minecraft:crimson_stem"
],
"registerAllAxesAsFellableItems": true,
"fellableItems": []
}
Links
- GitHub