mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 08:38:07 -06:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"variants": {
|
|
"facing=east,type=single": {
|
|
"model": "minecraft:block/chest"
|
|
},
|
|
"facing=east,type=left": {
|
|
"model": "minecraft:block/double_chest_left"
|
|
},
|
|
"facing=east,type=right": {
|
|
"model": "minecraft:block/double_chest_right"
|
|
},
|
|
"facing=north,type=single": {
|
|
"model": "minecraft:block/chest",
|
|
"y": 270
|
|
},
|
|
"facing=north,type=left": {
|
|
"model": "minecraft:block/double_chest_left",
|
|
"y": 270
|
|
},
|
|
"facing=north,type=right": {
|
|
"model": "minecraft:block/double_chest_right",
|
|
"y": 270
|
|
},
|
|
"facing=west,type=single": {
|
|
"model": "minecraft:block/chest",
|
|
"y": 180
|
|
},
|
|
"facing=west,type=left": {
|
|
"model": "minecraft:block/double_chest_left",
|
|
"y": 180
|
|
},
|
|
"facing=west,type=right": {
|
|
"model": "minecraft:block/double_chest_right",
|
|
"y": 180
|
|
},
|
|
"facing=south,type=single": {
|
|
"model": "minecraft:block/chest",
|
|
"y": 90
|
|
},
|
|
"facing=south,type=left": {
|
|
"model": "minecraft:block/double_chest_left",
|
|
"y": 90
|
|
},
|
|
"facing=south,type=right": {
|
|
"model": "minecraft:block/double_chest_right",
|
|
"y": 90
|
|
}
|
|
}
|
|
} |