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"
}
}
}
|