56 lines
No EOL
1.6 KiB
JSON
56 lines
No EOL
1.6 KiB
JSON
{
|
|
"variants": {
|
|
"facing=down,open=false": {
|
|
"x": 180,
|
|
"model": "betternether:block/barrel_%name%"
|
|
},
|
|
"facing=down,open=true": {
|
|
"x": 180,
|
|
"model": "betternether:block/barrel_%name%_open"
|
|
},
|
|
"facing=east,open=false": {
|
|
"x": 90,
|
|
"y": 90,
|
|
"model": "betternether:block/barrel_%name%"
|
|
},
|
|
"facing=east,open=true": {
|
|
"x": 90,
|
|
"y": 90,
|
|
"model": "betternether:block/barrel_%name%_open"
|
|
},
|
|
"facing=north,open=false": {
|
|
"x": 90,
|
|
"model": "betternether:block/barrel_%name%"
|
|
},
|
|
"facing=north,open=true": {
|
|
"x": 90,
|
|
"model": "betternether:block/barrel_%name%_open"
|
|
},
|
|
"facing=south,open=false": {
|
|
"x": 90,
|
|
"y": 180,
|
|
"model": "betternether:block/barrel_%name%"
|
|
},
|
|
"facing=south,open=true": {
|
|
"x": 90,
|
|
"y": 180,
|
|
"model": "betternether:block/barrel_%name%_open"
|
|
},
|
|
"facing=up,open=false": {
|
|
"model": "betternether:block/barrel_%name%"
|
|
},
|
|
"facing=up,open=true": {
|
|
"model": "betternether:block/barrel_%name%_open"
|
|
},
|
|
"facing=west,open=false": {
|
|
"x": 90,
|
|
"y": 270,
|
|
"model": "betternether:block/barrel_%name%"
|
|
},
|
|
"facing=west,open=true": {
|
|
"x": 90,
|
|
"y": 270,
|
|
"model": "betternether:block/barrel_%name%_open"
|
|
}
|
|
}
|
|
} |