Minecraft Mods

[1.6.4] DaftPVF's TreeCapitator

  • 586,589 views, 14 today
  • 239,252 downloads, 3 today
  • 339
  • 282
  • 259
bspkrs's Avatar bspkrs
Level 76 : Legendary Lumberjack
478
TreeCapitator Forge 1.6.2.r01
This mod makes it so destroying a tree's log block with an axe makes all the connected wood blocks above it fall as well. Requires Forge.

Attention: This is not a copy of Timber! mod. TreeCapitator and Timber! have both been around for about the same amount of time (I spoke with TehKrush about this a while back). DaftPVF is the original author of TreeCapitator and is on hiatus. He has given me permission to keep TreeCapitator and the rest of his mods up to date. Links to his original thread and my new thread are below.

Features:
- Forge CoreMod version can break any log out of the box (see new config format)
- Sneak while chopping to break logs normally (configurable)
- Configurable list of tool IDs to determine what an "axe" is
- Optional item damage based on number of logs broken (enabled by default)
- Smart tree-detection
- Option to destroy leaves
- Option to shear leaves (with a shear-type item in hotbar)
- Option to shear vines (with a shear-type item in hotbar)
- Disable drops in creative
- Disable tool requirement
- Mod version checking (never miss a new feature)

bspkrsCore:
ATTENTION: bspkrsCore is a REQUIRED dependency mod in order for any of my mods to work. It contains the core shared classes used by all mods I release. If you don't install it along side any of the other mods here, Minecraft will crash. You have been warned.
ModLoader/Forge download: All Releases

This mod contains core classes used in all other mods I release. If you want to turn off update checking for my mods, you will need to set allowUpdateCheck=false in mod_bspkrsCore.cfg.

Note:
I will not be offering support on this page. If you are experiencing an issue related to this mod, the best way to get support is via the minecraftforum.net thread. Please post questions/issues there.


More Info + Previous Versions + Support:
bspkrs' MCF Thread
DaftPVF's Original MCF Thread

