mcfunction-debugger 0.1.0

A debugger for Minecraft's *.mcfunction files that does not require any Minecraft mods
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "folders": [
        {
            "path": "."
        },
        {
            "path": "src/datapack_template"
        },
        {
            "path": "tests/datapacks/mcfd_test"
        },
        {
            "path": "tests/datapacks/mcfd_tick"
        }
    ]
}