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
|
{
"forge_marker": 1,
"defaults": {
"model": "tconstruct:rack",
"textures": {
"leg": "blocks/planks_oak"
}
},
"variants": {
"facing": {
"down_z": { "model": "tconstruct:rack_down" },
"down_x": { "model": "tconstruct:rack_down", "y": 90 },
"up_z": {},
"up_x": { "y": 90 },
"north": { "model": "tconstruct:rack_side", "y": 180 },
"south": { "model": "tconstruct:rack_side" },
"east": { "model": "tconstruct:rack_side", "y": 270 },
"west": { "model": "tconstruct:rack_side", "y": 90 }
},
"drying": {
"true": {},
"false": {}
},
"inventory": [{}]
}
}
|