Create/src/main/resources/assets/create/blockstates/vertical_funnel.json
2020-05-07 22:19:06 +08:00

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 }
}
}