summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/taiga/blockstates/terrax_block.json
blob: 5bd661d653446c5d5a7c929b7784ed9b5b11b7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "forge_marker": 1,
  "defaults": {
    "model": "minecraft:cube_all",
    "textures": {
      "all": "taiga:blocks/block/terrax"
    },
    "transform": "forge:default-block"
  },
  "variants": {
    "normal": [
      {}
    ],
    "inventory": [
      {}
    ]
  }
}