Hello guys. I'm trying to make both of these mods work together, using Hatchets and Lumberaxes to break Wood -> Planks and Planks -> Sticks, so that these tools function the same as the Axe.
However, I'm very new to modding and having an insane hard time doing that. What I was able to do was to import the classes from TConstruct so that I can use them on the NPT (No Punch Trees).
What I think I need to do is somehow incorporate the tools here:
com.alcatrezescapee.notreepunching.util
PlayerInteractionHandler.Java
( https://github.com/alcatrazEscapee/no-tree-punching )
Where do I start guys?