summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime.json
blob: 410cfbaa5ae70f4a4b6c2a3db22ba40c4e8f1b12 (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
35
36
37
38
39
40
{
    "forge_marker": 1,
    "defaults": {
        "transform": "forge:default-block",
        "model": "slime"
    },
	"variants": {
        "type=green": {
            "model": "slime",
            "textures": {
                "particle": "minecraft:blocks/slime",
                "texture": "minecraft:blocks/slime"
            }
        },
        "type=blue": {
            "model": "slime",
            "textures": {
                "particle": "tconstruct:blocks/slime/slime_blue",
                "texture": "tconstruct:blocks/slime/slime_blue"
            }
        },
        "type=purple": {
            "model": "slime",
            "textures": {
                "particle": "tconstruct:blocks/slime/slime_purple",
                "texture": "tconstruct:blocks/slime/slime_purple"
            }
        },
        "type=blood": {
            "model": "slime",
            "textures": {
                "particle": "tconstruct:blocks/slime/slime_blood",
                "texture": "tconstruct:blocks/slime/slime_blood"
            }
        },
        "type=magma": {
            "model": "tconstruct:slime_magma"
        }
    }
}