summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ore.json
blob: c39d83b2d713dfa8bfd0a1776aa1a91082c6b6b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "forge_marker": 1,
    "defaults": {
        "transform": "forge:default-block",
        "model": "tconstruct:cube_overlay_all",
        "textures": {"all": "minecraft:blocks/netherrack" }
    },
	"variants": {
        "type": {
            "cobalt": {
                "textures": { "overlay": "tconstruct:blocks/ore_cobalt" }
            },
            "ardite": {
                "textures": { "overlay": "tconstruct:blocks/ore_ardite" }
            }
        }
    }
}