summary refs log blame commit diff stats
path: root/src/main/resources/data/chewstuff/recipes/medium_chew.json
blob: a4b96392cc117d40f178d9e91c6723a3fea22229 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                           
{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        {
            "item": "chewstuff:silicone"
        },
        {
            "item": "chewstuff:silicone"
        },
        {
            "item": "minecraft:string"
        }
    ],
    "result": {
        "item": "chewstuff:medium_chew"
    }
}