summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/sparkt/blockstates/machine_grinder.json
blob: 7a5a0ce3ae0b021a997232175d54ec0735363909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "variants": {
        "facing=east,lit=false": {
            "model": "sparkt:block/machine_grinder",
            "y": 90
        },
        "facing=north,lit=false": {
            "model": "sparkt:block/machine_grinder"
        },
        "facing=south,lit=false": {
            "model": "sparkt:block/machine_grinder",
            "y": 180
        },
        "facing=west,lit=false": {
            "model": "sparkt:block/machine_grinder",
            "y": 270
        },
        "facing=east,lit=true": {
            "model": "sparkt:block/machine_grinder_on",
            "y": 90
        },
        "facing=north,lit=true": {
            "model": "sparkt:block/machine_grinder_on"
        },
        "facing=south,lit=true": {
            "model": "sparkt:block/machine_grinder_on",
            "y": 180
        },
        "facing=west,lit=true": {
            "model": "sparkt:block/machine_grinder_on",
            "y": 270
        }
    }
}