blob: bf940a02086e38a8d9fca1be3292cc511987f0ec (
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
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "half_slab",
"textures": {
"bottom": "#all",
"top": "#all",
"side": "#all",
"particle": "#all"
}
},
"variants": {
"type": {
"clay": {
"textures": { "all": "tconstruct:blocks/dried_clay" }
},
"brick": {
"textures": { "all": "tconstruct:blocks/dried_clay_bricks" }
}
},
"half": {
"bottom": {},
"top": {
"model": "upper_slab"
}
}
}
}
|