aboutsummaryrefslogtreecommitdiff
path: root/data/bktsb/recipes/dummy_amethyst.json
blob: 1d56a7d4c2c658ec16c86448734af0791e5d1bf6 (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",
        "ddd"
    ],
    "key": {
        "d": {
            "item": "minecraft:debug_stick"
        }
    },
    "result": {
            "item": "minecraft:debug_stick",
            "count": 1
    },
    "group": "dummy"
}