No More Punching Tree

No More Punching Tree

450k Downloads

This mod restricts the player of getting wood without any tools. No more punching wood early game.

Breaking wooden logs(configurable) without tools are impossible now with this mod. It adds a realistic aspect to Minecraft.

How those features affect a user's experience?

Well plain and simple, you will be an axe to break down logs. So that might change how you play Minecraft.

The goal of the mod is for modpack developer to add other early game tools like flint hatchet to be able to chop down woods. It suits primitive style modpacks.

  

 Features offered by the project(since curse insisted that I use this exact wording):

  • Supports any tools that can harvest wood/logs including custom ones.
  • The wood types are highly configurable using the config GUI in game.
  • This mod does not do anything else other than disable punching wood without any tools.
  • Ore Dictionary support so now you can do "ore:logWood" or "ore:plankWood" to specify any log/plank from any tree. (v1.2)
  • Custom Tool Harvest support so you can now even do "minecraft:sand" or "minecraft:dirt" and the only way to get sand/dirt would be by using shovels or any other tool that can harvest those blocks. (v1.2)

Any more description required curse? Com'on, it's a mod that just disable punching wood without no tools. How hard is it to grasp that?

Official Discord: https://discord.gg/sHX77Db(Feedback and Suggestions are very welcome)

Configuration:

# Configuration file

general {
    # The list of wood/log that cannot be broken with your hand. [default: [ore:logWood]]
    S:Wood <
        ore:logWood
        minecraft:sand
     >
}