ChopChop

Quick rating

ChopChop

No reviews yet

Serverside Tree Feller Mod with animated and hytale option

Magic
Mod Loaders
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
ChopChop-1.0.2+26.2.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ChopChop

ChopChop is a serverside Fabric mod that adds a Tree Feller enchantment available from the enchantment table or villager trades.

When you mine a log with an axe enchanted with Tree Feller, the entire tree is destroyed in one go. All logs, leaves, vines, bee nests, cocoa beans, and other attached blocks break together and drop their usual items.

What trees work

The mod supports five distinct tree types out of the box. Each type has its own detection logic and configurable settings.

  • Generic trees: oak, spruce, birch, jungle, acacia, dark oak, mangrove, cherry. The mod scans for connected logs, then finds all leaves within a configurable radius around those logs.
  • Vertical plants: cactus and bamboo. Doesn't have much effect when the animation option is disabled.
  • Chorus plants: the entire chorus tree structure including chorus flowers.
  • Red mushrooms: the stem and the red mushroom cap.
  • Brown mushrooms: the stem and the brown mushroom cap.

Custom tree types can be added in the mod's config.

Default behavior without configuration

Tree Feller works on all five tree types above. When you mine a log with the enchanted axe:

  • The mod scans for connected logs up to a maximum of 256 logs.
  • For generic trees, leaves within 7 blocks of any log are destroyed. Player placed leaves are ignored.
  • The tree either falls with an animation that lasts 60 ticks (3 seconds) by default or breaks block-by-block similar to Hytale.
  • Tool durability is reduced by the number of blocks mined.

To break a single log, sneak while mining.

Configuration

The mod generates config/chopchop.json.

Options:

  • animated (default false): When true, the tree falls as a single animated entity. When false, blocks break one by one sequentially.
  • animationDuration (default 60): How many ticks the falling animation lasts. Only used when animated is true.
  • speedMultiplication (default 2.0): Mining speed multiplier applied per additional log.
  • maxSpeedMultiplication (default 512.0): Upper limit for the speed multiplier.
  • configs: A list of per tree type settings. You can disable a tree type, change the required tool, or adjust the block filters.

Each entry in configs corresponds to a tree type (generic, vertical, chorus, red_mushroom, brown_mushroom). Available fields per type:

  • enabled (default true): Whether this tree type can be felled.
  • requireTool (default true for most, false for chorus): If true, the mod checks the allowedToolFilter before felling.
  • allowedToolFilter (default requires the Tree Feller enchantment): An item predicate that determines which tools work. You can change this to require a specific material or any axe without the enchantment.
  • logFilter (default depends on type): A block predicate that defines what counts as a log or stem.
  • leavesFilter (optional): A block predicate for leaves or mushroom caps. If absent, leaves are not destroyed.
  • algorithm (for generic type only): Contains maxLeavesRadius (default 7), maxLogAmount (default 256), and shouldIgnorePersistentLeaves (default true).

Dependencies

Fabric API and Polymer are required on the server.

Screenshots

Gallery

  • output_small.gif
    output_small.gif output_small.gif
  • output_animated.gif
    output_animated.gif output_animated.gif

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works