首页 > 解决方案 > Fabric 1.15.2 我的战利品表不工作

问题描述

您好,我是 minecraft 新手 改装我使用织物只是因为它更容易

我的块的战利品表不工作你能帮忙吗?

我的代码:

    {
        "type": "minecraft:block",
        "pools": 
        [
            {
                "rolls": 1,
                "entries":
                [
                    {
                        "type": "minecraft:item",
                        "name": "testmod:fabric_block"
                    }
                ]
            }
        ]
    }

我的文件位于:data/testmod/loot_tables/block

标签: jsonminecraftminecraft-fabric

解决方案


它应该在data/testmod/loot_tables/blocks


推荐阅读