TreeFeller

Quick rating

Community listing page, reviews here may not be monitored by the author.

TreeFeller

No reviews yet

A semi-customisable tree felling mod

Mod Loaders
Minecraft
1.17

About

Description

TreeFeller

TreeFeller is a customisable server side mod built on top of BFAPI that allows for trees to be fully felled from the breaking of one block

Required Mods

> This mod is dependent on BFAPI

Suggested Mods (optional)

> FastDecay

Config

The config is found under treefeller.json in the config directory

  • maxFellingSize is the maximum size of fellable blocks the mod will break before stopping, defaults to 100
  • registerAllAxesAsFellableItems is if all axes should be automatically added to the fellableItems array
  • fellableItems identifiers of the items that can be used to fell fellableBlocks
  • fellableBlocks identifiers of the blocks that can be felled

{
"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
* ModRinth
* CurseForge

TreeFeller

TreeFeller is a customisable server side mod built on top of BFAPI that allows for trees to be fully felled from the breaking of one block

Required Mods

This mod is dependent on BFAPI

Suggested Mods (optional)

FastDecay

Config

The config is found under treefeller.json in the config directory

Field Type Description Default
maxFellingSize Integer The maximum size of fellable blocks the mod will break before stopping 100
registerAllAxesAsFellableItems Boolean If all axes should be automatically added to the fellableItems array true
fellableItems Array Identifiers of the items that can be used to fell fellableBlocks N/A
fellableBlocks Array Identifiers of the 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