blob: eab9cabeed7268e8528f629f744e9840fa56866a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-item",
"model": "normal_torch",
"textures": {
"torch": "tconstruct:blocks/stone_torch",
"particle": "#torch"
}
},
"variants": {
"facing": {
"up": { "model": "normal_torch" },
"east": { "model": "normal_torch_wall" },
"south": { "model": "normal_torch_wall", "y": 90 },
"west": { "model": "normal_torch_wall", "y": 180 },
"north": { "model": "normal_torch_wall", "y": 270 }
}
}
}
|