OreTree

OreTree

My personal combination of tree chopper and vine miner mods.

by
2.4K Downloads
forgegame-mechanicsutility
Rent Server with this Mod

About this Mod

OreTree is a Minecraft Forge mod that allows you to automatically chop entire trees with one axe swing and mine entire ore veins with one pickaxe swing.

Features

  • Automatic Tree Chopping: Chopping any tree block with an axe automatically chops all connected tree blocks
  • Automatic Ore Mining: Mining any ore block with a pickaxe automatically mines the entire ore vein
  • Automatic Sapling Planting: After chopping a tree, a sapling of the same type is automatically planted
  • Loot Combining: Mined ore and wood are combined into single stacks for convenience
  • Anti-Abuse Protection: Manually placed blocks are not automatically destroyed
  • Configurable Limits: You can set maximum number of blocks for chopping/mining
  • Mod Tool Support: Works with axes and pickaxes from popular mods
  • Mod Tree Support: Automatically detects and plants saplings from mod trees

Supported Trees and Saplings

  • Vanilla Trees: Oak, Spruce, Birch, Jungle, Acacia, Dark Oak
  • Biomes O' Plenty: Cherry, Dead, Fir, Hellbark, Jacaranda, Magic, Mahogany, Palm, Redwood, Umbran, Willow
  • Quark: Azalea, Blossom

Adding Other Mods

You can add support for other mod tools in the configuration file

Installation

  1. Make sure you have Minecraft Forge installed for version 1.19.2
  2. Download the JAR file of the mod
  3. Place the file in the mods folder
  4. Start the game

Performance Configuration

Configuration File

Settings are located in the server.toml file in the config folder after the first game launch.

Main Parameters

enable_tree_chopping (boolean, default: true)

Enable or disable automatic tree chopping.

enable_ore_mining (boolean, default: true)

Enable or disable automatic ore mining.

max_tree_blocks (integer, default: 300, range: 50-1000)

Maximum number of tree blocks that can be chopped at once.

  • 50-100: Fast chopping, suitable for small trees
  • 200-300: Balanced setting (recommended)
  • 500-1000: For very large trees, may be slower

max_ore_blocks (integer, default: 1000, range: 100-5000)

Maximum number of ore blocks that can be mined at once.

  • 100-500: Fast mining, suitable for small veins
  • 1000-2000: Balanced setting (recommended)
  • 3000-5000: For very large ore veins

respect_tool_speed (boolean, default: true)

Respect tool speed. If disabled, all tools will work at the same speed.

respect_enchantments (boolean, default: true)

Respect tool enchantments (e.g., Efficiency). If disabled, enchantments won't affect speed.

auto_plant_saplings (boolean, default: true)

Automatically plant saplings after chopping trees.

require_saplings (boolean, default: false)

Require saplings in inventory for planting. If disabled, saplings are created automatically.

combine_ore_loot (boolean, default: true)

Combine mined ore into single loot stacks. This reduces inventory clutter.

respect_fortune (boolean, default: true)

Respect Fortune enchantment when combining loot. If enabled, Fortune increases ore yield.

combine_tree_loot (boolean, default: true)

Combine chopped wood into single loot stacks. This reduces inventory clutter.

compatibility_mode (boolean, default: false)

Compatibility mode - less aggressive event handling to avoid conflicts with other mods.

check_other_mods (boolean, default: true)

Check for conflicting mods and automatically disable functions.

custom_axes (list, default: predefined mod axes)

List of additional axes from mods for support.

custom_pickaxes (list, default: predefined mod pickaxes)

List of additional pickaxes from mods for support.

excluded_mods (list, default: treecapitator, veinminer, oreexcavation)

Mods that TreeChop should not work with (to avoid conflicts).

enable_logging (boolean, default: false)

Enable logging for debugging. Useful for diagnosing performance issues.

Performance Configuration Recommendations

For Fast Gameplay:

max_tree_blocks = 150
max_ore_blocks = 500
respect_tool_speed = true
respect_enchantments = true
auto_plant_saplings = true
require_saplings = false
combine_ore_loot = true
combine_tree_loot = true
respect_fortune = true
enable_logging = false

For Large Trees and Ore Veins:

max_tree_blocks = 500
max_ore_blocks = 2000
respect_tool_speed = true
respect_enchantments = true
auto_plant_saplings = true
require_saplings = false
combine_ore_loot = true
combine_tree_loot = true
respect_fortune = true
enable_logging = false

For Realistic Gameplay (Requires Saplings):

max_tree_blocks = 300
max_ore_blocks = 1000
respect_tool_speed = true
respect_enchantments = true
auto_plant_saplings = true
require_saplings = true
combine_ore_loot = true
combine_tree_loot = true
respect_fortune = true
enable_logging = false

For Debugging:

max_tree_blocks = 300
max_ore_blocks = 1000
respect_tool_speed = true
respect_enchantments = true
auto_plant_saplings = true
require_saplings = false
combine_ore_loot = true
combine_tree_loot = true
respect_fortune = true
enable_logging = true

Mod Compatibility

Potential Issues:

  1. Conflicts with other tree chopping mods: TreeCapitator, VeinMiner, Tinkers Construct (if they have their own chopping system)
  2. Issues with mod trees: Some mods may use non-standard blocks for trees
  3. Conflicts with mod tools: Mods may override axe behavior

Solutions:

  • The mod checks if blocks were placed manually, reducing conflicts
  • Universal tree detection system by name and tags
  • Uses event.setCanceled(true) for complete control

Compatibility Settings:

  • compatibility_mode = false: Normal operation
  • compatibility_mode = true: Less aggressive event handling
  • check_other_mods = true: Automatic conflict detection
  • excluded_mods: List of mods to avoid

Support

If you encounter any issues or have suggestions for improvements, please report them on the mod's issue tracker or contact the development team.


Enjoy your enhanced Minecraft experience with OreTree! 🌳⛏️

Available Versions

1.20.1 (V2)release
MC 1.20.1forge
July 29, 2025
1.19.2 (V2)release
MC 1.19.2forge
July 28, 2025
OreTree 1.19.2release
MC 1.19.2forge
July 27, 2025
OreTree for 1.20.1release
MC 1.20.1forge
July 22, 2025

How to Install OreTree on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).

3

Install Mod

Open the mod browser in the dashboard and search for "OreTree". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forge

Minecraft Versions

1.20.1, 1.19.2

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

OreTree server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.

Is OreTree compatible with forge?

OreTree officially supports forge for Minecraft 1.20.1, 1.19.2. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with OreTree – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if OreTree consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install OreTree with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
Apache License 2.0
Server-side
Required

Supported Versions

1.20.11.19.2