Change Log
1.5.0.r01 - 15-Mar-2013
- updated for 1.5
- fixed crash on startup
- fixed ML version removing too many leaf blocks
- added code to prevent redundant breaking
1.4.6.r07 - 20-Feb-2013
- updated to support bspkrsCore (new required dependency)
- fixed support of Forge config file generated in 1.4.6.r03 or earlier
- fixed defect in onlyDestroyUpwards code
1.4.6.r06 - 05-Feb-2013
- fixed client-side chat message
1.4.6.r05 - 31-Jan-2013
- caught ML version up with Forge settings-wise
- finalized latest changes present in 1.4.6.r04
- many new third party configs
- added a few flags to config
1.4.6.r03 - 10-Jan-2013
- fixes crash when loading old config options
- added damageMultiplier back in
- added several new options around item damage
- more flexible 3rd party config setup
1.4.6.r01 - 23-Dec-2012
- 1.4.6 update
1.4.5.r05 - 23-Dec-2012
- fixed issue where user config was not saved properly
- added debug logging (defaults to on)
- added new config section for third-party mod config settings
- added default config entries for Forestry
- added default third-party config setup
1.4.5.r04 - 19-Dec-2012 (Forge)
- added proper SMP solution with handshake
- completely redid config
- thoroughly tested for once!
- added several mods to default config
- added remote config download option
- added strict log -> leaf relationship option
- fixed timeout issue when allowUpdateCheck is false
- added debug output option (shows block ID/Metadata when you click a block while crouching)
1.4.5.r03 - 30-Nov-2012
- fixed issue with block hardness (Forge version only)
1.4.5.r02 - 23-Nov-2012
- removed client class references from main mod (Forge version only)
- implemented SidedProxies (Forge version only)
1.4.5.r01 - 21-Nov-2012
- updated for 1.4.5
- Forge version is now a CoreMod
- added config element for log block config (Forge version only)
1.4.4.r01 (13-Nov-2012)
- updated for 1.4.4
1.4.2.r03 - 02-Nov-2012
- fixed Forge only issue with shears damage
- fixed ML tick registration issue
1.4.2.r02 ML/FML - 29-Oct-2012
- Initial ML release for 1.4.2
- fixed issue with shears breaking
- properly apply damage to shears (fixes issue with IC2 tools)
1.4.2.r01 FML - 26-Oct-2012
- update to 1.4.2
1.3.2.r08 ML/MLMP/FML - 15-Oct-2012
- small changes to pseudo-API code
1.3.2.r01 IC2 + EBXL
- initial addon release
1.3.2.r07 ML/MLMP/FML - 13-Oct-2012
- refactoring to make mod log block addons possible (pseudo-API)
- changed the way that axes receive damage so that mod items like IC2's chainsaw will work properly
- fixed defect where creative mode would either always work or never work
- changed code for log hardness to be correct
1.3.2.r06 ML/MLMP/FML - 05-Oct-2012
- fixed minor defect affecting trees with only 1 log block surrounded by leaf blocks
1.3.2.r05 ML/FML - 04-Oct-2012
- compatibility update for shared code
1.3.2.r04 ML/MLMP/FML - 01-Oct-2012
- fixed issue with leaves remaining when the initial block broken is one level below them
1.3.2.r03 ML/MLMP/FML - 30-Sep-2012
- added code to apply item damage per log block broken (optional)
- added switch to reverse functionality for chopping while sneaking
- added option for maximum log breaking distance
1.3.2.r02 ML/MLMP/FML - 17-Sep-2012
- compatibility update
1.3.2.r01 ML/MLMP/FML - 12-Sep-2012
- massive refactoring of code to make future updates much easier
- initial Forge/FML release for 1.3.2
- added allowUpdateCheck option
- unified version number
1.3.2.k - 04-Sep-2012
- added option to disable downward chopping
- added option to disable creative mode drops
- changed default value of disableInCreative to false
- added option to allow leaves to be sheared when shears are in the hotbar
- added option to allow vines to be sheared when the leaf shearing option is enabled
- mostly fixed jungle tree leaf issues thanks to Lunatrius
1.3.2.j - 19-Aug-2012
- updated client for 1.3.2
- updated MLMP Server for 1.3.2 (1.3.2.d)
1.3.1.i - 07-Aug-2012
- updated client for 1.3.1
- updated MLMP Server for 1.3.1 (1.3.1.c)
1.2.5.h - 27-Jun-2012
- added config option disableInCreative
- added code to check for updates
1.2.5.b FML + MLMP - 27-Jun-2012
- fixed creative mode null pointer exception
- added config option disableInCreative
- added code to check for updates
1.2.5.g - 26-Jun-2012
- fixed Creative mode null pointer exception
1.2.5.f - 19-Jun-2012
- removed destroyed block console logging
- added config option needItem to control whether an item from the ID list is required to chop down a tree
- destroyLeaves is now enabled by default
1.2.5.a (Forge) - 19-Jun-2012
- initial release
1.2.4.e - 31-Mar-2012
- actually fixes SMP glitchiness when chopping trees (tested)
1.2.4.d - 27-Mar-2012
- adds the ability to chop logs normally while sneaking
1.2.4.c - 26-Mar-2012
- first attempt at fixing SMP glitchiness

Click to reveal
# Configuration file
# Generated on 11/20/12 6:20 PM

####################
# general
####################

