Create/src/generated/resources/assets/create/blockstates/vertical_funnel.json
simibubi 785c79786d Get registrated, Part II
- Set up datagen and registrate chains for all remaining blocks
2020-05-22 20:02:07 +02:00

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