summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tinkerscompendium/blockstates/redcandyblock.json
blob: b22a32bbef779254fa45c8fb6259cc639c24f427 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "forge_marker": 1,
    "defaults": {
        "transform": "forge:default-block",
        "model": "cube_all",
        "textures": {
            "all": "tinkerscompendium:blocks/redmintblock",
            "particle": "#all"
        }
    }
}