summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/taiga/blockstates/palladium_ore.json
blob: c35b9e42bf5e0a13e16be479835a6e8f8c24e0cc (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/ore/palladium"
    },
    "transform": "forge:default-block"
  },
  "variants": {
    "normal": [
      {}
    ],
    "inventory": [
      {}
    ]
  }
}