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
41
42
43
44
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_all"
},
"variants": {
"type=green": {
"model": "cube_all",
"textures": {
"all": "tconstruct:blocks/slime/slimeblock_green",
"particle": "#all"
}
},
"type=blue": {
"model": "cube_all",
"textures": {
"all": "tconstruct:blocks/slime/slimeblock_blue",
"particle": "#all"
}
},
"type=purple": {
"model": "cube_all",
"textures": {
"all": "tconstruct:blocks/slime/slimeblock_purple",
"particle": "#all"
}
},
"type=blood": {
"model": "cube_all",
"textures": {
"all": "tconstruct:blocks/slime/slimeblock_blood",
"particle": "#all"
}
},
"type=magma": {
"model": "cube_all",
"textures": {
"all": "tconstruct:blocks/slime/slimeblock_magma",
"particle": "#all"
}
}
}
}
|