
No More Punching Tree
This mod introduces realistic changes to gameplay by preventing players from breaking wood with bare hands. Now, collecting wooden logs requires using appropriate tools.
Main Features
The mod provides a flexible configuration system that allows adapting it to various playstyles:
- Full compatibility with all tools capable of harvesting wood, including custom ones
- Extended Ore Dictionary support for working with any types of logs and planks through "ore:logWood" and "ore:plankWood" tags
- Ability to configure wood types through in-game configuration interface
- Additional Custom Tool Harvest function allows restricting the mining of other blocks like sand or dirt to appropriate tools only
Mod Purpose
The main goal of the mod is to create a more realistic and challenging early game stage. Pack developers can use it to implement primitive tools like stone axes, which perfectly suits primitive-style modpacks.
The configuration file allows fine-tuning the list of blocks that cannot be broken by hand:
# Configuration file general { # The list of wood/log that cannot be broken with your hand. [default: [ore:logWood]] S:Wood < ore:logWood minecraft:sand > }