Don't Punch Trees 图标

Don't Punch Trees

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.0.0+mod
本资源为搬运资源,原资源地址: https://modrinth.com/mod/dont-punch-trees
资源信息

Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4

平台: fabric forge neoforge quilt

标签: 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.

📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
No Stronghold

价格:0 墨喵币
下载量:0

查看详情
SKT's Troll Lichen

价格:0 墨喵币
下载量:0

查看详情
Iron Chests: Restocked

价格:0 墨喵币
下载量:0

查看详情
WynnBuild

价格:0 墨喵币
下载量:0

查看详情