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













                                           
{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        {
            "tag": "minecraft:coals"
        },
        {
            "tag": "minecraft:sand"
        }
    ],
    "result": {
        "item": "chewstuff:silicone"
    }
}