blob: 74b8b03603628f4f54ed20087830f404bfbc7d69 (
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
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_all",
"textures": {
"all": "blocks/dirt"
}
},
"variants": {
"type": {
"green": {
"model": "cube_all",
"textures": {
"all": "tconstruct:blocks/slime/slimedirt_green"
}
},
"blue": {
"textures": {
"all": "tconstruct:blocks/slime/slimedirt_blue"
}
},
"purple": {
"textures": {
"all": "tconstruct:blocks/slime/slimedirt_purple"
}
},
"magma": {
"textures": {
"all": "tconstruct:blocks/slime/slimedirt_magma"
}
}
}
}
}
|