Files
2024-04-30 22:07:50 -06:00

49 lines
1.0 KiB
JSON

{
"variants": {
"facing=east,type=single": {
"model": "block/chest"
},
"facing=east,type=left": {
"model": "block/double_chest_left"
},
"facing=east,type=right": {
"model": "block/double_chest_right"
},
"facing=north,type=single": {
"model": "block/chest",
"y": 270
},
"facing=north,type=left": {
"model": "block/double_chest_left",
"y": 270
},
"facing=north,type=right": {
"model": "block/double_chest_right",
"y": 270
},
"facing=west,type=single": {
"model": "block/chest",
"y": 180
},
"facing=west,type=left": {
"model": "block/double_chest_left",
"y": 180
},
"facing=west,type=right": {
"model": "block/double_chest_right",
"y": 180
},
"facing=south,type=single": {
"model": "block/chest",
"y": 90
},
"facing=south,type=left": {
"model": "block/double_chest_left",
"y": 90
},
"facing=south,type=right": {
"model": "block/double_chest_right",
"y": 90
}
}
}