mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 23:46:04 +01:00
42 lines
936 B
JSON
42 lines
936 B
JSON
|
{
|
||
|
"variants": {
|
||
|
"facing=north,upward=false": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 90,
|
||
|
"y": 180
|
||
|
},
|
||
|
"facing=south,upward=false": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 90
|
||
|
},
|
||
|
"facing=west,upward=false": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 90,
|
||
|
"y": 90
|
||
|
},
|
||
|
"facing=east,upward=false": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 90,
|
||
|
"y": 270
|
||
|
},
|
||
|
"facing=north,upward=true": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 270
|
||
|
},
|
||
|
"facing=south,upward=true": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 270,
|
||
|
"y": 180
|
||
|
},
|
||
|
"facing=west,upward=true": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 270,
|
||
|
"y": 270
|
||
|
},
|
||
|
"facing=east,upward=true": {
|
||
|
"model": "create:block/funnel/vertical",
|
||
|
"x": 270,
|
||
|
"y": 90
|
||
|
}
|
||
|
}
|
||
|
}
|