mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
12 lines
788 B
JSON
12 lines
788 B
JSON
{
|
|
"variants": {
|
|
"upward=true,facing=south": { "model": "create:block/funnel/vertical", "y": 180, "x": 270 },
|
|
"upward=true,facing=east": { "model": "create:block/funnel/vertical", "y": 90, "x": 270 },
|
|
"upward=true,facing=north": { "model": "create:block/funnel/vertical", "y": 0, "x": 270 },
|
|
"upward=true,facing=west": { "model": "create:block/funnel/vertical", "y": 270, "x": 270 },
|
|
"upward=false,facing=south": { "model": "create:block/funnel/vertical", "y": 0, "x": 90 },
|
|
"upward=false,facing=east": { "model": "create:block/funnel/vertical", "y": 270, "x": 90 },
|
|
"upward=false,facing=north": { "model": "create:block/funnel/vertical", "y": 180, "x": 90 },
|
|
"upward=false,facing=west": { "model": "create:block/funnel/vertical", "y": 90, "x": 90 }
|
|
}
|
|
} |