summary refs log tree commit diff stats
path: root/src/main/resources/data/chewstuff/recipes/soft_chew.json
blob: 1e1563045f223a0008824ca96ccfc948ed6269bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        {
            "item": "chewstuff:silicone"
        },
        {
            "item": "minecraft:string"
        }
    ],
    "result": {
        "item": "chewstuff:soft_chew"
    }
}