Fabric 1.15.2 我的战利品 Table 不工作

Fabric 1.15.2 My Loot Table Isn't Working

你好我是 minecraft Modding 的新手我使用 fabric 只是因为它更容易

我的街区战利品 table 无法使用,你能帮忙吗?

我的代码:

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

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

应该在data/testmod/loot_tables/blocks