add chest data
This commit is contained in:
parent
ac82a39797
commit
6cb9d31df3
3 changed files with 117 additions and 0 deletions
49
prismarine-viewer/viewer/prepare/blockStates/chest.json
Normal file
49
prismarine-viewer/viewer/prepare/blockStates/chest.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,type=single": {
|
||||
"model": "chest"
|
||||
},
|
||||
"facing=east,type=single": {
|
||||
"model": "chest",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,type=single": {
|
||||
"model": "chest",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,type=single": {
|
||||
"model": "chest",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,type=left": {
|
||||
"model": "chest_left"
|
||||
},
|
||||
"facing=east,type=left": {
|
||||
"model": "chest_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,type=left": {
|
||||
"model": "chest_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,type=left": {
|
||||
"model": "chest_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,type=right": {
|
||||
"model": "chest_right"
|
||||
},
|
||||
"facing=east,type=right": {
|
||||
"model": "chest_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,type=right": {
|
||||
"model": "chest_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,type=right": {
|
||||
"model": "chest_right",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": {
|
||||
"model": "chest"
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "chest",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "chest",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "chest",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,type=single": {
|
||||
"model": "chest"
|
||||
},
|
||||
"facing=east,type=single": {
|
||||
"model": "chest",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,type=single": {
|
||||
"model": "chest",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,type=single": {
|
||||
"model": "chest",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,type=left": {
|
||||
"model": "chest_left"
|
||||
},
|
||||
"facing=east,type=left": {
|
||||
"model": "chest_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,type=left": {
|
||||
"model": "chest_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,type=left": {
|
||||
"model": "chest_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,type=right": {
|
||||
"model": "chest_right"
|
||||
},
|
||||
"facing=east,type=right": {
|
||||
"model": "chest_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,type=right": {
|
||||
"model": "chest_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,type=right": {
|
||||
"model": "chest_right",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue