aboutsummaryrefslogtreecommitdiff
path: root/data/bktsb/recipes/dummy_dungeon.json
blob: ace39442a584a1d7865a0a8c9389a70c2b1eae56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "ddd",
        "ddd",
        "d  "
    ],
    "key": {
        "d": {
            "item": "minecraft:debug_stick"
        }
    },
    "result": {
            "item": "minecraft:debug_stick",
            "count": 1
    },
    "group": "dummy"
}