summary refs log blame commit diff stats
path: root/src/main/resources/data/chewstuff/recipes/hard_chew.json
blob: 8cea93973deadcb91260d98150e5bb6acc068d53 (plain) (tree)



















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