Langue

Don't Punch Trees

Don't Punch Trees

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 into planks.

7.2k téléchargements 20 abonnés mis à jour 18mo ago
dernière v1.0.0.0+mod Modrinth
Datapack Fabric Forge Neoforge Quilt 1.20 – 1.21.4 Game-mechanics

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.

Versions

Release
1.0.0.0+mod
fabric, forge, neoforge · 1.20, 1.20.1, 1.20.2 · 18mo ago
3.5k
Release
1.0.0.0
datapack · 1.20, 1.20.1, 1.20.2 · 18mo ago
124
Release
1.0.0.1+mod
fabric, forge, neoforge · 1.21, 1.21.1 · 18mo ago
Original 1.21 version was incompatible with 1.20 and 1.20.1 and was therefore split into two versions.
2.3k
Release
1.0.0.1
datapack · 1.21, 1.21.1 · 18mo ago
Original 1.21 version was incompatible with 1.20 and 1.20.1 and was therefore split into two versions.
164
Release
1.0.0.1+mod
fabric, forge, neoforge · 1.21.2, 1.21.3, 1.21.4 · 18mo ago
Version is incompatible with 1.20 and 1.20.1 and was therefore split into two versions.
894
Release
1.0.0.1
datapack · 1.21.2, 1.21.3, 1.21.4 · 18mo ago
Version is incompatible with 1.20 and 1.20.1 and was therefore split into two versions.
149
Release
1.0.0.0+mod
fabric, forge, neoforge · 1.21, 1.21.1, 1.21.2 · 18mo ago
50
Release
1.0.0.0
datapack · 1.21, 1.21.1, 1.21.2 · 18mo ago
35

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.