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