general {
# Enable to cause item damage based on number of blocks destroyed [default: true]
allowItemDamage=true
# Enable to allow chopping down the entire tree even if your item does not have enough damage remaining to cover the number of blocks. [default: false]
allowMoreBlocksThanDamage=false
# Set to true to allow checking for mod updates, false to disable [default: true]
allowUpdateCheck=true
# IDs of items that can chop down trees. Use ',' to split item id from metadata and ';' to split items. [default: 271; 275; 258; 286; 279]
axeIDList=271; 275; 258; 286; 279
# Enabling this will make leaves be destroyed when trees are chopped. [default: true]
destroyLeaves=true
# Flag to disable drops in Creative mode [default: false]
disableCreativeDrops=false
# Flag to disable tree chopping in Creative mode [default: false]
disableInCreative=false
# The hardness of logs for when you are using items that can chop down trees. [range: 0.0 ~ 100.0, default: 4.0]
logHardnessModified=4.0
# The hardness of logs for when you are using items that won't chop down the trees. [range: 0.0 ~ 100.0, default: 2.0]
logHardnessNormal=2.0
# Add the ID of log blocks (and optionally leaf blocks) that you want to be able to TreeCapitate. Format is "[|];" ([] indicates optional elements). Example: "17|18; 209; 210; 211; 212; 213; 243|242;" [default: 17;]
logIDList=17;

# The maximum horizontal distance that the log breaking algorithm will travel (use -1 for no limit). [range: -1 ~ 100, default: 10]
maxBreakDistance=10
# Whether you need an item from the IDList to chop down a tree. Disabling will let you chop trees with any item. [default: true]
needItem=true
# Setting this to false will allow the chopping to move downward as well as upward (and blocks below the one you break will be chopped) [default: true]
onlyDestroyUpwards=true
# IDs of items that when placed in the hotbar will allow leaves to be sheared when shearLeaves is true. Use ',' to split item id from metadata and ';' to split items. [default: 359]
shearIDList=359
# Enabling this will cause destroyed leaves to be sheared when a shearing item is in the hotbar (ignored if destroyLeaves is false). [default: false]
shearLeaves=false
# Enabling this will shear /some/ of the vines on a tree when a shearing item is in the hotbar (ignored if destroyLeaves is false). [default: false]
shearVines=false
# Set sneakAction = "disable" to disable tree chopping while sneaking, set sneakAction = "enable" to only enable tree chopping while sneaking. [default: disable]
sneakAction=disable
}

ML Config (.minecraft/config/mod_treecapitator.cfg)
#allowUpdateCheck (boolean:true) -- Set to true to allow checking for mod updates, false to disable
#axeIDList (java.lang.String:271; 275; 258; 286; 279) -- IDs of items that can chop down trees. Use ',' to split item id from metadata and ';' to split items.
#needItem (boolean:true) -- Whether you need an item from the IDList to chop down a tree. Disabling will let you chop trees with any item.
#onlyDestroyUpwards (boolean:true) -- Setting this to false will allow the chopping to move downward as well as upward (and blocks below the one you break will be chopped)
#destroyLeaves (boolean:true) -- Enabling this will make leaves be destroyed when trees are chopped.
#shearLeaves (boolean:false) -- Enabling this will cause destroyed leaves to be sheared when a shearing item is in the hotbar (ignored if destroyLeaves is false).
#shearVines (boolean:false) -- Enabling this will shear /some/ of the vines on a tree when a shearing item is in the hotbar (ignored if destroyLeaves is false).
#shearIDList (java.lang.String:359) -- IDs of items that when placed in the hotbar will allow leaves to be sheared when shearLeaves is true. Use ',' to split item id from metadata and ';' to split items.
#logHardnessNormal (float:2.0) -- The hardness of logs for when you are using items that won't chop down the trees.
#logHardnessModified (float:4.0) -- The hardness of logs for when you are using items that can chop down trees.
#disableInCreative (boolean:false) -- Flag to disable tree chopping in Creative mode
#disableCreativeDrops (boolean:false) -- Flag to disable drops in Creative mode
#allowItemDamage (boolean:true) -- Enable to cause item damage based on number of blocks destroyed
#allowMoreBlocksThanDamage (boolean:false) -- Enable to allow chopping down the entire tree even if your item does not have enough damage remaining to cover the number of blocks.
#sneakAction (java.lang.String:disable) -- Set sneakAction = "disable" to disable tree chopping while sneaking, set sneakAction = "enable" to only enable tree chopping while sneaking.
#maxBreakDistance (int:10) -- The maximum horizontal distance that the log breaking algorithm will travel (use -1 for no limit).
#
#**ONLY EDIT WHAT IS BELOW THIS**
#
#Sun Sep 30 12:32:48 EDT 2012
shearIDList=359
needItem=true
allowUpdateCheck=true
disableCreativeDrops=false
destroyLeaves=true
allowItemDamage=true
checksum=fa1fxu
shearVines=false
allowMoreBlocksThanDamage=false
shearLeaves=false
onlyDestroyUpwards=true
logHardnessModified=4.0
logHardnessNormal=2.0
sneakAction=disable
maxBreakDistance=10
axeIDList=271; 275; 258; 286; 279
disableInCreative=false
CreditOriginal: DaftPVF, Current maintainer: bspkrs, smarter tree logic and FML inspiration from Lunatrius
Progress100% complete
Game VersionMinecraft 1.6.4
Tags

