{"id":117457,"date":"2026-06-07T00:51:14","date_gmt":"2026-06-06T21:51:14","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/"},"modified":"2026-06-07T00:51:14","modified_gmt":"2026-06-06T21:51:14","slug":"oretree-chopper","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/","title":{"rendered":"OreTree"},"content":{"rendered":"<p>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.<\/p>\n<p>## Features<br \/>\n&#8211; **Automatic Tree Chopping**: Chopping any tree block with an axe automatically chops all connected tree blocks<br \/>\n&#8211; **Automatic Ore Mining**: Mining any ore block with a pickaxe automatically mines the entire ore vein<br \/>\n&#8211; **Automatic Sapling Planting**: After chopping a tree, a sapling of the same type is automatically planted<br \/>\n&#8211; **Loot Combining**: Mined ore and wood are combined into single stacks for convenience<br \/>\n&#8211; **Anti-Abuse Protection**: Manually placed blocks are not automatically destroyed<br \/>\n&#8211; **Configurable Limits**: You can set maximum number of blocks for chopping\/mining<br \/>\n&#8211; **Mod Tool Support**: Works with axes and pickaxes from popular mods<br \/>\n&#8211; **Mod Tree Support**: Automatically detects and plants saplings from mod trees<\/p>\n<p>### Supported Trees and Saplings<br \/>\n&#8211; **Vanilla Trees**: Oak, Spruce, Birch, Jungle, Acacia, Dark Oak<br \/>\n&#8211; **Biomes O&#8217; Plenty**: Cherry, Dead, Fir, Hellbark, Jacaranda, Magic, Mahogany, Palm, Redwood, Umbran, Willow<br \/>\n&#8211; **Quark**: Azalea, Blossom<\/p>\n<p>### Adding Other Mods<br \/>\nYou can add support for other mod tools in the configuration file<\/p>\n<p>## Installation<br \/>\n1. Make sure you have Minecraft Forge installed for version 1.19.2<br \/>\n2. Download the JAR file of the mod<br \/>\n3. Place the file in the `mods` folder<br \/>\n4. Start the game<\/p>\n<p>## Performance Configuration<\/p>\n<p>### Configuration File<br \/>\nSettings are located in the `server.toml` file in the `config` folder after the first game launch.<\/p>\n<p>### Main Parameters<\/p>\n<p>#### `enable_tree_chopping` (boolean, default: true)<br \/>\nEnable or disable automatic tree chopping.<\/p>\n<p>#### `enable_ore_mining` (boolean, default: true)<br \/>\nEnable or disable automatic ore mining.<\/p>\n<p>#### `max_tree_blocks` (integer, default: 300, range: 50-1000)<br \/>\nMaximum number of tree blocks that can be chopped at once.<br \/>\n&#8211; **50-100**: Fast chopping, suitable for small trees<br \/>\n&#8211; **200-300**: Balanced setting (recommended)<br \/>\n&#8211; **500-1000**: For very large trees, may be slower<\/p>\n<p>#### `max_ore_blocks` (integer, default: 1000, range: 100-5000)<br \/>\nMaximum number of ore blocks that can be mined at once.<br \/>\n&#8211; **100-500**: Fast mining, suitable for small veins<br \/>\n&#8211; **1000-2000**: Balanced setting (recommended)<br \/>\n&#8211; **3000-5000**: For very large ore veins<\/p>\n<p>#### `respect_tool_speed` (boolean, default: true)<br \/>\nRespect tool speed. If disabled, all tools will work at the same speed.<\/p>\n<p>#### `respect_enchantments` (boolean, default: true)<br \/>\nRespect tool enchantments (e.g., Efficiency). If disabled, enchantments won&#8217;t affect speed.<\/p>\n<p>#### `auto_plant_saplings` (boolean, default: true)<br \/>\nAutomatically plant saplings after chopping trees.<\/p>\n<p>#### `require_saplings` (boolean, default: false)<br \/>\nRequire saplings in inventory for planting. If disabled, saplings are created automatically.<\/p>\n<p>#### `combine_ore_loot` (boolean, default: true)<br \/>\nCombine mined ore into single loot stacks. This reduces inventory clutter.<\/p>\n<p>#### `respect_fortune` (boolean, default: true)<br \/>\nRespect Fortune enchantment when combining loot. If enabled, Fortune increases ore yield.<\/p>\n<p>#### `combine_tree_loot` (boolean, default: true)<br \/>\nCombine chopped wood into single loot stacks. This reduces inventory clutter.<\/p>\n<p>#### `compatibility_mode` (boolean, default: false)<br \/>\nCompatibility mode &#8211; less aggressive event handling to avoid conflicts with other mods.<\/p>\n<p>#### `check_other_mods` (boolean, default: true)<br \/>\nCheck for conflicting mods and automatically disable functions.<\/p>\n<p>#### `custom_axes` (list, default: predefined mod axes)<br \/>\nList of additional axes from mods for support.<\/p>\n<p>#### `custom_pickaxes` (list, default: predefined mod pickaxes)<br \/>\nList of additional pickaxes from mods for support.<\/p>\n<p>#### `excluded_mods` (list, default: treecapitator, veinminer, oreexcavation)<br \/>\nMods that TreeChop should not work with (to avoid conflicts).<\/p>\n<p>#### `enable_logging` (boolean, default: false)<br \/>\nEnable logging for debugging. Useful for diagnosing performance issues.<\/p>\n<p>### Performance Configuration Recommendations<\/p>\n<p>#### For Fast Gameplay:<br \/>\n&#8220;`toml<br \/>\nmax_tree_blocks = 150<br \/>\nmax_ore_blocks = 500<br \/>\nrespect_tool_speed = true<br \/>\nrespect_enchantments = true<br \/>\nauto_plant_saplings = true<br \/>\nrequire_saplings = false<br \/>\ncombine_ore_loot = true<br \/>\ncombine_tree_loot = true<br \/>\nrespect_fortune = true<br \/>\nenable_logging = false<br \/>\n&#8220;`<\/p>\n<p>#### For Large Trees and Ore Veins:<br \/>\n&#8220;`toml<br \/>\nmax_tree_blocks = 500<br \/>\nmax_ore_blocks = 2000<br \/>\nrespect_tool_speed = true<br \/>\nrespect_enchantments = true<br \/>\nauto_plant_saplings = true<br \/>\nrequire_saplings = false<br \/>\ncombine_ore_loot = true<br \/>\ncombine_tree_loot = true<br \/>\nrespect_fortune = true<br \/>\nenable_logging = false<br \/>\n&#8220;`<\/p>\n<p>#### For Realistic Gameplay (Requires Saplings):<br \/>\n&#8220;`toml<br \/>\nmax_tree_blocks = 300<br \/>\nmax_ore_blocks = 1000<br \/>\nrespect_tool_speed = true<br \/>\nrespect_enchantments = true<br \/>\nauto_plant_saplings = true<br \/>\nrequire_saplings = true<br \/>\ncombine_ore_loot = true<br \/>\ncombine_tree_loot = true<br \/>\nrespect_fortune = true<br \/>\nenable_logging = false<br \/>\n&#8220;`<\/p>\n<p>#### For Debugging:<br \/>\n&#8220;`toml<br \/>\nmax_tree_blocks = 300<br \/>\nmax_ore_blocks = 1000<br \/>\nrespect_tool_speed = true<br \/>\nrespect_enchantments = true<br \/>\nauto_plant_saplings = true<br \/>\nrequire_saplings = false<br \/>\ncombine_ore_loot = true<br \/>\ncombine_tree_loot = true<br \/>\nrespect_fortune = true<br \/>\nenable_logging = true<br \/>\n&#8220;`<\/p>\n<p>## Mod Compatibility<\/p>\n<p>### Potential Issues:<br \/>\n1. **Conflicts with other tree chopping mods**: TreeCapitator, VeinMiner, Tinkers Construct (if they have their own chopping system)<br \/>\n2. **Issues with mod trees**: Some mods may use non-standard blocks for trees<br \/>\n3. **Conflicts with mod tools**: Mods may override axe behavior<\/p>\n<p>### Solutions:<br \/>\n&#8211; The mod checks if blocks were placed manually, reducing conflicts<br \/>\n&#8211; Universal tree detection system by name and tags<br \/>\n&#8211; Uses `event.setCanceled(true)` for complete control<\/p>\n<p>### Compatibility Settings:<br \/>\n&#8211; **`compatibility_mode = false`**: Normal operation<br \/>\n&#8211; **`compatibility_mode = true`**: Less aggressive event handling<br \/>\n&#8211; **`check_other_mods = true`**: Automatic conflict detection<br \/>\n&#8211; **`excluded_mods`**: List of mods to avoid<\/p>\n<p>## Support<br \/>\nIf you encounter any issues or have suggestions for improvements, please report them on the mod&#8217;s issue tracker or contact the development team.<\/p>\n<p>&#8212;<\/p>\n<p>**Enjoy your enhanced Minecraft experience with OreTree!** \ud83c\udf33\u26cf\ufe0f <\/p>\n","protected":false},"excerpt":{"rendered":"<p>My personal combination of tree chopper and vine miner mods.<\/p>\n","protected":false},"featured_media":117458,"template":"","meta":{"_minecraft_slug":"oretree-chopper","_minecraft_project_id":"s0jCyTj7","_minecraft_author":"JakeRowe19","_minecraft_license":"Apache-2.0","_minecraft_downloads":2061,"_minecraft_follows":1,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"oretree-chopper.zip","_minecraft_size_bytes":40395,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T00:33:21.184128Z","_minecraft_date_created":"2025-07-26T03:03:11.883497Z","_minecraft_date_modified":"2025-07-29T07:44:07.075734Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/oretree-chopper","_minecraft_icon_attachment_id":117458,"_minecraft_imported_at":"2026-06-06T21:51:15+00:00","_minecraft_import_hash":"891ebd1006a06c665745e8116a05b43e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,89,92],"mod_loader":[106],"minecraft_version":[56,36],"class_list":["post-117457","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-game-mechanics","mod_category-utility","mod_loader-forge","minecraft_version-1-19-2","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OreTree - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OreTree - Minecraft\" \/>\n<meta property=\"og:description\" content=\"My personal combination of tree chopper and vine miner mods.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/\",\"name\":\"OreTree - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oretree-chopper-icon-4bc7d43358d87977922ffbe6e46ce830dc2bf061_96.webp\",\"datePublished\":\"2026-06-06T21:51:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oretree-chopper-icon-4bc7d43358d87977922ffbe6e46ce830dc2bf061_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oretree-chopper-icon-4bc7d43358d87977922ffbe6e46ce830dc2bf061_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oretree-chopper\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"OreTree\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OreTree - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/","og_locale":"en_US","og_type":"article","og_title":"OreTree - Minecraft","og_description":"My personal combination of tree chopper and vine miner mods.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/","name":"OreTree - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oretree-chopper-icon-4bc7d43358d87977922ffbe6e46ce830dc2bf061_96.webp","datePublished":"2026-06-06T21:51:14+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oretree-chopper-icon-4bc7d43358d87977922ffbe6e46ce830dc2bf061_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oretree-chopper-icon-4bc7d43358d87977922ffbe6e46ce830dc2bf061_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oretree-chopper\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"OreTree"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/117457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/117458"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=117457"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=117457"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=117457"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=117457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}