HomeJavaDatapacksDon't Punch Trees
Don't Punch Trees
DatapacksJava

Don't Punch Trees

by TNT_Blox_0 · on Modrinth

Makes the early game more realistic by removing the ability to harvest wood with your fist. Instead, you'll need to get sticks from leaves and craft them…

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.2–1.21.4 · Data pack⬇ Download for 1.21–1.21.1 · Data pack⬇ Download for 1.20.2–1.20.4 · Data pack⬇ Download for 1.21.2–1.21.4 · Fabric⬇ Download for 1.21–1.21.1 · Fabric⬇ Download for 1.20.2–1.20.4 · Fabric⬇ Download for 1.21.2–1.21.4 · Forge⬇ Download for 1.21–1.21.1 · Forge⬇ Download for 1.20.2–1.20.4 · Forge⬇ Download for 1.21.2–1.21.4 · NeoForge⬇ Download for 1.21–1.21.1 · NeoForge⬇ Download for 1.20.2–1.20.4 · NeoForge⬇ Download for 1.21.2–1.21.4 · Quilt⬇ Download for 1.21–1.21.1 · Quilt⬇ Download for 1.20.2–1.20.4 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Being able to punch a tree and harvest wood with your fists is unrealistic and undermines the survival aspect of the game. Plenty of mods have been made to solve this problem, but Don't Punch Trees takes a simpler and more vanilla friendly approach. Matter of fact, DPT is a datapack, which means you can use it in vanilla Minecraft - or with any mod loader of your choice.

Obtaining wood

You can no longer harvest wood with your fists. Logs, planks, stairs, slabs, etc. will not drop as items unless you harvest them with an axe (bamboo can also be harvested with a sword). This does not include functional blocks like crafting tables, chests, barrels, etc.

Instead, you'll need to harvest sticks from leaves and craft them into planks. 4 sticks in a 2x2 pattern will give you 2 oak planks. (This can also be used as a form of uncrafting if you make too many sticks or want more wood out of your tree farm).

Since it can take a while to get enough sticks for a crafting table and a wooden axe, this datapack lets you craft saplings into sticks as well.

Is this compatible with mods?

Modded Wood Types

In order for this to be compatible with modded wood types, mod makers will need to edit the loot table of their wooden blocks to require an axe. It's also possible to create a datapack that adds compatibility if the mod maker didn't. Here's an example json file:

{
    "type": "minecraft:block",
    "pools": [
        {
            "bonus_rolls": 0.0,
            "conditions": [
                {
                    "condition": "minecraft:survives_explosion"
                },
                {
                    "condition": "minecraft:match_tool",
                    "predicate": {
                        "items": "#minecraft:axes"
                    }
                }
            ],
            "entries": [
                {
                    "type": "minecraft:item",
                    "name": "minecraft:oak_log"
                }
            ],
            "rolls": 1.0
        }
    ],
    "random_sequence": "minecraft:blocks/oak_log"
}

Modded Tools

If a mod adds an axe to the game, it must be added to the item tag minecraft:axes. If it's not in that tag, you will not be able to harvest wood with it. As with wood types, you can still make your own datapack if the mod maker didn't do this.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more