25 Update Logs

1.6.4.r06 : by bspkrs 11/14/2013 1:57:46 pmNov 14th, 2013

been out for ages
LOAD MORE LOGS

Create an account or sign in to comment.

1
07/06/2018 8:03 am
Level 1 : New Miner
7Mine
7Mine's Avatar
Hello, bspkrs, how are you?
I posted an article talking about TreeCapitator, there is a little of what I think about it, I include the download links created by you. I hope you like :)
1
02/05/2016 3:30 am
Level 1 : New Miner
Laurada35
Laurada35's Avatar
it says "the page you are looking for cannot be found"..........that doesn't help people like myself wishing to download your mod. please share as to why? thank you. I don't want to make videos using yours or other mods I just want to be able to have fun like the people on youtube that already have enough videos and make it look so fun. I want it for personal fun and enjoyment. please?
1
08/23/2015 11:35 pm
Level 3 : Apprentice Miner
BazzJazzRX
BazzJazzRX's Avatar
i love it it so helpful
1
04/30/2015 10:19 pm
Level 17 : Journeyman Skinner
GamerAPTFour
GamerAPTFour's Avatar
Bskpkrs, Can I use this for my modpack?
1
11/15/2014 4:02 am
Level 9 : Apprentice Architect
FinnishDude
FinnishDude's Avatar
could i use your mods on my modpack? id wanna make a youtube series of
new modpack that everyone can play... and i would give you credits
ofcourse
1
07/29/2014 11:14 am
Level 1 : New Miner
nether_gem
nether_gem's Avatar
can i used this mod in my modpack
1
07/15/2014 9:17 pm
Level 1 : New Explorer
Man-Man
Man-Man's Avatar
Is it compatible with multiplayer, well I shouldn't say that, I should say LAN.
1
06/18/2014 12:28 am
Level 1 : New Miner
Dakine0105
Dakine0105's Avatar
Can I use this mod in my modpack if so I would be very greatful. I also LOVE this mod.THX
1
04/14/2014 12:48 pm
Level 1 : New Crafter
Trialdragon
Trialdragon's Avatar
Why did you take 1.6.4 download out theres only 1.7.2 now i cant use this
1
05/05/2014 11:01 am
Level 1 : New Crafter
tycraft15
tycraft15's Avatar
Go to this link: [url=(Ad link removed)/1599906/dl.dropboxusercontent.com/u/20748481/MC/Treecapitator/%5B1.6.4%5DTreeCapitator.Forge.1.6.4.r06.Universal.jar](Ad link removed)/1599906/dl.dropboxusercontent.com/u/20748481/MC/Treecapitator/%5B1.6.4%5DTreeCapitator.Forge.1.6.4.r06.Universal.jar[/url]
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome